POST api/Assets
Request Information
URI Parameters
None.
Body Parameters
CustomAssetName | Description | Type | Additional information |
---|---|---|---|
AssetID | globally unique identifier |
None. |
|
AssetName | string |
None. |
|
AssetDescription | string |
None. |
|
ClientId | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
EntityID | globally unique identifier |
None. |
|
EntityName | string |
None. |
|
ContainerID | globally unique identifier |
None. |
|
ContainerName | string |
None. |
|
IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssetID": "f69d24a5-29af-4d62-8463-5cb4b3dacb72", "AssetName": "sample string 2", "AssetDescription": "sample string 3", "ClientId": "016c8a96-6766-4003-b444-225ee23fc8be", "ClientName": "sample string 5", "EntityID": "f3419410-2a2f-4c88-bda0-507d977c6d58", "EntityName": "sample string 7", "ContainerID": "8b1deec6-5767-491a-9ea9-25595cc30652", "ContainerName": "sample string 9", "IsActive": true }
application/xml, text/xml
Sample:
<CustomAsset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssetDescription>sample string 3</AssetDescription> <AssetID>f69d24a5-29af-4d62-8463-5cb4b3dacb72</AssetID> <AssetName>sample string 2</AssetName> <ClientId>016c8a96-6766-4003-b444-225ee23fc8be</ClientId> <ClientName>sample string 5</ClientName> <ContainerID>8b1deec6-5767-491a-9ea9-25595cc30652</ContainerID> <ContainerName>sample string 9</ContainerName> <EntityID>f3419410-2a2f-4c88-bda0-507d977c6d58</EntityID> <EntityName>sample string 7</EntityName> <IsActive>true</IsActive> </CustomAsset>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.