{
"details": {
"fax": "string",
"name": "string",
"reportingEmbedUrl": "string"
},
"identifier": "string",
"name": "string",
"physicalLocation": {
"city": "string",
"code": "string",
"country": "string",
"proximity": "string",
"streetName": "string",
"streetNumber": "string"
},
"postalLocation": {
"city": "string",
"code": "string",
"country": "string",
"postOfficeBox": "string",
"proximity": "string"
},
"primaryContact": "string",
"role": "string"
}
| Name | Type | Description | Additional |
|---|---|---|---|
| details | object | AccountDetails | |
| details.fax | string | ||
| details.name | string | ||
| details.reportingEmbedUrl | string | ||
| identifier | string |
The identifier or business registration of the account |
|
| name | string |
The name of the group / business / company |
|
| physicalLocation | object | CreatePhysicalLocationDto | |
| physicalLocation.city | string | ||
| physicalLocation.code | string | Optional | |
| physicalLocation.country | string | ||
| physicalLocation.proximity | string | Optional | |
| physicalLocation.streetName | string | Optional | |
| physicalLocation.streetNumber | string | Optional | |
| postalLocation | object | CreatePostalLocationDto | |
| postalLocation.city | string | ||
| postalLocation.code | string | Optional | |
| postalLocation.country | string | ||
| postalLocation.postOfficeBox | string | ||
| postalLocation.proximity | string | Optional | |
| primaryContact | string |
The email address of the primary contact for this account |
|
| role | string |
The primary role of the account, whether it functions primarily as a vehicle owner [Owner], user [User] or both [Hybrid] Possible values are:
|