Create a new carrier point of contact tag

SecurityAuthToken
Request
Request Body schema: application/json
required
created_at
string or null <date-time>
id
string or null <uuid>
name
required
string
updated_at
string or null <date-time>
Responses
201

Successfully created a new carrier point of contact tag

Response Schema: application/json
created_at
string or null <date-time>
id
string or null <uuid>
name
required
string
updated_at
string or null <date-time>
default

Default error response

post/carrier-poc-tags/
Request samples
application/json
{
  • "created_at": "2019-08-24T14:15:22Z",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "updated_at": "2019-08-24T14:15:22Z"
}
Response samples
application/json
{
  • "created_at": "2019-08-24T14:15:22Z",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "updated_at": "2019-08-24T14:15:22Z"
}
Copyright © Shipwell 2025. All right reserved.