Update Customer

View as Markdown
Updates an existing registered customer profile for the authenticated account. **Authentication:** - **REQUIRED**: Basic Auth only. **Query Parameters:** - `customer_id` (required): Customer identifier returned by `registerCustomer`. **Request Body:** - Provide one or more updatable sender fields. - `name_first` and `name_last` are immutable and cannot be updated. **Response:** - Returns updated flat sender profile with `customer_id` and timestamps. **Field code references:** - `ic_type` must be one of the supported identification document type codes: `NIC`, `PP`, `WEP`. - `occupation` must be one of the supported occupation codes: `OCC1` through `OCC11`.

Query parameters

customer_idstringOptional

Required: customer_id returned by registerCustomer

Request

This endpoint expects an object.
emailstringRequiredformat: "email"
phonestringRequired
occupationstringRequired
addressstringRequired

Response

OK
customer_idstring
name_firststring
name_laststring
genderstring
ic_numberstring
ic_typestring
ic_countrystring
occupationstring
country_of_residencestring
phonestring
emailstringformat: "email"
nationalitystring
dobdate
addressstring
ic_expiry_datedate
created_atdatetime
updated_atdatetime

Errors

400
Bad Request Error