clients
createClient
Internal clients/createClient operation. Authentication requirements are derived from the active route allowlist.
post/clients/createClient
Request body
Example request
{
"additional_info": "i10/3 korang road, near markaz Islamabad",
"address": "address",
"email": "client@gmail.com",
"is_phone_formatted": "1",
"name": "Client",
"phone": "+923451234567"
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.