POST api/Shopee

Request Information

URI Parameters

None.

Body Parameters

ShopeeBaseBodyOfObject
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ShopeeBaseBody`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.