Locations
Locations in Kojo represent an address.
Schema​
Location​
| Name | Type | Description | Example |
|---|---|---|---|
| id | ID | The unique location ID | "ckmnpybisiy5x08abky4g2d1f" |
| locationCode | string? | Location code in Vendor system | "AB88239" |
| name | string | The name of the location | "Kojo Systems Mars HQ" |
| addressLine1 | string? | The first line of the location's address | "123 Kojo Avenue" |
| addressLine2 | string? | The second line of the location's address | "Office 18F" |
| city | string? | The city the location is located in | "San Francisco" |
| state | string? | The state the location is located in | "CA" |
| zipcode | string? | The zipcode the location is located in | "94107" |
| directions | string? | Specific directions regarding the location | "Use the entrance on 1st St." |
| phone | string? | The phone number for the location | "513-123-4567" |