Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This endpoint is used to create new manifest by passing JSON request payload.

...

Header Request

Field

Data Type

Description

Authorization

String

Bearer Access token

...

Name

Description

Schema

approved

optional

Indicate manifest already approved

Example : false

boolean

carrier

optional

Manifest carrier

CarrierInformation

carrierProfile

optional

Manifest carrier profile

CarrierProfile

createdBy

optional

User who created the manifest

string

createdDate

optional

Date when manifest was created

string (date-time)

id

optional

Manifest identifier

string

lastModifiedBy

optional

Last user who modified the manifest

string

lastModifiedDate

optional

Last date when manifest was modified

string (date-time)

minPickupFees

optional

Margin pickup fee

< MinPickupFeeByServiceProfile > array

office

optional

${swagger.model.manifest.office}

Office

pickupFeeEnabled

optional

Margin pickup fee enabled status

Example : false

boolean

serviceProfile

optional

Manifest service profile

ServiceProfile

shipmentsToCrossdock

optional

< ShipmentPublicProjection > array

totalShipments

optional

Manifest total shipment

integer (int32)

...