POST Product/DelProductImage
Xóa ảnh sản phẩm
Request Information
URI Parameters
None.
Body Parameters
PDelProductImageReqName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
Token | string |
None. |
|
DocumentID | integer |
None. |
|
TypeImg | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "Token": "sample string 2", "DocumentID": 3, "TypeImg": 4 }
application/xml, text/xml
Sample:
<PDelProductImageReq 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> <DocumentID>3</DocumentID> <TypeImg>4</TypeImg> </PDelProductImageReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PDelProductImageResName | 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:
<PDelProductImageRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1"> <RespCode>1</RespCode> <RespText>sample string 2</RespText> </PDelProductImageRes>