IdsArray of integers(int32)A list of priceList ids.Defaultinteger(int32)The default priceList id from the list.{ "Ids": [ 0 ], "Default": 0 }
Idinteger(int32)The internal Id of the role.NamestringThe Name of the role. MaxLength: 50.DescriptionstringThe Description of the role. MaxLength: 500.{ "Id": 0, "Name": "string", "Description": "string" }
ListArray of objects(Role)(Role)A list of roles.+Show 3 array propertiesDefaultobject(Role)(Role)+Show 3 properties{ "List": [ { … } ], "Default": { "Id": 0, "Name": "string", "Description": "string" } }