POST cubiscan/inbound?apiKey={apiKey}

Action will save the Cubiscan data. Supports both JSON data and multipart/form-data with images. Pass the ApiKey with the request.

For JSON format, provide Cubiscan data in the request body.

For multipart/form-data, include a "measurement" field with Cubiscan data in JSON format and attach images using form-data fields.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiKey

Freightpop API Key.

string
Required

Body Parameters

None.

Response Information

Resource Description

Returns a Generic Response with Code and Message if the data is saved successfully.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.