/Accounting/NumberRanges
Description
Outputs all number ranges. The general filtering of the data is carried out via OData. Specific syntaxes can be found in any descriptions. If there are additional parameters, these are added under ‘URI Parameters’.
- Es wird Finance Premium benötigt.
- The right ‘Lesen’ is required for the data ‘Nummernkreis’.
Request
URI Parameters
count
boolean
Also shows how many data records were found in the object.
top
integer
Limits the amount of data to the given number.
skip
integer
Skips the given number of data records in the data set.
orderby
string
Returns the amount of data sorted by the specified column.
filter
string
Returns the amount of data filtered according to the specified expression.
select
string
Only returns the specified columns of the object.
Body Parameters
None.
Response
Resource Description
Value
Collection of NumberRangeDto
Response Formats
application/json
Example:
{
"Value": [
{
"NumberRange": "sample string 1",
"Name": "sample string 2",
"LastDocumentNumber": "sample string 3"
},
{
"NumberRange": "sample string 1",
"Name": "sample string 2",
"LastDocumentNumber": "sample string 3"
}
]
}