POST api/Helper/SHOP_GET_LIST_CRM_OR_PP_CODE

Request Information

URI Parameters

None.

Body Parameters

ZShopGetListCrmOrPaypostCodeRequest
NameDescriptionTypeAdditional information
ShopID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopID": 1
}

application/xml, text/xml

Sample:
<ZShopGetListCrmOrPaypostCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <ShopID>1</ShopID>
</ZShopGetListCrmOrPaypostCodeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ZShopGetListCrmOrPaypostCodeResponse
NameDescriptionTypeAdditional information
StoreName

string

None.

MobileNumber

string

None.

CrmOrPaypostCode

string

None.

MobileAndCrmOrPaypostCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StoreName": "sample string 1",
    "MobileNumber": "sample string 2",
    "CrmOrPaypostCode": "sample string 3",
    "MobileAndCrmOrPaypostCode": "sample string 4"
  },
  {
    "StoreName": "sample string 1",
    "MobileNumber": "sample string 2",
    "CrmOrPaypostCode": "sample string 3",
    "MobileAndCrmOrPaypostCode": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfZShopGetListCrmOrPaypostCodeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <ZShopGetListCrmOrPaypostCodeResponse>
    <CrmOrPaypostCode>sample string 3</CrmOrPaypostCode>
    <MobileAndCrmOrPaypostCode>sample string 4</MobileAndCrmOrPaypostCode>
    <MobileNumber>sample string 2</MobileNumber>
    <StoreName>sample string 1</StoreName>
  </ZShopGetListCrmOrPaypostCodeResponse>
  <ZShopGetListCrmOrPaypostCodeResponse>
    <CrmOrPaypostCode>sample string 3</CrmOrPaypostCode>
    <MobileAndCrmOrPaypostCode>sample string 4</MobileAndCrmOrPaypostCode>
    <MobileNumber>sample string 2</MobileNumber>
    <StoreName>sample string 1</StoreName>
  </ZShopGetListCrmOrPaypostCodeResponse>
</ArrayOfZShopGetListCrmOrPaypostCodeResponse>