POST api/Helper/SHOP_TRANSPORT_SERVICE_BY_SHOP_ID

Request Information

URI Parameters

None.

Body Parameters

ZShopTransportServiceByShopIDRequest
NameDescriptionTypeAdditional information
ShopID

integer

None.

ParentID

integer

None.

IsLock

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopID": 1,
  "ParentID": 2,
  "IsLock": "sample string 3"
}

application/xml, text/xml

Sample:
<ZShopTransportServiceByShopIDRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <IsLock>sample string 3</IsLock>
  <ParentID>2</ParentID>
  <ShopID>1</ShopID>
</ZShopTransportServiceByShopIDRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ZShopTransportServiceByShopIDResponse
NameDescriptionTypeAdditional information
ID

integer

None.

Code

string

None.

Name

string

None.

ParentID

integer

None.

SpecialService

string

None.

SpecialServiceName

string

None.

IsLock

string

None.

Sort

integer

None.

IsDefault

string

None.

CreatedBy

integer

None.

CreatedDate

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Code": "sample string 2",
    "Name": "sample string 3",
    "ParentID": 4,
    "SpecialService": "sample string 5",
    "SpecialServiceName": "",
    "IsLock": "sample string 6",
    "Sort": 7,
    "IsDefault": "sample string 8",
    "CreatedBy": 9,
    "CreatedDate": "sample string 10"
  },
  {
    "ID": 1,
    "Code": "sample string 2",
    "Name": "sample string 3",
    "ParentID": 4,
    "SpecialService": "sample string 5",
    "SpecialServiceName": "",
    "IsLock": "sample string 6",
    "Sort": 7,
    "IsDefault": "sample string 8",
    "CreatedBy": 9,
    "CreatedDate": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfZShopTransportServiceByShopIDResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <ZShopTransportServiceByShopIDResponse>
    <Code>sample string 2</Code>
    <CreatedBy>9</CreatedBy>
    <CreatedDate>sample string 10</CreatedDate>
    <ID>1</ID>
    <IsDefault>sample string 8</IsDefault>
    <IsLock>sample string 6</IsLock>
    <Name>sample string 3</Name>
    <ParentID>4</ParentID>
    <Sort>7</Sort>
    <SpecialService>sample string 5</SpecialService>
  </ZShopTransportServiceByShopIDResponse>
  <ZShopTransportServiceByShopIDResponse>
    <Code>sample string 2</Code>
    <CreatedBy>9</CreatedBy>
    <CreatedDate>sample string 10</CreatedDate>
    <ID>1</ID>
    <IsDefault>sample string 8</IsDefault>
    <IsLock>sample string 6</IsLock>
    <Name>sample string 3</Name>
    <ParentID>4</ParentID>
    <Sort>7</Sort>
    <SpecialService>sample string 5</SpecialService>
  </ZShopTransportServiceByShopIDResponse>
</ArrayOfZShopTransportServiceByShopIDResponse>