Creates a new tracking notification config

SecurityAuthToken
Request
path Parameters
companyId
required
string <uuid>

The id of the company

Request Body schema: application/json
required
active
boolean
company
string or null <uuid>
created_at
string or null <date-time>
hours_before_pickup
integer or null
id
string or null <uuid>
mode
string or null
updated_at
string or null <date-time>
Responses
201

Successfully created a new tracking notification config

Response Schema: application/json
active
boolean
company
string or null <uuid>
created_at
string or null <date-time>
hours_before_pickup
integer or null
id
string or null <uuid>
mode
string or null
updated_at
string or null <date-time>
default

Default error response

post/companies/{companyId}/tracking-notification-config/
Request samples
application/json
{
  • "active": true,
  • "company": "87340f10-f684-4b06-8427-5981380bd9a9",
  • "created_at": "2019-08-24T14:15:22Z",
  • "hours_before_pickup": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "mode": "string",
  • "updated_at": "2019-08-24T14:15:22Z"
}
Response samples
application/json
{
  • "active": true,
  • "company": "87340f10-f684-4b06-8427-5981380bd9a9",
  • "created_at": "2019-08-24T14:15:22Z",
  • "hours_before_pickup": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "mode": "string",
  • "updated_at": "2019-08-24T14:15:22Z"
}
Copyright © Shipwell 2025. All right reserved.