Person
/
Update client account

Update client account

PUT
https://agents-api-sit.finci.com:5500/v1/update-client/{person_id}

....

Headers

    X-Auth-Token
    string
    Required
    Partner Token
    X-Auth-Signature
    string
    Required
    Signature of the request body
    X-Auth-Timestamp
    string
    Required
    Request timestamp (Unix Epoch in UTC).

Path parameters

    person_id
    string
    Required
    Person ID

Request body

Response

Client updated
    status
    string
      success
      string
      error
      string
    errors
    array of string
    Error codes list
    person_id
    string
    Person ID
    Examples:10011000000000000001
Built with