Update Profile Address Details By Profile Id And Address Id

Update Profile Address Details By Profile Id And Address Id

SecuritybearerToken
Request
path Parameters
profileId
required
string <uuid>

Id of a profile.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
addressId
required
string <uuid>

Id of a user address.

Example: 9a7ae0c8-f473-4ab6-8dbb-03fc061630cc
Request Body schema: application/json
buildingDetails
string

The building details of the address being created. Must have a maximum length of 250 characters.

street
string

The street of the address being created. Must have a maximum length of 250 characters.

city
string

The city of the address being created. Must have a maximum length of 250 characters.

region
string

The region of the address being created. Must have a maximum length of 250 characters.

postalCode
string

The postal code of the address being created. Must have a maximum length of 50 characters.

countryCode
string

The country code of the address being created.

type
string

The type of the address.

Enum: "registered" "trading" "other"
description
string

The description of the address being created. Must have a maximum length of 250 characters.

Responses
200
400
401
403
404
409

Conflict

put/compliance/kyc-protect/profiles/{profileId}/details/addresses/{addressId}
Request samples
application/json
{
  • "buildingDetails": "string",
  • "street": "string",
  • "city": "string",
  • "region": "string",
  • "postalCode": "string",
  • "countryCode": "string",
  • "type": "registered",
  • "description": "string"
}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "buildingDetails": "string",
  • "street": "string",
  • "city": "string",
  • "region": "string",
  • "postalCode": "string",
  • "countryCode": "string",
  • "type": "string",
  • "description": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "createdById": 0,
  • "createdBy": "string",
  • "modifiedAt": "2019-08-24T14:15:22Z",
  • "modifiedById": 0,
  • "modifiedBy": "string"
}