Skip to main content

This API updates an account

PATCH 

/updateAccount/:accountID1

This API updates an account

Request​

Path Parameters

    accountID1 stringrequired

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​

Success Response

Schema

    errorCodestring
    Example: 0
    messagestring
    Example: SUCCESS Account Updated Successfully