Unfortunately, this feature is not supported on mobile devices. For the best experience, please use a computer.

project44 REST API (4.0.0)

Version 4.0.0 of project44's API

Download OpenAPI description
Languages
Servers
Mock server
https://developers.project44.com/_mock/api-reference/api-docs/
API endpoint for project44 tenants created in NA region
https://na12.api.project44.com/
API endpoint for project44 tenants created in EU region
https://eu12.api.project44.com/
API endpoint for project44 tenants created in the Sandbox environment
https://na12.api.sandbox.p-44.com/

OAuth 2.0: Client Applications

API used for registering and managing OAuth 2.0 client applications. See the "Authentication" section above for more information. To authorize API requests to project44 for an API integration, first your client application must be registered with project44, which will issue your application a client id and secret. These credentials can then be used to generate bearer tokens, which can be included on all other API requests to authorize your client application. The client application is authorized through the project44 user management UI as a machine user with username "app-{client_id}@client-applications.project44.com".

An admin user (with VOC user role "Customer Admin") must use HTTP Basic Authentication with this API to manage client applications. Basic Authentication is deprecated for all other APIs, besides token generation, in favor of passing the access token generated via OAuth 2.0.

Operations

OAuth 2.0: Token Generation

API for OAuth 2.0 token generation. See the "Authentication" section above for more information. Once your client application is registered, you can use the token generation endpoint to authenticate with your application's client id and secret in exchange for a bearer token to be included on all other API requests to authenticate as that client application. The client application is authorized through the project44 user management UI as a machine user with username "app-{client_id}@client-applications.project44.com".

To generate an access token, you may authenticate your client application by providing its client id and secret either in the body of the request or in the form of HTTP Basic Authentication (but you may not use both ways in the same request).

Operations

LTL: Quotes

Quote LTL rates and retrieve transit times.

Operations

VLTL: Quotes

API used for quoting volume LTL rates.

Operations

VLTL: Dispatch

API used for scheduling volume LTL shipments.

Operations

LTL: Dispatch

API used for scheduling LTL shipments.

Operations

LTL: Tracking

API used for the retrieval of shipment status.

Operations

LTL: Image Retrieval

Access shipment images.

Operations

TL: Tracking

project44's Truckload Tracking endpoints give you or your customers visibility into your truckload shipments, including such features as predictive ETAs and temperature tracking. Use these endpoints to initialize (POST), track (GET), update (PUT), cancel (POST) or delete(DELETE) truckload shipments. You can return shipment information by either unique system ID or by identifier.

Operations

TL: Available Vehicles

API used for fetching vehicles within a specific radius and time window. Can only be used if opted into a project44 Co-Op.

Operations

TL: Connected Capacity

API for finding new connected carrier partners in the project44 network based on tracking performance

Operations

Rail: Tracking

API used for accessing rail shipment tracking.

Operations

Capacity Provider Account Group Management

Manage capacity provider account groups. Groups are used to sort capacity provider accounts on a per customer or location basis.

For example, you can add multiple capacity providers to a group if they all share lanes to the same origin/destination location.

Another example, if certain customers receive different rates for a capacity provider, it may be reasonable to use separate groups for each customer's capacity provider accounts.

Use these APIs to create (POST), retrieve (GET) or delete (DELETE) capacity provider account groups.

Operations

Capacity Provider Account Management

Manage capacity provider accounts where a capacity provider is typically used to represent a carrier.

Capacity providers have capacity provider account definitions also known as capacity provider account types. Capacity provider accounts are arranged in sets where each set contains one or more accounts for the same capacity provider. Each capacity provider's service is compatible with one and only one of these capacity provider accounts. Because most capacity providers have only one capacity provider account definition, most sets will contain only one capacity provider account. For capacity providers with more then one account definition, the set of accounts may consist of one account per account definition.

For example, FedEx has a standard account to be used with LTL rating, LTL and Volume LTL dispatch, tracking, and imaging and a separate account for Volume LTL rating. A set of FedEx capacity provider accounts may have a single standard account, a single volume LTL rating account, or both. Providing the capacity provider account set code in the request resolves which capacity provider account to use.

Capacity provider specific credential information is available in the portal.

Use these APIs to create (POST), retrieve (GET), update (POST) or delete (DELETE) capacity provider accounts.

Operations

Capacity Provider Contact Management

Manage locations. Locations combine physical addresses with contact details and are used in configuring Capacity Provider Accounts and Stop Locations, for example to identify the Bill To party.

Use these APIs to create (POST), update (PUT) or retrieve (GET) locations.

These operations are also all available under the /locations endpoint for backward compatibility.

Operations

Order Visibility

API used for orders and inventory items

Operations

Shipment: Tracking

API used for Shipment Tracking.

Operations

Shipment: Loads

API used for tracking Loads.

Operations

Multi-Modal: Image Retrieval

Access shipment images.

Operations

Shipment Attributes

Create and fetch predefined custom attributes for shipments. You must be a organization admin to perform this operation.

Operations

Capacity Provider Metadata

Retrieve capacity provider information needed to set up capacity provider accounts.

Operations

LTL: Push Tracking

As a capacity provider, push project44 shipments and status updates.

Operations

LTL: Push Imaging

As a capacity provider, push project44 images related to shipments.

Operations

TL: Capacity Provider Push

As a capacity provider, push project44 shipment-related info and quotes.

Operations

Asset Tracking

Track the location of an enrolled asset.

Operations

Webhook

Register client webhooks.

Operations

Parcel: Tracking

Track parcel shipments. Before parcel shipments can be tracked, they must first be initialized with a shipment identifier. Shipments cannot be modified once initialized and tracking has begun. To stop tracking a shipment, delete it.

Use these APIs to initialize (POST), track (GET), or delete (DELETE) parcel shipments.

Operations

Parcel: Webhook

Receive updates for a tracked parcel by defining a parcel-tracking-webhook.

Operations

Carrier: Document

API for managing carrier documents.

Analytics: Port Intelligence

API for Port Intelligence.

Operations

Filter Suggestions

Operations

Multi-modal: Booking

API used for multi-modal Booking.

LTL: Electronic BOL

API used for creating Electronic BOL

Operations

Webhook Data

Operations to describe the payload expected from project44 when integrated with a webhook.

Operations

Postal Address Validation

Operations

Parcel: Push Tracking

Operations

location-controller

Operations

Ocean: Tracking

Operations

Stop Location Management

Operations

List all stop locations used by your organization.

Request

Paginated with default page size of 10. The offset and pageSize query parameters modify this behavior, allowing you to retrieve all of your locations one page at a time.

Query
offsetinteger(int64)

The offset of the first requested location within the total list of locations.

Default 0
pageSizeinteger(int64)

The maximum number of locations to return.

Default 10
curl -i -X GET \
  'https://developers.project44.com/_mock/api-reference/api-docs/api/v4/stoplocations?offset=0&pageSize=10' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Body
locationsArray of objects(StopLocation)required

Locations listed.

locations[].​addressobject(Address)required

A postal address.

locations[].​address.​postalCodestringrequired

The ZIP or postal code.

locations[].​address.​addressLinesArray of stringsrequired

Street name, number, direction, PO box, etc. Only three address lines are currently permitted.

locations[].​address.​citystringrequired

Name of city, town, etc.

locations[].​address.​statestringrequired

Abbreviation of state, province, district, etc.

locations[].​address.​countrystring(enum)(CountryCode)required
Enum"US""CA""MX""AG""BB""BS""BZ""CR""CU""DM""DO""GD""GT""HN""HT"
locations[].​addressSpecificitystring

The specificity of this address. Return only. This represents how sepcifically we were able to geocode the address, i.e., the most specific known entity we were able to match with it.

Enum"COUNTRY""STATE""COUNTY""CITY""DISTRICT""POSTAL_CODE""STREET""INTERSECTION""LANDMARK""HOUSE_NUMBER"
locations[].​contactsArray of objects(ContactReference)

A list of contact information for people associated with this location.

locations[].​coordinatesobject(GeoCoordinates)
locations[].​geofenceobject(Geofence)
locations[].​idstring(uuid)

Stop location id. Should be null. Will be provided on return.

locations[].​namestringrequired

Name of the location. Nonblank value required.

locations[].​openingHoursArray of objects(OpeningHours)

Optional list of opening and closing hours of the stop location.

locations[].​specialOpeningHoursArray of objects(SpecialOpeningHours)

Optional list of special (i.e., holiday) opening and closing hours of the stop location.

locations[].​suppliedIdstring

Customer-supplied identifier for this location.

locations[].​versioninteger(int64)

Version number of this location. Every time the location is edited this number is incremented.

offsetinteger(int32)

Offset of the start of this list within the list of all matching locations.

pageSizeinteger(int32)

Locations requested per page.

totalItemsinteger(int32)

Total locations available.

Response
{ "locations": [ {} ], "offset": 0, "pageSize": 0, "totalItems": 0 }

Submit a new shipment location.

Request

Required Fields

To create a valid stop location, you must supply a name plus one of
  • A valid STREET ADDRESS. This is an address that includes all of:
    • addressLines
    • city
    • state and/or postalCode
    • country
  • A pair of valid COORDINATES along with an address that includes COUNTRY
    Bodyrequired

    location

    addressobject(Address)required

    A postal address.

    address.​postalCodestringrequired

    The ZIP or postal code.

    address.​addressLinesArray of stringsrequired

    Street name, number, direction, PO box, etc. Only three address lines are currently permitted.

    address.​citystringrequired

    Name of city, town, etc.

    address.​statestringrequired

    Abbreviation of state, province, district, etc.

    address.​countrystring(enum)(CountryCode)required
    Enum"US""CA""MX""AG""BB""BS""BZ""CR""CU""DM""DO""GD""GT""HN""HT"
    addressSpecificitystring

    The specificity of this address. Return only. This represents how sepcifically we were able to geocode the address, i.e., the most specific known entity we were able to match with it.

    Enum"COUNTRY""STATE""COUNTY""CITY""DISTRICT""POSTAL_CODE""STREET""INTERSECTION""LANDMARK""HOUSE_NUMBER"
    contactsArray of objects(ContactReference)

    A list of contact information for people associated with this location.

    coordinatesobject(GeoCoordinates)
    geofenceobject(Geofence)
    idstring(uuid)

    Stop location id. Should be null. Will be provided on return.

    namestringrequired

    Name of the location. Nonblank value required.

    openingHoursArray of objects(OpeningHours)

    Optional list of opening and closing hours of the stop location.

    specialOpeningHoursArray of objects(SpecialOpeningHours)

    Optional list of special (i.e., holiday) opening and closing hours of the stop location.

    suppliedIdstring

    Customer-supplied identifier for this location.

    versioninteger(int64)

    Version number of this location. Every time the location is edited this number is incremented.

    curl -i -X POST \
      https://developers.project44.com/_mock/api-reference/api-docs/api/v4/stoplocations \
      -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
      -H 'Content-Type: application/json' \
      -d '{
        "address": {
          "postalCode": "string",
          "addressLines": [
            "str"
          ],
          "city": "string",
          "state": "string",
          "country": "US"
        },
        "addressSpecificity": "COUNTRY",
        "contacts": [
          {
            "contactId": "string",
            "type": "string"
          }
        ],
        "coordinates": {
          "latitude": -90,
          "longitude": -180
        },
        "geofence": {
          "geometry": {
            "bbox": [
              0.1
            ],
            "crs": {
              "properties": {},
              "type": "name"
            },
            "type": "string"
          },
          "type": "TIME",
          "units": "MINUTES",
          "value": 0.1
        },
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "name": "string",
        "openingHours": [
          {
            "appliesFriday": true,
            "appliesMonday": true,
            "appliesSaturday": true,
            "appliesSunday": true,
            "appliesThursday": true,
            "appliesTuesday": true,
            "appliesWednesday": true,
            "closes": "string",
            "opens": "string"
          }
        ],
        "specialOpeningHours": [
          {
            "hours": {
              "appliesFriday": true,
              "appliesMonday": true,
              "appliesSaturday": true,
              "appliesSunday": true,
              "appliesThursday": true,
              "appliesTuesday": true,
              "appliesWednesday": true,
              "closes": "string",
              "opens": "string"
            },
            "validFrom": "2019-08-24",
            "validThrough": "2019-08-24"
          }
        ],
        "suppliedId": "string",
        "version": 0
      }'

    Responses

    OK

    Body
    addressobject(Address)required

    A postal address.

    address.​postalCodestringrequired

    The ZIP or postal code.

    address.​addressLinesArray of stringsrequired

    Street name, number, direction, PO box, etc. Only three address lines are currently permitted.

    address.​citystringrequired

    Name of city, town, etc.

    address.​statestringrequired

    Abbreviation of state, province, district, etc.

    address.​countrystring(enum)(CountryCode)required
    Enum"US""CA""MX""AG""BB""BS""BZ""CR""CU""DM""DO""GD""GT""HN""HT"
    addressSpecificitystring

    The specificity of this address. Return only. This represents how sepcifically we were able to geocode the address, i.e., the most specific known entity we were able to match with it.

    Enum"COUNTRY""STATE""COUNTY""CITY""DISTRICT""POSTAL_CODE""STREET""INTERSECTION""LANDMARK""HOUSE_NUMBER"
    contactsArray of objects(ContactReference)

    A list of contact information for people associated with this location.

    coordinatesobject(GeoCoordinates)
    geofenceobject(Geofence)
    idstring(uuid)

    Stop location id. Should be null. Will be provided on return.

    namestringrequired

    Name of the location. Nonblank value required.

    openingHoursArray of objects(OpeningHours)

    Optional list of opening and closing hours of the stop location.

    specialOpeningHoursArray of objects(SpecialOpeningHours)

    Optional list of special (i.e., holiday) opening and closing hours of the stop location.

    suppliedIdstring

    Customer-supplied identifier for this location.

    versioninteger(int64)

    Version number of this location. Every time the location is edited this number is incremented.

    Response
    { "address": { "postalCode": "string", "addressLines": [], "city": "string", "state": "string", "country": "US" }, "addressSpecificity": "COUNTRY", "contacts": [ {} ], "coordinates": { "latitude": -90, "longitude": -180 }, "geofence": { "geometry": {}, "type": "TIME", "units": "MINUTES", "value": 0.1 }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "openingHours": [ {} ], "specialOpeningHours": [ {} ], "suppliedId": "string", "version": 0 }

    Retrieve latest version of a shipment location by id.

    Request

    This retrieves only the most recently saved version of the location.

    Path
    idstring(uuid)required

    Id of the stop location to retrieve (required)

    curl -i -X GET \
      'https://developers.project44.com/_mock/api-reference/api-docs/api/v4/stoplocations/{id}' \
      -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

    Responses

    OK

    Body
    addressobject(Address)required

    A postal address.

    address.​postalCodestringrequired

    The ZIP or postal code.

    address.​addressLinesArray of stringsrequired

    Street name, number, direction, PO box, etc. Only three address lines are currently permitted.

    address.​citystringrequired

    Name of city, town, etc.

    address.​statestringrequired

    Abbreviation of state, province, district, etc.

    address.​countrystring(enum)(CountryCode)required
    Enum"US""CA""MX""AG""BB""BS""BZ""CR""CU""DM""DO""GD""GT""HN""HT"
    addressSpecificitystring

    The specificity of this address. Return only. This represents how sepcifically we were able to geocode the address, i.e., the most specific known entity we were able to match with it.

    Enum"COUNTRY""STATE""COUNTY""CITY""DISTRICT""POSTAL_CODE""STREET""INTERSECTION""LANDMARK""HOUSE_NUMBER"
    contactsArray of objects(ContactReference)

    A list of contact information for people associated with this location.

    coordinatesobject(GeoCoordinates)
    geofenceobject(Geofence)
    idstring(uuid)

    Stop location id. Should be null. Will be provided on return.

    namestringrequired

    Name of the location. Nonblank value required.

    openingHoursArray of objects(OpeningHours)

    Optional list of opening and closing hours of the stop location.

    specialOpeningHoursArray of objects(SpecialOpeningHours)

    Optional list of special (i.e., holiday) opening and closing hours of the stop location.

    suppliedIdstring

    Customer-supplied identifier for this location.

    versioninteger(int64)

    Version number of this location. Every time the location is edited this number is incremented.

    Response
    { "address": { "postalCode": "string", "addressLines": [], "city": "string", "state": "string", "country": "US" }, "addressSpecificity": "COUNTRY", "contacts": [ {} ], "coordinates": { "latitude": -90, "longitude": -180 }, "geofence": { "geometry": {}, "type": "TIME", "units": "MINUTES", "value": 0.1 }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "openingHours": [ {} ], "specialOpeningHours": [ {} ], "suppliedId": "string", "version": 0 }

    Update an existing shipment location of a specified id.

    Request

    Saves the location and increments its version number.

    Path
    idstring(uuid)required

    Id of the stop location to retrieve (required)

    Bodyrequired

    location

    addressobject(Address)required

    A postal address.

    address.​postalCodestringrequired

    The ZIP or postal code.

    address.​addressLinesArray of stringsrequired

    Street name, number, direction, PO box, etc. Only three address lines are currently permitted.

    address.​citystringrequired

    Name of city, town, etc.

    address.​statestringrequired

    Abbreviation of state, province, district, etc.

    address.​countrystring(enum)(CountryCode)required
    Enum"US""CA""MX""AG""BB""BS""BZ""CR""CU""DM""DO""GD""GT""HN""HT"
    addressSpecificitystring

    The specificity of this address. Return only. This represents how sepcifically we were able to geocode the address, i.e., the most specific known entity we were able to match with it.

    Enum"COUNTRY""STATE""COUNTY""CITY""DISTRICT""POSTAL_CODE""STREET""INTERSECTION""LANDMARK""HOUSE_NUMBER"
    contactsArray of objects(ContactReference)

    A list of contact information for people associated with this location.

    coordinatesobject(GeoCoordinates)
    geofenceobject(Geofence)
    idstring(uuid)

    Stop location id. Should be null. Will be provided on return.

    namestringrequired

    Name of the location. Nonblank value required.

    openingHoursArray of objects(OpeningHours)

    Optional list of opening and closing hours of the stop location.

    specialOpeningHoursArray of objects(SpecialOpeningHours)

    Optional list of special (i.e., holiday) opening and closing hours of the stop location.

    suppliedIdstring

    Customer-supplied identifier for this location.

    versioninteger(int64)

    Version number of this location. Every time the location is edited this number is incremented.

    curl -i -X PUT \
      'https://developers.project44.com/_mock/api-reference/api-docs/api/v4/stoplocations/{id}' \
      -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
      -H 'Content-Type: application/json' \
      -d '{
        "address": {
          "postalCode": "string",
          "addressLines": [
            "str"
          ],
          "city": "string",
          "state": "string",
          "country": "US"
        },
        "addressSpecificity": "COUNTRY",
        "contacts": [
          {
            "contactId": "string",
            "type": "string"
          }
        ],
        "coordinates": {
          "latitude": -90,
          "longitude": -180
        },
        "geofence": {
          "geometry": {
            "bbox": [
              0.1
            ],
            "crs": {
              "properties": {},
              "type": "name"
            },
            "type": "string"
          },
          "type": "TIME",
          "units": "MINUTES",
          "value": 0.1
        },
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "name": "string",
        "openingHours": [
          {
            "appliesFriday": true,
            "appliesMonday": true,
            "appliesSaturday": true,
            "appliesSunday": true,
            "appliesThursday": true,
            "appliesTuesday": true,
            "appliesWednesday": true,
            "closes": "string",
            "opens": "string"
          }
        ],
        "specialOpeningHours": [
          {
            "hours": {
              "appliesFriday": true,
              "appliesMonday": true,
              "appliesSaturday": true,
              "appliesSunday": true,
              "appliesThursday": true,
              "appliesTuesday": true,
              "appliesWednesday": true,
              "closes": "string",
              "opens": "string"
            },
            "validFrom": "2019-08-24",
            "validThrough": "2019-08-24"
          }
        ],
        "suppliedId": "string",
        "version": 0
      }'

    Responses

    No Content

    Body
    Response
    { "httpStatusCode": 0, "httpMessage": "string", "errorMessage": "string", "errors": [ {} ], "supportReferenceId": "string" }

    Retrieve all versions of a shipment location by id.

    Request

    This retrieves all of the versions of the location that have ever been saved. The versions can be distinguished by their version number. The version number starts at zero when the location is created and is incremented by one every time the location is saved.

    Path
    idstring(uuid)required

    Id of the stop location to retrieve (required)

    curl -i -X GET \
      'https://developers.project44.com/_mock/api-reference/api-docs/api/v4/stoplocations/{id}/versions' \
      -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

    Responses

    OK

    Body
    locationsArray of objects(StopLocation)required

    Locations listed.

    locations[].​addressobject(Address)required

    A postal address.

    locations[].​address.​postalCodestringrequired

    The ZIP or postal code.

    locations[].​address.​addressLinesArray of stringsrequired

    Street name, number, direction, PO box, etc. Only three address lines are currently permitted.

    locations[].​address.​citystringrequired

    Name of city, town, etc.

    locations[].​address.​statestringrequired

    Abbreviation of state, province, district, etc.

    locations[].​address.​countrystring(enum)(CountryCode)required
    Enum"US""CA""MX""AG""BB""BS""BZ""CR""CU""DM""DO""GD""GT""HN""HT"
    locations[].​addressSpecificitystring

    The specificity of this address. Return only. This represents how sepcifically we were able to geocode the address, i.e., the most specific known entity we were able to match with it.

    Enum"COUNTRY""STATE""COUNTY""CITY""DISTRICT""POSTAL_CODE""STREET""INTERSECTION""LANDMARK""HOUSE_NUMBER"
    locations[].​contactsArray of objects(ContactReference)

    A list of contact information for people associated with this location.

    locations[].​coordinatesobject(GeoCoordinates)
    locations[].​geofenceobject(Geofence)
    locations[].​idstring(uuid)

    Stop location id. Should be null. Will be provided on return.

    locations[].​namestringrequired

    Name of the location. Nonblank value required.

    locations[].​openingHoursArray of objects(OpeningHours)

    Optional list of opening and closing hours of the stop location.

    locations[].​specialOpeningHoursArray of objects(SpecialOpeningHours)

    Optional list of special (i.e., holiday) opening and closing hours of the stop location.

    locations[].​suppliedIdstring

    Customer-supplied identifier for this location.

    locations[].​versioninteger(int64)

    Version number of this location. Every time the location is edited this number is incremented.

    offsetinteger(int32)

    Offset of the start of this list within the list of all matching locations.

    pageSizeinteger(int32)

    Locations requested per page.

    totalItemsinteger(int32)

    Total locations available.

    Response
    { "locations": [ {} ], "offset": 0, "pageSize": 0, "totalItems": 0 }

    Retrieve a specific version of a shipment location by id and version number.

    Request

    This retrieves only the specified version of the location.

    Path
    idstring(uuid)required

    Id of the stop location to retrieve (required)

    versioninteger(int64)required

    Version of the stop location to retrieve (required)

    curl -i -X GET \
      'https://developers.project44.com/_mock/api-reference/api-docs/api/v4/stoplocations/{id}/versions/{version}' \
      -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

    Responses

    OK

    Body
    addressobject(Address)required

    A postal address.

    address.​postalCodestringrequired

    The ZIP or postal code.

    address.​addressLinesArray of stringsrequired

    Street name, number, direction, PO box, etc. Only three address lines are currently permitted.

    address.​citystringrequired

    Name of city, town, etc.

    address.​statestringrequired

    Abbreviation of state, province, district, etc.

    address.​countrystring(enum)(CountryCode)required
    Enum"US""CA""MX""AG""BB""BS""BZ""CR""CU""DM""DO""GD""GT""HN""HT"
    addressSpecificitystring

    The specificity of this address. Return only. This represents how sepcifically we were able to geocode the address, i.e., the most specific known entity we were able to match with it.

    Enum"COUNTRY""STATE""COUNTY""CITY""DISTRICT""POSTAL_CODE""STREET""INTERSECTION""LANDMARK""HOUSE_NUMBER"
    contactsArray of objects(ContactReference)

    A list of contact information for people associated with this location.

    coordinatesobject(GeoCoordinates)
    geofenceobject(Geofence)
    idstring(uuid)

    Stop location id. Should be null. Will be provided on return.

    namestringrequired

    Name of the location. Nonblank value required.

    openingHoursArray of objects(OpeningHours)

    Optional list of opening and closing hours of the stop location.

    specialOpeningHoursArray of objects(SpecialOpeningHours)

    Optional list of special (i.e., holiday) opening and closing hours of the stop location.

    suppliedIdstring

    Customer-supplied identifier for this location.

    versioninteger(int64)

    Version number of this location. Every time the location is edited this number is incremented.

    Response
    { "address": { "postalCode": "string", "addressLines": [], "city": "string", "state": "string", "country": "US" }, "addressSpecificity": "COUNTRY", "contacts": [ {} ], "coordinates": { "latitude": -90, "longitude": -180 }, "geofence": { "geometry": {}, "type": "TIME", "units": "MINUTES", "value": 0.1 }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "openingHours": [ {} ], "specialOpeningHours": [ {} ], "suppliedId": "string", "version": 0 }

    TL: Webhook

    Operations

    Push Updates

    Operations

    Multi-Modal: Booking

    Operations

    APIs

    Operations

    Invitations

    Operations

    Multi-Modal: Document

    Operations