PUT api/content/v4/addremovecheckintoast
Request Information
URI Parameters
None.
Body Parameters
APICheckInToast| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUniqueId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| Toasted | boolean |
None. |
|
| CheckinHistoryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUniqueId": 1,
"CustomerId": 2,
"UniqueId": "7f749571-739e-4a1e-83e0-8f3154849d4f",
"Toasted": true,
"CheckinHistoryId": 5
}
application/xml, text/xml
Sample:
<APICheckInToast xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <CheckinHistoryId>5</CheckinHistoryId> <CustomerId>2</CustomerId> <Toasted>true</Toasted> <UniqueId>7f749571-739e-4a1e-83e0-8f3154849d4f</UniqueId> <UserUniqueId>1</UserUniqueId> </APICheckInToast>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfAPIResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | APIResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {
"Status": true,
"Message": "sample string 2"
}
}
application/xml, text/xml
Sample:
<APICommonWrapperOfAPIResultZdSfSp5S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<Data>
<Message>sample string 2</Message>
<Status>true</Status>
</Data>
<Message>sample string 1</Message>
<Status>Continue</Status>
</APICommonWrapperOfAPIResultZdSfSp5S>