{
"customerId": "string",
"addressMetaData": {
"city": "string",
"country": "string",
"countryCode": "string",
"district": "string",
"postcode": "string",
"propertyName": "string",
"state": "string",
"stateCode": "string",
"streetName": "string",
"streetNumber": "string",
"unitNumber": "string"
},
"customerChineseName": "string",
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24T14:15:22.123Z",
"email": "string",
"occupation": "string",
"phone": "string",
"idType": "string",
"idNumber": "string",
"certIssueDate": "2019-08-24",
"certExpireDate": "2019-08-24",
"certFront": "string",
"certBack": "string",
"nationality": "string",
"studentId": "string",
"payerRelations": [
{
"payerId": "string",
"payerRelation": "string"
}
]
}curl --location --request POST '/api/pay/studypay/customer/update' \
--header 'ebfs-key: apiKey' \
--header 'ebfs-key: apiKey' \
--header 'ebfs-timestamp: timestamp' \
--header 'ebfs-timestamp: timestamp' \
--header 'ebfs-nonce;' \
--header 'ebfs-nonce;' \
--header 'ebfs-signature;' \
--header 'ebfs-signature;' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"addressMetaData": {
"city": "string",
"country": "string",
"countryCode": "string",
"district": "string",
"postcode": "string",
"propertyName": "string",
"state": "string",
"stateCode": "string",
"streetName": "string",
"streetNumber": "string",
"unitNumber": "string"
},
"customerChineseName": "string",
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24T14:15:22.123Z",
"email": "string",
"occupation": "string",
"phone": "string",
"idType": "string",
"idNumber": "string",
"certIssueDate": "2019-08-24",
"certExpireDate": "2019-08-24",
"certFront": "string",
"certBack": "string",
"nationality": "string",
"studentId": "string",
"payerRelations": [
{
"payerId": "string",
"payerRelation": "string"
}
]
}'{
"code": "string",
"message": "string"
}