This API updates an account
PATCH/updateAccount/:accountID1
This API updates an account
Request​
Path Parameters
accountID1 stringrequired
- application/json
Body
firstnamestring
Example:
Logan
preferedFirstNamestring
Example:
Logan
lastnamestring
Example:
Prasad
middlenamestring
Example:
N
emailstring
Example:
logan@example.net
employeeTypestring
Example:
Regular
jobcodedescstring
Example:
QA
managerstring
Example:
Joe
statuskeystring
Example:
1
customproperty1string
Example:
customized value
Responses​
- 200
- 400
Success Response
- application/json
- Schema
- Example (from schema)
Schema
errorCodestring
Example:
0
messagestring
Example:
SUCCESS Account Updated Successfully
{
"errorCode": "0",
"message": "SUCCESS Account Updated Successfully"
}
Failure in account update