v1

latestOpenAPI 3.0.02026-07-14293257.6 KB
Customer

Update Customer Details

This API is used to update the customer details.

patch/api/v1/customers/{id}

Path parameters

idstring required

Customer ID

Query parameters

sandboxstring required

Indicate whether using sandbox mode to perform action, value is either 'true' or 'false'

Request body

firstNamestring

First name of the customer.

lastNamestring

Last name of the customer.

dateofBirthstring

Date of birth of the customer.

streetstring

Street name of customer address.

citystring

City name of customer address.

statestring

State name of customer address.

countrystring

Country name of customer address.

postalCodestring

Postal code of customer address.

statusstring

Customer status. Can be A - Active, I - Inactive

Response

Customer updated.

statusCodenumber
messagestring
dataobject

Customer object. See https://thirdfi.readme.io/reference/customer-object for more information.