Update Person

API Endpoint

Base URL: https://api.uat.laka.co/v3/accounts/{personId}

HTTP Request Example

curl --request PATCH \
     --url https://api.uat.laka.co/v3/accounts/personId \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Response

200

The updated record


Person Object Schema

Usage

Click Try It! to start a request and see the response.