GET api/ListCategoryClasses/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListCategoryClass
NameDescriptionTypeAdditional 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>