POST api/ListCategoryClasses
Request Information
URI Parameters
None.
Body Parameters
ListCategoryClass| Name | Description | Type | Additional information |
|---|---|---|---|
| ListCategoryID | integer |
None. |
|
| ListID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| ListCategoryOrder | integer |
None. |
|
| SyncDateTime | string |
None. |
|
| SyncRemoteID | integer |
None. |
|
| UpdatedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ListCategoryID": 1,
"ListID": null,
"CategoryID": null,
"ListCategoryOrder": null,
"SyncDateTime": "sample string 2",
"SyncRemoteID": null,
"UpdatedAt": null
}
application/xml, text/xml
Sample:
<ListCategoryClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService"> <UpdatedAt xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService.Models" /> <CategoryID i:nil="true" /> <ListCategoryID>1</ListCategoryID> <ListCategoryOrder i:nil="true" /> <ListID i:nil="true" /> <SyncDateTime>sample string 2</SyncDateTime> <SyncRemoteID i:nil="true" /> </ListCategoryClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ListCategoryClass| Name | Description | Type | Additional information |
|---|---|---|---|
| ListCategoryID | integer |
None. |
|
| ListID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| ListCategoryOrder | integer |
None. |
|
| SyncDateTime | string |
None. |
|
| SyncRemoteID | integer |
None. |
|
| UpdatedAt | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ListCategoryID": 1,
"ListID": null,
"CategoryID": null,
"ListCategoryOrder": null,
"SyncDateTime": "sample string 2",
"SyncRemoteID": null,
"UpdatedAt": null
}
application/xml, text/xml
Sample:
<ListCategoryClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService"> <UpdatedAt xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService.Models" /> <CategoryID i:nil="true" /> <ListCategoryID>1</ListCategoryID> <ListCategoryOrder i:nil="true" /> <ListID i:nil="true" /> <SyncDateTime>sample string 2</SyncDateTime> <SyncRemoteID i:nil="true" /> </ListCategoryClass>