POST api/WorldOrder/T100GetERPAddress?PRINTSHOPID={PRINTSHOPID}&ERPCUSTOMERCODE={ERPCUSTOMERCODE}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PRINTSHOPID | string |
Required |
|
| ERPCUSTOMERCODE | string |
Required |
Body Parameters
None.
Response Information
Resource Description
T100Order_M_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| TotalPage | integer |
None. |
|
| Error | boolean |
None. |
|
| Message | string |
None. |
|
| exisCustomerTracks | string |
None. |
|
| IsSeasonPrice | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"TotalPage": 1,
"Error": true,
"Message": "sample string 2",
"exisCustomerTracks": "sample string 3",
"IsSeasonPrice": true
}
application/xml, text/xml
Sample:
<T100Order_M_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMWebAPI.BLL"> <Data /> <Error>true</Error> <IsSeasonPrice>true</IsSeasonPrice> <Message>sample string 2</Message> <TotalPage>1</TotalPage> <exisCustomerTracks>sample string 3</exisCustomerTracks> </T100Order_M_Result>