POST api/Helper/PROVIDER_GET_BY_ID

Request Information

URI Parameters

None.

Body Parameters

ZProviderGetByIDRequest
NameDescriptionTypeAdditional information
ID

integer

None.

ShopID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ShopID": 2
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ZProviderGetByIDResponse
NameDescriptionTypeAdditional information
ID

integer

None.

Code

string

None.

Name

string

None.

ShortName

string

None.

MobileNumber

string

None.

Email

string

None.

ProvinceID

integer

None.

DistrictID

integer

None.

WardID

integer

None.

Address

string

None.

TaxCode

string

None.

Note

string

None.

IsLock

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Code": "sample string 2",
  "Name": "sample string 3",
  "ShortName": "sample string 4",
  "MobileNumber": "sample string 5",
  "Email": "sample string 6",
  "ProvinceID": 7,
  "DistrictID": 8,
  "WardID": 9,
  "Address": "sample string 10",
  "TaxCode": "sample string 11",
  "Note": "sample string 12",
  "IsLock": "sample string 13"
}

application/xml, text/xml

Sample:
<ZProviderGetByIDResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <Address>sample string 10</Address>
  <Code>sample string 2</Code>
  <DistrictID>8</DistrictID>
  <Email>sample string 6</Email>
  <ID>1</ID>
  <IsLock>sample string 13</IsLock>
  <MobileNumber>sample string 5</MobileNumber>
  <Name>sample string 3</Name>
  <Note>sample string 12</Note>
  <ProvinceID>7</ProvinceID>
  <ShortName>sample string 4</ShortName>
  <TaxCode>sample string 11</TaxCode>
  <WardID>9</WardID>
</ZProviderGetByIDResponse>