POST api/Product/Download_SpeedkeyZip

Request Information

URI Parameters

None.

Body Parameters

Download_Speedkey_Request
NameDescriptionTypeAdditional information
account_id

客戶ID

string

None.

pos_id

POS機號

string

None.

access_token

POS_TOKEN

string

None.

shop_id

分店編號

string

None.

update_time

string

None.

posdb_ver_no

string

None.

Request Formats

application/json, text/json

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

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.