Create Client
Creates a saved client.
URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/clients | |
Production | https://api.fieldnation.com/api/rest/v2/clients |
Path Parameters
Not applicable.
Query Parameters
Parameter | Type | Example | Notes |
---|---|---|---|
access_token | string | abc123defg459hijk786lmn45 | Required. |
Body Parameters
Refer to Clients for a complete list of parameters.
Examples
Create a new client.
{
"name": "New Client",
"print_logo": false,
"address_1": "123 Main Street",
"address_2": "",
"city": "New York",
"state": "NY",
"zip": "10001",
"country": "US",
"location_type": 1,
"website": "",
"policy_procedure": "",
"standard_instruction": "",
"about": "parking garage is 2 blocks down from main street."
}
Response
Returns the Client Object. Refer to Clients for parameter details and examples.