- 1 Minute to read
- PDF
Allocation Set Import
- 1 Minute to read
- PDF
Allocation Set Import
A method to import a new allocation set or update an existing one.
Request Header
Client
Accept: application/json
Security
Authorization: <ClientKey>
Transport
Host: api.withoutwire.com
Verb
PUT
Example
PUT https://api.withoutwire.com/integration/allocation
Accept: application/json
Authorization: <ClientKey>
Host: api.withoutwire.com
Connection: Keep-Alive
Request Object: Allocation Set Object
[
{
"AllocationSetName": "", //Required
"AllocationSetID": "", //Read only
"ParentAllocationSetName": "", //Optional
"ParentAllocationSetID": "", //Read only
"AllocationType": "", //Required - ADVANCED or BASIC
"Active": "" //Optional - True or False, True if left blank
}
]
Response Object: Import Response Object