Reprint forms and labels service

Reprint forms and labels

Consignment forms

Access to this method is authorized by the Reprint forms and labels operation.

Securityips_token
Request
query Parameters
consignmentIds
required
string

Comma separated list of consignment FIds

includeDeliveryBill
boolean

Indicator if Delivery Bills will be returned for the consignments

includeCN70
boolean

Indicator if possible CN70 forms will be returned for the consignments

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/ReprintFormsAndLabelsService.svc/rest/consignmentDocuments
Response samples
application/json
{
  • "ConsignmentDocuments": [
    ]
}

Dispatch forms

Access to this method is authorized by the Reprint forms and labels operation.

Securityips_token
Request
query Parameters
dispatchIds
required
string

Comma separated list of dispatch FIds

includeDispatchBill
boolean

Indicator if Dispatch Bills will be returned for the dispatches

includeCNDM
boolean

Indicator if possible CNDM forms will be returned for the dispatches

includeCNDMS
boolean

Indicator if possible CNDMS forms will be returned for the dispatches

includeCNDS
boolean

Indicator if possible CNDS forms will be returned for the dispatches

includeTrialNote
boolean

Indicator if possible Trial Notes will be returned for the dispatches

includeCN65
boolean

Indicator if possible CN65 forms will be returned for the dispatches

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/ReprintFormsAndLabelsService.svc/rest/dispatchDocuments
Response samples
application/json
{
  • "DispatchDocuments": [
    ]
}

Inner bag forms and labels

Access to this method is authorized by the Reprint forms and labels operation.

Securityips_token
Request
query Parameters
innerBagIds
required
string

Comma separated list of inner bag FIds

includeInnerBagBill
boolean

Indicator if possible inner bag bills will be returned for the inner bags

includeInnerBagLabel
boolean

Indicator if the inner bag labels will be returned for the inner bags

includeCNIBM
boolean

Indicator if possible CNIBM forms will be returned for the inner bags

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/ReprintFormsAndLabelsService.svc/rest/innerBagDocuments
Response samples
application/json
{
  • "InnerBagDocuments": [
    ]
}

Receptacle forms and labels

Access to this method is authorized by the Reprint forms and labels operation.

Securityips_token
Request
query Parameters
receptacleIds
required
string

Comma separated list of receptacle FIds

includeSpecialLists
boolean

Indicator if possible special lists will be returned for the receptacles

includeReceptacleLabel
boolean

Indicator if receptacle labels will be returned for the receptacles

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/ReprintFormsAndLabelsService.svc/rest/receptacleDocuments
Response samples
application/json
{
  • "ReceptacleDocuments": [
    ]
}