GET PlanCare2Api/DynamicData/ChainMessagesReadyForExport?agb={agb}
Gets a list of chainmessages ready for export
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agb |
The code of the supplier to retreive messages for |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Displays a list of chain messages for the given supplier
Collection of ChainMessagesReadyForExportResultNone.
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1"
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfDynamicDataController.ChainMessagesReadyForExportResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Controllers"> <DynamicDataController.ChainMessagesReadyForExportResult /> <DynamicDataController.ChainMessagesReadyForExportResult /> </ArrayOfDynamicDataController.ChainMessagesReadyForExportResult>