GetPopulationModelsResponse
Response containing the list of population models.
populations object[]nullable
The available population models.
Array [
idinteger<int32>required
Population property identifier (SOAP: ID).
labelstringnullable
Population label.
codestringnullable
Population code.
optionalstringnullable
Optional value (always empty).
validityDateStartstring<date-time>required
Validity start date.
validityDateEndstring<date-time>required
Validity end date.
rights object[]nullable
Rights granted to the population.
Array [
objectTypeRightstringnullable
Type of the right object (SOAP: ObjectTypeRight).
rightObjectIdinteger<int32>required
Identifier of the right object (SOAP: ID_RightObject).
valueinteger<int32>required
Right value (always 1).
]
]
GetPopulationModelsResponse
{
"populations": [
{
"id": 0,
"label": "string",
"code": "string",
"optional": "string",
"validityDateStart": "2024-07-29T15:51:28.071Z",
"validityDateEnd": "2024-07-29T15:51:28.071Z",
"rights": [
{
"objectTypeRight": "string",
"rightObjectId": 0,
"value": 0
}
]
}
]
}