POST api/PhoneCheckIn?package={package}&phone={phone}&sender={sender}&title={title}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| package | string |
Required |
|
| phone | string |
Required |
|
| sender | integer |
Required |
|
| title | string |
None. |
Body Parameters
Staff| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| PhoneNumber | string |
None. |
|
| HasDevice | boolean |
None. |
|
| ActorId | integer |
None. |
|
| MobileUserId | integer |
None. |
|
| OldAssetId | integer |
None. |
|
| WebUserId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Manager | integer |
None. |
|
| SafetyDirector | integer |
None. |
|
| SalesRep | integer |
None. |
|
| Super | integer |
None. |
|
| IsFlagged | boolean |
None. |
|
| Language | string |
None. |
|
| Version | string |
None. |
|
| LastUpload | date |
None. |
|
| AllowMulti | boolean |
None. |
|
| Group | Group |
None. |
|
| Role | StaffRole |
None. |
|
| Manages | Collection of Group |
None. |
|
| Phones | Collection of Phone |
None. |
|
| Login | Login |
None. |
|
| Sessions | Collection of Session |
None. |
|
| Logs | Collection of StaffLog |
None. |
|
| Photo | Photo |
None. |
|
| Options | Collection of Option |
None. |
|
| Vacations | Collection of StaffVacation |
None. |
|
| Sicks | Collection of StaffSick |
None. |
|
| Helpers | Collection of Staff |
None. |
|
| Mechanic | Staff |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>