Skip to main content

ratesquery/reprint

Less than 1 minute

ratesquery/reprint

Description

Requeue a consignment for printing.

Request

  • Method: POST
  • Content Type: application/json
  • URL: https://api.gosweetspot.com/ratesquery/reprint

Headers

  • access_key : your unqiue api key provided by GSS.
  • site_id : which site you are requesting action for.

Parameters

ParameterTypeDescription
consignmentnostringconsignment number to be re-printed.

Return format

A string text of response message.

Request example

curl --location --request POST 'https://api.gosweetspot.com/ratesquery/reprint?consignmentno=ABC123' \
--header 'Content-Type: application/json' \
--header 'access_key: ' \
--header 'site_id: '

Response example

Print job sent
Last update: