POST Product/DelProduct
Xóa thông tin sản phẩm
Request Information
URI Parameters
None.
Body Parameters
PDelProductReqName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
Token | string |
None. |
|
ProductID | string |
None. |
|
Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "Token": "sample string 2", "ProductID": "sample string 3", "Status": 4 }
application/xml, text/xml
Sample:
<PDelProductReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1"> <UserName>sample string 1</UserName> <Token>sample string 2</Token> <ProductID>sample string 3</ProductID> <Status>4</Status> </PDelProductReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PDelProductResName | Description | Type | Additional information |
---|---|---|---|
RespCode | integer |
None. |
|
RespText | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "RespCode": 1, "RespText": "sample string 2" }
application/xml, text/xml
Sample:
<PDelProductRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1"> <RespCode>1</RespCode> <RespText>sample string 2</RespText> </PDelProductRes>