Set Order Print Status flag in database so that on refresh, Open orders "printed" flag is highlighted.
Name | Type | Description |
---|---|---|
result | PrintJobProcessedDto | Processed Print job information |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/OrderPrintStatus/SetOrderPrintStatus
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
result={
"Ids": [
"ca49c626-9aba-4f66-80a6-c7ea1f545ead"
],
"TemplateType": "sample string 1",
"Error": "sample string 2",
"IsError": true
}
This is an example of the response JSON. Results will vary depending on your data.