GET api/CustomerAddress/GetByIDObject/{ID}
Documentation for 'GetByIDObject'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ID | Documentation for 'ID'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"AddressTitle": "sample string 1",
"ID": "f6cd8de3-6dc2-4a7c-b5ca-352641ded226",
"CustomerID": "9c959819-dec2-4e52-891e-91007a872adb",
"Phone": "sample string 4",
"Street": "sample string 5",
"District": "sample string 6",
"ZipCode": "sample string 7",
"IsDefault": true,
"ProvinceId": "1003aa97-8ceb-4347-b852-81c942fd4942",
"Street2": "sample string 9",
"CityId": 10,
"Region": "85764789-bdc1-45e0-ab36-731e41c42329",
"CityLabel": "sample string 11",
"Street3": "sample string 12",
"ProvinceName": "sample string 13",
"RegionName": "sample string 14",
"DefaultStore": "sample string 15",
"AddressType": 16,
"Province": {
"$id": "2",
"ID": "72845dc9-3a58-4571-85e1-a170fec8bdd4",
"ProvinceName": "sample string 2",
"IsDeleted": true
},
"DistrictId": 1,
"ReceiverName": "sample string 17",
"ReceiverPhone": "sample string 18",
"DefaultAddressID": "64800888-a826-48b4-b55a-a2922cb27f93",
"IsDeliveryStoreActivated": true,
"IsIPP": true,
"IsBDIPP": true,
"Longitude": 1.0,
"Latitude": 1.0,
"GoogleAddress": "sample string 23",
"KetAlamat": "sample string 24",
"IPPServiceType": 25,
"StoreCode": "sample string 26",
"FullRegionName": "sample string 27"
}
application/xml, text/xml
Sample:
<CustomerAddressModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AddressTitle>sample string 1</AddressTitle>
<ID>f6cd8de3-6dc2-4a7c-b5ca-352641ded226</ID>
<CustomerID>9c959819-dec2-4e52-891e-91007a872adb</CustomerID>
<Phone>sample string 4</Phone>
<Street>sample string 5</Street>
<District>sample string 6</District>
<ZipCode>sample string 7</ZipCode>
<IsDefault>true</IsDefault>
<ProvinceId>1003aa97-8ceb-4347-b852-81c942fd4942</ProvinceId>
<Street2>sample string 9</Street2>
<CityId>10</CityId>
<Region>85764789-bdc1-45e0-ab36-731e41c42329</Region>
<CityLabel>sample string 11</CityLabel>
<Street3>sample string 12</Street3>
<ProvinceName>sample string 13</ProvinceName>
<RegionName>sample string 14</RegionName>
<DefaultStore>sample string 15</DefaultStore>
<AddressType>16</AddressType>
<Province>
<ID>72845dc9-3a58-4571-85e1-a170fec8bdd4</ID>
<ProvinceName>sample string 2</ProvinceName>
<IsDeleted>true</IsDeleted>
</Province>
<DistrictId>1</DistrictId>
<ReceiverName>sample string 17</ReceiverName>
<ReceiverPhone>sample string 18</ReceiverPhone>
<DefaultAddressID>64800888-a826-48b4-b55a-a2922cb27f93</DefaultAddressID>
<IsDeliveryStoreActivated>true</IsDeliveryStoreActivated>
<IsIPP>true</IsIPP>
<IsBDIPP>true</IsBDIPP>
<Longitude>1</Longitude>
<Latitude>1</Latitude>
<GoogleAddress>sample string 23</GoogleAddress>
<KetAlamat>sample string 24</KetAlamat>
<IPPServiceType>25</IPPServiceType>
<StoreCode>sample string 26</StoreCode>
<FullRegionName>sample string 27</FullRegionName>
</CustomerAddressModel>