PUT
/
api
/
v2
/
b2cAccount
/
update
curl --request PUT \
  --url https://sandbox.finhub.cloud/api/v2/b2cAccount/update \
  --header 'Content-Type: application/json' \
  --header 'X-Forwarded-For: <x-forwarded-for>' \
  --header 'activityId: <activityid>' \
  --header 'sessionId: <sessionid>' \
  --data '{
  "customerId": "<string>",
  "gender": "<string>",
  "dateOfBirth": "2022-03-10T00:00:00.000Z",
  "placeOfBirth": "<string>",
  "nationality": "<string>",
  "cityTown": "<string>",
  "region": "<string>",
  "postalCode": "<string>",
  "addressLine1": "<string>",
  "addressLine2": "<string>"
}'
{
  "code": 200,
  "message": "Success",
  "redirectUrl": "<string>",
  "sessionId": "<string>",
  "data": "<any>"
}

Headers

activityId
string
required
Minimum length: 1
sessionId
string
required
Minimum length: 1
X-Forwarded-For
string
required

Forwarded client IP address

User-Agent
string

Client user agent information

X-Tenant-ID
string

Tenant identifier for multi-tenant operations

Body

application/json

Response

200 - application/json

OK

Standard response wrapper for all API responses