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": "96639d40-5748-4307-a05e-9956fd22ce66", "Name": "sample string 2", "Description": "sample string 3", "ReportID": "sample string 4", "WorkSpaceID": "sample string 5", "Categories": [ { "CategoryName": "sample string 1", "CategoryID": "98cfd42d-d272-46ec-85aa-1e8ebcfe41cc" }, { "CategoryName": "sample string 1", "CategoryID": "98cfd42d-d272-46ec-85aa-1e8ebcfe41cc" } ], "ClientID": "989809df-6897-452f-860e-e3efd4499e09", "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>98cfd42d-d272-46ec-85aa-1e8ebcfe41cc</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> <Category> <CategoryID>98cfd42d-d272-46ec-85aa-1e8ebcfe41cc</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> </Categories> <ClientDashboardMasterID>96639d40-5748-4307-a05e-9956fd22ce66</ClientDashboardMasterID> <ClientID>989809df-6897-452f-860e-e3efd4499e09</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.