GET shipment/cancelShipment?id={id}

Action will cancel a shipment using provided details.

Pass HTTP Authorization request header with value "Bearer {token}" to perform this action.

EndPoint

Production Url: https://enterprise.freightpop.com/shipment/cancelShipment?id={id}

Sandbox Url: http://sandbox-api.freightpop.com/shipment/cancelShipment?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string
Required

Body Parameters

None.

Response Information

Resource Description

Shipment details

BadResponse
NameDescriptionTypeAdditional information
Data

Data returned by api

Object

None.

Code

Response code returned by api

HttpStatusCode

None.

Message

Human readable message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 100,
  "Message": "sample string 2",
  "Data": {}
}