POST api/ORDCenterHub/SyncBrandSendEPCConfig
Request Information
URI Parameters
None.
Body Parameters
BrandSendEPCConfigSyncRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandId | string |
None. |
|
| Version | integer |
None. |
|
| JsonText | string |
None. |
|
| IsEnabled | boolean |
None. |
|
| Remark | string |
None. |
|
| UpdatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BrandId": "sample string 1",
"Version": 2,
"JsonText": "sample string 3",
"IsEnabled": true,
"Remark": "sample string 5",
"UpdatedBy": "sample string 6"
}
application/xml, text/xml
Sample:
<BrandSendEPCConfigSyncRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMModel.ORDSendEPC"> <BrandId>sample string 1</BrandId> <IsEnabled>true</IsEnabled> <JsonText>sample string 3</JsonText> <Remark>sample string 5</Remark> <UpdatedBy>sample string 6</UpdatedBy> <Version>2</Version> </BrandSendEPCConfigSyncRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |