create_account
This write is restricted to an approved synthetic demo cluster. It is not generally available and must not be used with a production tenant.
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
| name | string | Required | Account or customer name. |
| ref | string | Required | Unique account reference. |
| type | string | Optional | Account payment type. CASHINVOICECARD |
| name_alias | string | Optional | Account alias or group name. |
| active | integer | Optional | Whether the account is active. 01 |
| priority | integer | Optional | Booking priority from 1 to 5. |
| profile | string | Optional | Booking-source profile. DISPATCHWEBAPPINCARSTREET |
| notes | string | Optional | Existing internal notes to preserve. |
| driver_notes | string | Optional | Instructions shown to drivers. |
| address | string | Optional | Invoice address. |
| primary_contact_name | string | Optional | Primary contact name. |
| primary_contact_phone | string | Optional | Primary contact phone number. |
| string | Optional | Invoice email address. | |
| authorization_limit | number | Optional | Authorized amount for the benefit period. |
| authorization_units | integer | Optional | Authorized trip units for the benefit period. |
| max_trip_amount | number | Optional | Maximum authorized amount per trip. |
| authorization_start | string | Optional | Authorization period start date. |
| authorization_end | string | Optional | Authorization period end date. |
| par_number | string | Optional | Prior Authorization Request number. |
| mod_codes | array | Optional | Billing modifier codes. |
| case_worker | string | Optional | Case worker name. |
| date_of_birth | string | Optional | Customer date of birth. |
| watch | boolean | Optional | Whether the account needs special monitoring. |
| office_notes | string | Optional | Free-text office notes. |
This page documents the restricted write contract. No example payload or response body is included.
