POST api/v1/FileDistribution/AllocationSet

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
toSave
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AllocationId": 1,
  "PublicationId": 2,
  "SubscriberId": 3,
  "ZippedFileSet": "QEBA",
  "PreReq": 4,
  "ComponentSoftwareRoot": "sample string 5",
  "ComponentType": 0,
  "FileSetID": 6,
  "Version": "sample string 7",
  "CommandLine": "sample string 8",
  "Exception": "sample string 9",
  "DownloadStatus": 0,
  "Activated": true,
  "ActivationDate": "2024-11-21T09:33:26.3526666+00:00",
  "ActivationCompleted": "2024-11-21T09:33:26.3526666+00:00",
  "ActivationSuccess": true,
  "ActivationException": "sample string 11",
  "ActivationSchedule": "2024-11-21T09:33:26.3526666+00:00",
  "SubscriberName": "sample string 12",
  "IsForGeneralRelease": true,
  "IsUpos": true
}

application/xml, text/xml

Sample:
<FileSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.FileDistribution">
  <Activated>true</Activated>
  <ActivationCompleted>2024-11-21T09:33:26.3526666+00:00</ActivationCompleted>
  <ActivationDate>2024-11-21T09:33:26.3526666+00:00</ActivationDate>
  <ActivationException>sample string 11</ActivationException>
  <ActivationSchedule>2024-11-21T09:33:26.3526666+00:00</ActivationSchedule>
  <ActivationSuccess>true</ActivationSuccess>
  <AllocationId>1</AllocationId>
  <CommandLine>sample string 8</CommandLine>
  <ComponentSoftwareRoot>sample string 5</ComponentSoftwareRoot>
  <ComponentType>None</ComponentType>
  <DownloadStatus>None</DownloadStatus>
  <Exception>sample string 9</Exception>
  <FileSetID>6</FileSetID>
  <IsForGeneralRelease>true</IsForGeneralRelease>
  <IsUpos>true</IsUpos>
  <PreReq>4</PreReq>
  <PublicationId>2</PublicationId>
  <SubscriberId>3</SubscriberId>
  <SubscriberName>sample string 12</SubscriberName>
  <Version>sample string 7</Version>
  <ZippedFileSet>QEBA</ZippedFileSet>
</FileSet>

application/x-www-form-urlencoded

Sample:

Sample not available.