POST v1/clients/address

Request Information

URI Parameters

None.

Body Parameters

ClientAddress
NameDescriptionTypeAdditional information
ID

integer

None.

ID_CustomersClients

integer

None.

IsPrimary

boolean

None.

PrimaryAddress

boolean

None.

ZipCode

string

None.

Address

string

None.

Number

string

None.

AdditionalInformation

string

None.

Address2

string

None.

City

string

None.

State

string

None.

Country

string

None.

AddressLatitude

decimal number

None.

AddressLongitude

decimal number

None.

Label

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ID_CustomersClients": 1,
  "IsPrimary": true,
  "PrimaryAddress": true,
  "ZipCode": "sample string 4",
  "Address": "sample string 5",
  "Number": "sample string 6",
  "AdditionalInformation": "sample string 7",
  "Address2": "sample string 8",
  "City": "sample string 9",
  "State": "sample string 10",
  "Country": "sample string 11",
  "AddressLatitude": 1.0,
  "AddressLongitude": 1.0,
  "Label": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.