post https://{api_url}/api/v5/admin//client
Creates a new client.
Recipes
👳
Create a Customer record
Open Recipe
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Creates a new client.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://example.jrni.com/api/v5/admin/company_id/client \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"send_email": "false"
}
'
Try It!
to start a request and see the response here! Or choose an example: