POST api/FuLu/FuLuGoodsStatusCallBack
Request Information
URI Parameters
None.
Body Parameters
FuLuGoodsStatusCallBackParam| Name | Description | Type | Additional information |
|---|---|---|---|
| product_id | integer |
None. |
|
| changed_type | integer |
None. |
|
| product_sale_status | string |
None. |
|
| product_price | decimal number |
None. |
|
| sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"product_id": 1,
"changed_type": 2,
"product_sale_status": "sample string 3",
"product_price": 4.1,
"sign": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"