POST api/WorldOrder/T100GetERPInfo?vendorId={vendorId}&printShopId={printShopId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
vendorId

string

Required

printShopId

string

Required

Body Parameters

None.

Response Information

Resource Description

T100Order_M_Result
NameDescriptionTypeAdditional 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>