POST api/ClientDashboard
Request Information
URI Parameters
None.
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": "5af18bbf-67a8-4c5f-b5c1-a008037c5e7b", "Name": "sample string 2", "Description": "sample string 3", "ReportID": "sample string 4", "WorkSpaceID": "sample string 5", "Categories": [ { "CategoryName": "sample string 1", "CategoryID": "b9fe8f4e-f2b3-4e11-ac48-eb6ba27c9512" }, { "CategoryName": "sample string 1", "CategoryID": "b9fe8f4e-f2b3-4e11-ac48-eb6ba27c9512" } ], "ClientID": "5a8e5a31-49fa-4d82-b111-f43c12de3bde", "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>b9fe8f4e-f2b3-4e11-ac48-eb6ba27c9512</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> <Category> <CategoryID>b9fe8f4e-f2b3-4e11-ac48-eb6ba27c9512</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> </Categories> <ClientDashboardMasterID>5af18bbf-67a8-4c5f-b5c1-a008037c5e7b</ClientDashboardMasterID> <ClientID>5a8e5a31-49fa-4d82-b111-f43c12de3bde</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
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. |
Response Formats
application/json, text/json
Sample:
{ "ClientDashboardMasterID": "e5e02761-317c-4b2a-9025-b8c54bfaaccc", "Name": "sample string 2", "Description": "sample string 3", "ReportID": "sample string 4", "WorkSpaceID": "sample string 5", "Categories": [ { "CategoryName": "sample string 1", "CategoryID": "85385500-64b7-4520-81ae-fa1ab2878e3f" }, { "CategoryName": "sample string 1", "CategoryID": "85385500-64b7-4520-81ae-fa1ab2878e3f" } ], "ClientID": "1a807d61-0cef-4ed5-9a51-3021fba6dbad", "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>85385500-64b7-4520-81ae-fa1ab2878e3f</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> <Category> <CategoryID>85385500-64b7-4520-81ae-fa1ab2878e3f</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> </Categories> <ClientDashboardMasterID>e5e02761-317c-4b2a-9025-b8c54bfaaccc</ClientDashboardMasterID> <ClientID>1a807d61-0cef-4ed5-9a51-3021fba6dbad</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>