POST api/UserListClass

Request Information

URI Parameters

None.

Body Parameters

UserListClass
NameDescriptionTypeAdditional information
UserID

string

None.

ListUserID

integer

None.

ListID

integer

None.

UpdatedAt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "ListUserID": 2,
  "ListID": 3,
  "UpdatedAt": null
}

application/xml, text/xml

Sample:
<UserListClass 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" />
  <ListID>3</ListID>
  <ListUserID>2</ListUserID>
  <UserID>sample string 1</UserID>
</UserListClass>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UserListClass
NameDescriptionTypeAdditional information
UserID

string

None.

ListUserID

integer

None.

ListID

integer

None.

UpdatedAt

date

None.

Response Formats

application/json, text/json

Sample:
{
  "UserID": "sample string 1",
  "ListUserID": 2,
  "ListID": 3,
  "UpdatedAt": null
}

application/xml, text/xml

Sample:
<UserListClass 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" />
  <ListID>3</ListID>
  <ListUserID>2</ListUserID>
  <UserID>sample string 1</UserID>
</UserListClass>