REL documentation
Resource:packageless ordersC# Rel Const:Rels.OrderSvc.PackageHaveNotsURI template:packages/havenots{?orderids}Obtain URI from:
given a list of order ids, return those having no packages yet
Success status: 200
| Name (* = required) | Data Type | Description |
|---|---|---|
| orderids * | string | comma-separated list of order ids to check for no packages |
| Type | Description | |
|---|---|---|
| OrderIdentifiers | IEnumerable<Generic.Models.OrderIdentifier> | identifies orders to be affected |
| Id | int |
{
"orderIdentifiers": [
{
"id": 1
}
]
}
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@extensiv.com with any questions about this documentation.