- 1 Minute to read
- PDF
Allocation Set Object
- 1 Minute to read
- PDF
Allocation Set Object
AllocationSetName
Description: The name of the allocation set.
Data Type: String
Data Length: 100 characters
Required: Yes
AllocationSetID
Description: Numeric value for the allocation set
Data Type: String/Read only
Required: No
ParentAllocationSetName
Description: The name of the parent allocation set.
Data Type: String
Data Length: 100 characters
Required: No
ParentAllocationSetID
Description: Numeric value for the parent allocation set.
Data Type: String/Read only
Required: No
AllocationType
Description: The type of the allocation set
Data Type: String, either "BASIC" or "ADVANCED"
Required: Yes
Active
Description: An indicator to set the allocation set either Active (True) or Inactive (False)
Data Type: Boolean
Required: No
Example:
[
{
"AllocationSetName": "", //Required
"AllocationSetID": "", //Read only
"ParentAllocationSetName": "", //Optional
"ParentAllocationSetID": "", //Read only
"AllocationType": "", //Required - ADVANCED or BASIC
"Active": "" //Optional - True or False, True if left blank
}
]