POST api/CheckIn/GetDetails
Request Information
URI Parameters
None.
Body Parameters
CheckInModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckInId | string |
None. |
|
| CheckInTypeId | string |
None. |
|
| CheckInDate | string |
None. |
|
| CheckInTime | string |
None. |
|
| CheckInTypeName | string |
None. |
|
| Lat | decimal number |
None. |
|
| Lang | decimal number |
None. |
|
| LatLocation | string |
None. |
|
| Remarks | string |
None. |
|
| IsActive | boolean |
None. |
|
| PartyId | integer |
None. |
|
| PartyName | string |
None. |
|
| Photo | string |
None. |
|
| HasImage | boolean |
None. |
|
| photoImage | HttpPostedFileBase |
None. |
|
| PhotoImagePath | string |
None. |
|
| FirstRec | integer |
None. |
|
| LastRec | integer |
None. |
|
| SortColumn | string |
None. |
|
| SortOrder | string |
None. |
|
| RequestType | integer |
None. |
|
| IsCheckIn | boolean |
None. |
|
| Message | APIResponse |
None. |
|
| SecretKey | string |
None. |
|
| Token | string |
None. |
|
| EnterprisesCode | string |
None. |
|
| ModeluSelection | string |
None. |
|
| CallFrom | string |
None. |
|
| IsAllowedRequest | boolean |
None. |
|
| IsInMaintenance | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CheckInId": "sample string 1",
"CheckInTypeId": "sample string 2",
"CheckInDate": "sample string 3",
"CheckInTime": "sample string 4",
"CheckInTypeName": "sample string 5",
"Lat": 6.0,
"Lang": 7.0,
"LatLocation": "sample string 8",
"Remarks": "sample string 9",
"IsActive": true,
"PartyId": 11,
"PartyName": "sample string 12",
"Photo": "sample string 13",
"HasImage": true,
"photoImage": null,
"PhotoImagePath": "sample string 15",
"FirstRec": 16,
"LastRec": 17,
"SortColumn": "sample string 18",
"SortOrder": "sample string 19",
"RequestType": 20,
"IsCheckIn": true,
"Message": {
"ResponseCode": 1,
"ResponseMessage": "sample string 2"
},
"SecretKey": "sample string 22",
"Token": "sample string 23",
"EnterprisesCode": "sample string 24",
"ModeluSelection": "sample string 25",
"CallFrom": "sample string 26",
"IsAllowedRequest": true,
"IsInMaintenance": true
}
application/xml, text/xml
Sample:
<CheckInModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZipDMSModels">
<CallFrom>sample string 26</CallFrom>
<EnterprisesCode>sample string 24</EnterprisesCode>
<IsAllowedRequest>true</IsAllowedRequest>
<IsInMaintenance>true</IsInMaintenance>
<Message>
<ResponseCode>1</ResponseCode>
<ResponseMessage>sample string 2</ResponseMessage>
</Message>
<ModeluSelection>sample string 25</ModeluSelection>
<SecretKey>sample string 22</SecretKey>
<Token>sample string 23</Token>
<CheckInDate>sample string 3</CheckInDate>
<CheckInId>sample string 1</CheckInId>
<CheckInTime>sample string 4</CheckInTime>
<CheckInTypeId>sample string 2</CheckInTypeId>
<CheckInTypeName>sample string 5</CheckInTypeName>
<FirstRec>16</FirstRec>
<HasImage>true</HasImage>
<IsActive>true</IsActive>
<IsCheckIn>true</IsCheckIn>
<Lang>7</Lang>
<LastRec>17</LastRec>
<Lat>6</Lat>
<LatLocation>sample string 8</LatLocation>
<PartyId>11</PartyId>
<PartyName>sample string 12</PartyName>
<Photo>sample string 13</Photo>
<PhotoImagePath>sample string 15</PhotoImagePath>
<Remarks>sample string 9</Remarks>
<RequestType>20</RequestType>
<SortColumn>sample string 18</SortColumn>
<SortOrder>sample string 19</SortOrder>
<photoImage xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" />
</CheckInModel>
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. |