GET lookup/getPackages

Returns the Packages registered by a company in FreightPOP application

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

EndPoint

Production Url: https://enterprise.freightpop.com/lookup/getPackages

Sandbox Url: https://sandbox-api.freightpop.com/lookup/getPackages

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of company pacakges

PackageResponse
NameDescriptionTypeAdditional information
Data

Packages object for Packages details

PackageResponseDto

None.

Code

Response code returned by api

HttpStatusCode

None.

Message

Human readable message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Packages": [
      {
        "Id": 1,
        "Name": "sample string 2"
      },
      {
        "Id": 1,
        "Name": "sample string 2"
      }
    ]
  },
  "Code": 100,
  "Message": "sample string 1"
}