PUT api/ClientDashboard/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
CustomClientDashboardName | Description | Type | Additional information |
---|---|---|---|
ClientDashboardMasterID | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ReportID | string |
None. |
|
WorkSpaceID | string |
None. |
|
Categories | Collection of Category |
None. |
|
ClientID | globally unique identifier |
None. |
|
ClientName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ClientDashboardMasterID": "2235e638-c547-44bb-aa3b-06d79463bab7", "Name": "sample string 2", "Description": "sample string 3", "ReportID": "sample string 4", "WorkSpaceID": "sample string 5", "Categories": [ { "CategoryName": "sample string 1", "CategoryID": "12323965-6577-45eb-9af8-2d49033d0755" }, { "CategoryName": "sample string 1", "CategoryID": "12323965-6577-45eb-9af8-2d49033d0755" } ], "ClientID": "ea1362d9-0d96-4135-8d6d-de3415ae36da", "ClientName": "sample string 7" }
application/xml, text/xml
Sample:
<CustomClientDashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <Categories> <Category> <CategoryID>12323965-6577-45eb-9af8-2d49033d0755</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> <Category> <CategoryID>12323965-6577-45eb-9af8-2d49033d0755</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> </Categories> <ClientDashboardMasterID>2235e638-c547-44bb-aa3b-06d79463bab7</ClientDashboardMasterID> <ClientID>ea1362d9-0d96-4135-8d6d-de3415ae36da</ClientID> <ClientName>sample string 7</ClientName> <Description>sample string 3</Description> <Name>sample string 2</Name> <ReportID>sample string 4</ReportID> <WorkSpaceID>sample string 5</WorkSpaceID> </CustomClientDashboard>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.