POST api/CheckIn/CreateCheckList
Request Information
URI Parameters
None.
Body Parameters
Collection of CheckInRouteMobileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| CreationDate | date |
None. |
|
| MobileCreationDate | date |
None. |
|
| UserName | string |
None. |
|
| idRoute | integer |
None. |
|
| CheckType | integer |
None. |
|
| Comments | string |
None. |
|
| CardCode | string |
None. |
|
| CardName | string |
None. |
|
| Address | string |
None. |
|
| AddressType | integer |
None. |
|
| RouteLineId | integer |
None. |
|
| Photos | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Latitude": 2.1,
"Longitude": 3.1,
"CreationDate": "2025-12-05T23:04:38.9633695-06:00",
"MobileCreationDate": "2025-12-05T23:04:38.9633695-06:00",
"UserName": "sample string 6",
"idRoute": 1,
"CheckType": 7,
"Comments": "sample string 8",
"CardCode": "sample string 9",
"CardName": "sample string 10",
"Address": "sample string 11",
"AddressType": 1,
"RouteLineId": 1,
"Photos": "sample string 12"
},
{
"Id": 1,
"Latitude": 2.1,
"Longitude": 3.1,
"CreationDate": "2025-12-05T23:04:38.9633695-06:00",
"MobileCreationDate": "2025-12-05T23:04:38.9633695-06:00",
"UserName": "sample string 6",
"idRoute": 1,
"CheckType": 7,
"Comments": "sample string 8",
"CardCode": "sample string 9",
"CardName": "sample string 10",
"Address": "sample string 11",
"AddressType": 1,
"RouteLineId": 1,
"Photos": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfCheckInRouteMobileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ROUTE.MODELS">
<CheckInRouteMobileModel>
<Address>sample string 11</Address>
<AddressType>1</AddressType>
<CardCode>sample string 9</CardCode>
<CardName>sample string 10</CardName>
<CheckType>7</CheckType>
<Comments>sample string 8</Comments>
<CreationDate>2025-12-05T23:04:38.9633695-06:00</CreationDate>
<Id>1</Id>
<Latitude>2.1</Latitude>
<Longitude>3.1</Longitude>
<MobileCreationDate>2025-12-05T23:04:38.9633695-06:00</MobileCreationDate>
<Photos>sample string 12</Photos>
<RouteLineId>1</RouteLineId>
<UserName>sample string 6</UserName>
<idRoute>1</idRoute>
</CheckInRouteMobileModel>
<CheckInRouteMobileModel>
<Address>sample string 11</Address>
<AddressType>1</AddressType>
<CardCode>sample string 9</CardCode>
<CardName>sample string 10</CardName>
<CheckType>7</CheckType>
<Comments>sample string 8</Comments>
<CreationDate>2025-12-05T23:04:38.9633695-06:00</CreationDate>
<Id>1</Id>
<Latitude>2.1</Latitude>
<Longitude>3.1</Longitude>
<MobileCreationDate>2025-12-05T23:04:38.9633695-06:00</MobileCreationDate>
<Photos>sample string 12</Photos>
<RouteLineId>1</RouteLineId>
<UserName>sample string 6</UserName>
<idRoute>1</idRoute>
</CheckInRouteMobileModel>
</ArrayOfCheckInRouteMobileModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |