POST api/AssetTeam?clientID={clientID}&assetID={assetID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
|
assetID | globally unique identifier |
Required |
Body Parameters
AssetTeamName | Description | Type | Additional information |
---|---|---|---|
AssetRoleID | globally unique identifier |
None. |
|
ContainerRoleID | globally unique identifier |
None. |
|
ContainerRoleName | string |
None. |
|
StandardRoleID | globally unique identifier |
None. |
|
StandardRoleName | string |
None. |
|
UserID | globally unique identifier |
None. |
|
Username | string |
None. |
|
UserEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AssetRoleID": "f9dca594-986c-4dfd-ae6e-c8c8f35fa19f", "ContainerRoleID": "cc546fa8-4823-4d97-8811-d7718a62b4e8", "ContainerRoleName": "sample string 3", "StandardRoleID": "23b1fc9b-1ac5-4a04-8c29-efa8745d8a2f", "StandardRoleName": "sample string 5", "UserID": "19d24885-a4fd-40e0-a2ba-3f0df38cfb24", "Username": "sample string 7", "UserEmail": "sample string 8" }
application/xml, text/xml
Sample:
<AssetTeam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssetRoleID>f9dca594-986c-4dfd-ae6e-c8c8f35fa19f</AssetRoleID> <ContainerRoleID>cc546fa8-4823-4d97-8811-d7718a62b4e8</ContainerRoleID> <ContainerRoleName>sample string 3</ContainerRoleName> <StandardRoleID>23b1fc9b-1ac5-4a04-8c29-efa8745d8a2f</StandardRoleID> <StandardRoleName>sample string 5</StandardRoleName> <UserEmail>sample string 8</UserEmail> <UserID>19d24885-a4fd-40e0-a2ba-3f0df38cfb24</UserID> <Username>sample string 7</Username> </AssetTeam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.