Update a Customer
POST {{url}}/api/v1/pa/customers/:customer_id/update
Request Body
{"request_id"=>"{{$guid}}", "merchant_customer_id"=>"{{merchant_customer_id}}", "first_name"=>"{{$randomFirstName}}", "last_name"=>"{{$randomLastName}}", "email"=>"{{$randomExampleEmail}}", "phone_number"=>"{{$randomPhoneNumber}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |