POST cubiscan/inbound?apiKey={apiKey}

Action will save the cubiscan data. Pass the ApiKey with Inbound Data.

EndPoint

Production Url: https://enterprise.freightpop.com/cubiscan/inbound?apiKey={apiKey}

Sandbox Url: https://sandbox-api.freightpop.com/cubiscan/inbound?apiKey={apiKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

Freightpop Api Key.

string
Required

Body Parameters

Cubiscan Inbound Data.

CubiscanInboundDto
NameDescriptionTypeAdditional information
identifier

string

None.

packType

string
BOX or PALLET. If neither one of these values are received
the package type will users default package type
description

string

None.

netLength

string

None.

netWidth

string

None.

netHeight

string

None.

netWeight

string

None.

netVolume

string

None.

netDimWeight

string

None.

dimUnit

string

None.

wgtUnit

string

None.

volUnit

string

None.

factor

string

None.

siteId

string

None.

timeStamp

date

None.

optionalInfo1

string

None.

optionalInfo2

string

None.

optionalInfo3

string

None.

optionalInfo4

string

None.

optionalInfo5

string

None.

optionalInfo6

string

None.

optionalInfo7

string

None.

optionalInfo8

string

None.

imageFile

string

None.

updated

string

None.

Request Formats

application/json, text/json

Sample:
{
  "identifier": "sample string 1",
  "packType": "sample string 2",
  "description": "sample string 3",
  "netLength": "sample string 4",
  "netWidth": "sample string 5",
  "netHeight": "sample string 6",
  "netWeight": "sample string 7",
  "netVolume": "sample string 8",
  "netDimWeight": "sample string 9",
  "dimUnit": "sample string 10",
  "wgtUnit": "sample string 11",
  "volUnit": "sample string 12",
  "factor": "sample string 13",
  "siteId": "sample string 14",
  "timeStamp": "2024-07-26T20:43:14.6041938-07:00",
  "optionalInfo1": "sample string 15",
  "optionalInfo2": "sample string 16",
  "optionalInfo3": "sample string 17",
  "optionalInfo4": "sample string 18",
  "optionalInfo5": "sample string 19",
  "optionalInfo6": "sample string 20",
  "optionalInfo7": "sample string 21",
  "optionalInfo8": "sample string 22",
  "imageFile": "sample string 23",
  "updated": "sample string 24"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.