Retrieve a list of sales actions for updating a sale
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "TRCDA001",
- "name": "start delivery",
- "description": null
}, - {
- "id": "TRCDA002",
- "name": "end delivery order",
- "description": null
}, - {
- "id": "TRCDA003",
- "name": "void delivery order",
- "description": null
}
]
}, - "warnings": [ ]
}