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
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": "fab341b4-592d-403d-b5aa-9f12e2b5ae6f",
    "Name": "sample string 2"
  },
  {
    "$ref": "1"
  }
]