PUT api/Addresses/UpdateClientAddress?addressId={addressId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
addressId

integer

Required

Body Parameters

UpdateClientAddressDto
NameDescriptionTypeAdditional information
Line1

string

Required

String length: inclusive between 0 and 100

Line2

string

String length: inclusive between 0 and 100

City

string

Required

String length: inclusive between 0 and 50

State

string

Required

String length: inclusive between 0 and 2

Zip

string

Required

String length: inclusive between 0 and 5

Name

string

String length: inclusive between 0 and 50

IsShipping

boolean

None.

IsPrimary

boolean

None.

AddressTypeId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Line1": "sample string 1",
  "Line2": "sample string 2",
  "City": "sample string 3",
  "State": "sample string 4",
  "Zip": "sample string 5",
  "Name": "sample string 6",
  "IsShipping": true,
  "IsPrimary": true,
  "AddressTypeId": 9
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Result

Object

None.

StatusCode

integer

None.

StatusGroup

string

None.

Details

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.