GET api/Invoice/GetAllInvoiceLevel

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of InvoiceLevel
NameDescriptionTypeAdditional information
InvoiceLevelId

integer

None.

LevelName

string

String length: inclusive between 0 and 200

Response Formats

application/json, text/json

Sample:
[
  {
    "InvoiceLevelId": 1,
    "LevelName": "sample string 2"
  },
  {
    "InvoiceLevelId": 1,
    "LevelName": "sample string 2"
  }
]