REL documentation
Resource:skinny customersC# Rel Const:Rels.CustomerSvc.CustomerBriefsURI template:briefs{?selectTop,selectBottom,rql,sort}Obtain URI from:
INTERNAL USE ONLY to support SmartUI shift-click multi-selection
Success status: 200
| Name | Data Type | Description |
|---|---|---|
| selectTop | int | the first customer to return from the sorted list; null = don't trim top |
| selectBottom | int | the last customer to return from the sorted list; null = don't trim bottom |
| rql | string | refers to Customer model properties; see RQL documentation |
| sort | string | refers to Customer model properties; see RQL documentation |
| Type | Description | |
|---|---|---|
| ResourceList | IList<Customer.Models.CustomerBrief> | |
| CustomerId | int | |
| CompanyName | string | |
| Deactivated | bool | |
| Links | IList<WebApi.Hal.Link> | |
| - /rels/customers/customer | ||
| - /rels/inventory/itemminimum | items which reached their minimum threshold. | |
| - /rels/inventory/locationminimum | items per location which reached their minimum threshold . |
{
"_embedded": {
"item": [
{
"customerId": 1,
"companyName": "str",
"deactivated": true
}
]
}
}
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.