PopulationRightDto
A right granted to a population. SOAP equivalent: ACPO_PopulationRight.
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).
PopulationRightDto
{
"objectTypeRight": "string",
"rightObjectId": 0,
"value": 0
}