POST api/Shopee
Request Information
URI Parameters
None.
Body Parameters
ShopeeBaseBodyOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| PartnerId | integer |
None. |
|
| ShopId | integer |
None. |
|
| Code | integer |
None. |
|
| Timestamp | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Data": {},
"PartnerId": 2,
"ShopId": 3,
"Code": 4,
"Timestamp": 5
}
application/xml, text/xml
Sample:
<ShopeeBaseBodyOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models.Shopee"> <Code>4</Code> <Data /> <PartnerId>2</PartnerId> <ShopId>3</ShopId> <Timestamp>5</Timestamp> </ShopeeBaseBodyOfanyType>
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.