go back to MovementService

PUT /movements/{id}/sendConfirmation

Sends a confirmation to the carrier, via return PDF, email, fax, or eRate (imaging).

Roles that can access this endpoint are Users.

Parameters

name description type default type
conf a RateConfirmation object, in XML, representing the contact and print/email/fax/eRate options for how the confirmation will be sent. body of type: application/xml application/json RateConfirmation

Result

Response of type: application/pdf

a response object containing the PDF of the template, or a simple confirmation message (if report has not been chosen to be returned as a PDF)

Try It Out

Request

- Authentication Help