GET api/Sale/GetOutlets
URL: api/SaleGetOutlets
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Return the List of Outlets
Collection of OutletInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "c2ec246e-e80f-4e8b-8d13-00ab3d9fe556",
"Name": "sample string 2"
},
{
"$ref": "1"
}
]