Massive forwards updating/creating
Create forward list
- application/json
Request Body required
list_items object[]
apartment_id stringforward_entity_list object[]
forward_entity stringlist_option object
pagination object
Available pagination options for tables
total_items integerThe total number of items found and reflected across all pages
items_limit integerPossible values: [
10
,25
,50
]Limiting the display of the amount of data for one page
total_pages integerPossible values:
>= 1
The number of tables that hold the requested data
current_page integerPossible values:
>= 1
Current page number
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
result array
link_id stringLogicall address of the forward
success booleanextended_info stringPossible values: [
created
,updated
,deleted
]
{
"result": [
null
]
}
Wrong JSON body
Log In
Loading...