post http://staging-apigateway.snapdeal.com/seller-api/vendorself/manifest/reprint
This API reprints the Manifest handover. Can reprint only single Manifest at a time.
Note
Handover belonging to only Vendor Self.
Allowed only if Manifest is printed.
Request
| ParameterName | DataType | ParameterType | Requirement | Description |
|---|---|---|---|---|
| handOverCode | String | body | Mandatory | Handover code |
Response
metadata :
| FieldName | DataType | Description |
|---|---|---|
| requestId | String | Unique ID for the request |
| clientId | String | Partner Id |
| responseTime | Long | Response Time |
| requestedURI | String | Requested URI |
| message | String | Error message |
payload :
| FieldName | DataType | Description |
|---|---|---|
| downloadLink | String | Download link will be given if operationSuccessful is true otherwise it will be null. |
| operationSuccessful | boolean | Describes whether operation Successful or not |
| errorMessage | String | Error message will be given if operationSuccessful is false otherwise it will be null. |
