POST MeiTuan/SyncStock
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Sample not available.
text/plain
Sample:
Sample not available.
Response Information
Resource Description
CallBackStock| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
|
| data | Collection of CallBackStockList |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"data": [
{
"app_food_code": "sample string 1",
"sku_id": "sample string 2",
"stock": "sample string 3"
},
{
"app_food_code": "sample string 1",
"sku_id": "sample string 2",
"stock": "sample string 3"
}
]
}