Skip to main content
PUT
/
commerce
/
customer
/
accounts
/
{accountId}
/
attributes
/
{attributeFQN}
Error
A valid request URL is required to generate request examples
{
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  },
  "fullyQualifiedName": "<string>",
  "attributeDefinitionId": 123,
  "values": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

accountId
integer<int32>
required

Unique identifier of the account whose attribute you want to modify.

attributeFQN
string
required

Query Parameters

userId
string
responseFields
string

limits which fields are returned in the response body

Body

application/json

The new content to replace the existing attribute.

auditInfo
object
fullyQualifiedName
string | null
attributeDefinitionId
integer<int32> | null
values
any[] | null

Response

Success

auditInfo
object
fullyQualifiedName
string | null
attributeDefinitionId
integer<int32> | null
values
any[] | null