POST api/Helper/SHOP_CHANGE_PICK_UP_ADDRESS

Request Information

URI Parameters

None.

Body Parameters

ZShopChangePickUpAddressRequest
NameDescriptionTypeAdditional information
PickUpAddressID

integer

None.

PickUpName

string

None.

CollectionPostOfficeID

integer

None.

FullName

string

None.

MobileNumber

string

None.

ProvinceID

integer

None.

DistrictID

integer

None.

WardID

integer

None.

Street

string

None.

IsDefault

string

None.

ShopID

integer

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PickUpAddressID": 1,
  "PickUpName": "sample string 2",
  "CollectionPostOfficeID": 3,
  "FullName": "sample string 4",
  "MobileNumber": "sample string 5",
  "ProvinceID": 6,
  "DistrictID": 7,
  "WardID": 8,
  "Street": "sample string 9",
  "IsDefault": "sample string 10",
  "ShopID": 11,
  "UpdatedBy": 12
}

application/xml, text/xml

Sample:
<ZShopChangePickUpAddressRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <CollectionPostOfficeID>3</CollectionPostOfficeID>
  <DistrictID>7</DistrictID>
  <FullName>sample string 4</FullName>
  <IsDefault>sample string 10</IsDefault>
  <MobileNumber>sample string 5</MobileNumber>
  <PickUpAddressID>1</PickUpAddressID>
  <PickUpName>sample string 2</PickUpName>
  <ProvinceID>6</ProvinceID>
  <ShopID>11</ShopID>
  <Street>sample string 9</Street>
  <UpdatedBy>12</UpdatedBy>
  <WardID>8</WardID>
</ZShopChangePickUpAddressRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>