latestOpenAPI 3.0.12026-08-103995881.2 MB
053edab62415
networks
Upsert configuration for a network monthly proration input
put/app/v1/networks/{id}/{year_month}
Path parameters
idstring uuid required
Asset Group ID
year_monthstring required
YearMonth
Request body
Example request
{
"input": {
"3fa85f64-5717-4562-b3fc-2c963f66afa6": {
"adjustable": true
}
},
"page_size": 20,
"sort_by": "name",
"sort_direction": "desc"
}Response
successful operation
Example response
{
"page_size": 10,
"total_entries": 58,
"total_pages": 6,
"data": [
{
"custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
}
}
]
}