POST cubiscan/inbound?apiKey={apiKey}
Action will save the cubiscan data. Pass the ApiKey with Inbound Data.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey |
Freightpop Api Key. |
string |
Required
|
Body Parameters
Cubiscan Inbound Data.
CubiscanInboundDtoName | Description | Type | Additional 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-11-20T23:42:34.1831737-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.