Retrieves a list of available budget usage methods
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
Array of:
BudgetUsageMethod
| Property | Description | Type |
|---|---|---|
| budgetUsageMethodId | The budget usage method identifier | integer (int32) |
| budgetUsageMethodInfo | The budget usage method name | string |
Example Response
[
{ "budgetUsageMethodId": 1, "budgetUsageMethodInfo": "string"
}
]