POST Brand/GetProductBrand

Lấy danh sách sản phẩm theo ID Brand

Request Information

URI Parameters

None.

Body Parameters

WGetProductBrandReq
NameDescriptionTypeAdditional information
DocumentID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DocumentID": 1
}

application/xml, text/xml

Sample:
<WGetProductBrandReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1">
  <DocumentID>1</DocumentID>
</WGetProductBrandReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

WGetProductBrandRes
NameDescriptionTypeAdditional information
RespCode

integer

None.

RespText

string

None.

Data

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "RespCode": 1,
  "RespText": "sample string 2"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.