PUT api/AssetTeam?assetid={assetid}&clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetid | globally unique identifier |
Required |
|
clientID | 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": "ec2d3e01-a7bd-48f1-836a-29437f995311", "ContainerRoleID": "3258cc4d-beef-4450-be3e-9ce2bf08de5c", "ContainerRoleName": "sample string 3", "StandardRoleID": "745be56a-2234-4a3e-8673-d767332a9e4a", "StandardRoleName": "sample string 5", "UserID": "10eff1af-2931-43a6-b89b-3c55fb676ed1", "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>ec2d3e01-a7bd-48f1-836a-29437f995311</AssetRoleID> <ContainerRoleID>3258cc4d-beef-4450-be3e-9ce2bf08de5c</ContainerRoleID> <ContainerRoleName>sample string 3</ContainerRoleName> <StandardRoleID>745be56a-2234-4a3e-8673-d767332a9e4a</StandardRoleID> <StandardRoleName>sample string 5</StandardRoleName> <UserEmail>sample string 8</UserEmail> <UserID>10eff1af-2931-43a6-b89b-3c55fb676ed1</UserID> <Username>sample string 7</Username> </AssetTeam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.