POST api/unitedweb/getCustomerAddress

Request Information

URI Parameters

None.

Body Parameters

CustomerAddress
NameDescriptionTypeAdditional information
addressId

integer

None.

createdAt

date

None.

modifiedAt

date

None.

userId

integer

None.

status

integer

None.

houseNo

string

None.

buildingName

string

None.

landmark

string

None.

addressType

integer

None.

otherAddressType

string

None.

receiverName

string

None.

receiverMobile

string

None.

pincode

string

None.

latitude

string

None.

longtitude

string

None.

mapAddress

string

None.

distance

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "addressId": 1,
  "createdAt": "2026-07-03T09:00:03.2748428+00:00",
  "modifiedAt": "2026-07-03T09:00:03.2748428+00:00",
  "userId": 4,
  "status": 5,
  "houseNo": "sample string 6",
  "buildingName": "sample string 7",
  "landmark": "sample string 8",
  "addressType": 9,
  "otherAddressType": "sample string 10",
  "receiverName": "sample string 11",
  "receiverMobile": "sample string 12",
  "pincode": "sample string 13",
  "latitude": "sample string 14",
  "longtitude": "sample string 15",
  "mapAddress": "sample string 16",
  "distance": 17
}

application/xml, text/xml

Sample:
<CustomerAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Entity">
  <addressId>1</addressId>
  <addressType>9</addressType>
  <buildingName>sample string 7</buildingName>
  <createdAt>2026-07-03T09:00:03.2748428+00:00</createdAt>
  <distance>17</distance>
  <houseNo>sample string 6</houseNo>
  <landmark>sample string 8</landmark>
  <latitude>sample string 14</latitude>
  <longtitude>sample string 15</longtitude>
  <mapAddress>sample string 16</mapAddress>
  <modifiedAt>2026-07-03T09:00:03.2748428+00:00</modifiedAt>
  <otherAddressType>sample string 10</otherAddressType>
  <pincode>sample string 13</pincode>
  <receiverMobile>sample string 12</receiverMobile>
  <receiverName>sample string 11</receiverName>
  <status>5</status>
  <userId>4</userId>
</CustomerAddress>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomerAddress'.

Response Information

Resource Description

APIDataResponseOfListOfCustomerAddress
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

status

string

None.

data

Collection of CustomerAddress

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "status": "sample string 3",
  "data": [
    {
      "addressId": 1,
      "createdAt": "2026-07-03T09:00:03.2798706+00:00",
      "modifiedAt": "2026-07-03T09:00:03.2798706+00:00",
      "userId": 4,
      "status": 5,
      "houseNo": "sample string 6",
      "buildingName": "sample string 7",
      "landmark": "sample string 8",
      "addressType": 9,
      "otherAddressType": "sample string 10",
      "receiverName": "sample string 11",
      "receiverMobile": "sample string 12",
      "pincode": "sample string 13",
      "latitude": "sample string 14",
      "longtitude": "sample string 15",
      "mapAddress": "sample string 16",
      "distance": 17
    },
    {
      "addressId": 1,
      "createdAt": "2026-07-03T09:00:03.2798706+00:00",
      "modifiedAt": "2026-07-03T09:00:03.2798706+00:00",
      "userId": 4,
      "status": 5,
      "houseNo": "sample string 6",
      "buildingName": "sample string 7",
      "landmark": "sample string 8",
      "addressType": 9,
      "otherAddressType": "sample string 10",
      "receiverName": "sample string 11",
      "receiverMobile": "sample string 12",
      "pincode": "sample string 13",
      "latitude": "sample string 14",
      "longtitude": "sample string 15",
      "mapAddress": "sample string 16",
      "distance": 17
    }
  ]
}

application/xml, text/xml

Sample:
<APIDataResponseOfArrayOfCustomerAddressAmpdAh_Se xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <code>1</code>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebAPI.Entity">
    <d2p1:CustomerAddress>
      <d2p1:addressId>1</d2p1:addressId>
      <d2p1:addressType>9</d2p1:addressType>
      <d2p1:buildingName>sample string 7</d2p1:buildingName>
      <d2p1:createdAt>2026-07-03T09:00:03.2798706+00:00</d2p1:createdAt>
      <d2p1:distance>17</d2p1:distance>
      <d2p1:houseNo>sample string 6</d2p1:houseNo>
      <d2p1:landmark>sample string 8</d2p1:landmark>
      <d2p1:latitude>sample string 14</d2p1:latitude>
      <d2p1:longtitude>sample string 15</d2p1:longtitude>
      <d2p1:mapAddress>sample string 16</d2p1:mapAddress>
      <d2p1:modifiedAt>2026-07-03T09:00:03.2798706+00:00</d2p1:modifiedAt>
      <d2p1:otherAddressType>sample string 10</d2p1:otherAddressType>
      <d2p1:pincode>sample string 13</d2p1:pincode>
      <d2p1:receiverMobile>sample string 12</d2p1:receiverMobile>
      <d2p1:receiverName>sample string 11</d2p1:receiverName>
      <d2p1:status>5</d2p1:status>
      <d2p1:userId>4</d2p1:userId>
    </d2p1:CustomerAddress>
    <d2p1:CustomerAddress>
      <d2p1:addressId>1</d2p1:addressId>
      <d2p1:addressType>9</d2p1:addressType>
      <d2p1:buildingName>sample string 7</d2p1:buildingName>
      <d2p1:createdAt>2026-07-03T09:00:03.2798706+00:00</d2p1:createdAt>
      <d2p1:distance>17</d2p1:distance>
      <d2p1:houseNo>sample string 6</d2p1:houseNo>
      <d2p1:landmark>sample string 8</d2p1:landmark>
      <d2p1:latitude>sample string 14</d2p1:latitude>
      <d2p1:longtitude>sample string 15</d2p1:longtitude>
      <d2p1:mapAddress>sample string 16</d2p1:mapAddress>
      <d2p1:modifiedAt>2026-07-03T09:00:03.2798706+00:00</d2p1:modifiedAt>
      <d2p1:otherAddressType>sample string 10</d2p1:otherAddressType>
      <d2p1:pincode>sample string 13</d2p1:pincode>
      <d2p1:receiverMobile>sample string 12</d2p1:receiverMobile>
      <d2p1:receiverName>sample string 11</d2p1:receiverName>
      <d2p1:status>5</d2p1:status>
      <d2p1:userId>4</d2p1:userId>
    </d2p1:CustomerAddress>
  </data>
  <message>sample string 2</message>
  <status>sample string 3</status>
</APIDataResponseOfArrayOfCustomerAddressAmpdAh_Se>