POST api/ItemList/InsertItemList/{Country}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Country | string |
Required |
Body Parameters
ItemList| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ListName | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ListName": "sample string 2",
"UserName": "sample string 3"
}
application/xml, text/xml
Sample:
<ItemList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCLB.Models"> <ID>1</ID> <ListName>sample string 2</ListName> <UserName>sample string 3</UserName> </ItemList>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.