GET api/Order/GetOperationType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BalanceOperationType
NameDescriptionTypeAdditional information
Text

string

None.

Value

unsigned integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Text": "sample string 1",
    "Value": 2
  },
  {
    "Text": "sample string 1",
    "Value": 2
  }
]