POST api/Product/Download_PackageSetZip

Request Information

URI Parameters

None.

Body Parameters

Download_PackageSetZip_Request
NameDescriptionTypeAdditional information
account_id

string

None.

pos_id

string

None.

shop_id

string

None.

access_token

string

None.

update_time

string

None.

Request Formats

application/json, text/json

Sample:
{
  "account_id": "sample string 1",
  "pos_id": "sample string 2",
  "shop_id": "sample string 3",
  "access_token": "sample string 4",
  "update_time": "sample string 5"
}

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 'Download_PackageSetZip_Request'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.