# Attributes

dispatcherId `Integer`

Unique Dispatcher ID

* * *

dispatcherName `String`

Name of the Dispatcher

* * *

companyId `Integer`

Unique Company ID

* * *

companyName `String`

Name of the company

* * *

companyAddress `String`

Address of the company

* * *

phone `String`

Phone number with country code

* * *

email `String`

Email address of the company

Member Object Example

```json
{
    "dispatcherId": 123213123,
    "dispatcherName": "Dispatcher",
    "companyId": 1234346789012,
    "companyName": "Delivery Cycle",
    "companyAddress": "California City, CA, USA",
    "phone": "+1234567890",
    "email": "info@deliverycycle.com"
  }
```
