UnitsDistributionDto¶
Example Json Object
1{
2 "id": 0,
3 "leaseComponentId": 0,
4 "leaseComponentDisplayId": "string",
5 "activationGroupName": "string",
6 "activationGroupDisplayId": "string",
7 "numberOfUnits": 0,
8 "unitDisplayIds": [
9 "string"
10 ]
11}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
leaseComponentId |
integer(int64) |
false |
none |
none |
leaseComponentDisplayId |
string |
false |
none |
none |
activationGroupName |
string |
false |
none |
none |
activationGroupDisplayId |
string |
false |
none |
none |
numberOfUnits |
integer(int64) |
false |
none |
none |
unitDisplayIds |
[string] |
false |
none |
none |