POST api/v1/FileDistribution/Components
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "ComponentID": 1, "Description": "sample string 2", "SoftwareRoot": "sample string 3", "FileSetCount": 4 }, { "ComponentID": 1, "Description": "sample string 2", "SoftwareRoot": "sample string 3", "FileSetCount": 4 }, { "ComponentID": 1, "Description": "sample string 2", "SoftwareRoot": "sample string 3", "FileSetCount": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfComponentSoftwareRoot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.FileDistribution"> <ComponentSoftwareRoot> <ComponentID>1</ComponentID> <Description>sample string 2</Description> <FileSetCount>4</FileSetCount> <SoftwareRoot>sample string 3</SoftwareRoot> </ComponentSoftwareRoot> <ComponentSoftwareRoot> <ComponentID>1</ComponentID> <Description>sample string 2</Description> <FileSetCount>4</FileSetCount> <SoftwareRoot>sample string 3</SoftwareRoot> </ComponentSoftwareRoot> <ComponentSoftwareRoot> <ComponentID>1</ComponentID> <Description>sample string 2</Description> <FileSetCount>4</FileSetCount> <SoftwareRoot>sample string 3</SoftwareRoot> </ComponentSoftwareRoot> </ArrayOfComponentSoftwareRoot>