GET api/DCMNoticeOrLegalCategory?ClientId={ClientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomNoticeOrLegalCategoryDCMName | Description | Type | Additional information |
---|---|---|---|
DCMNoticeOrLegalCategoryID | globally unique identifier |
None. |
|
CategoryName | string |
None. |
|
Description | string |
None. |
|
ClientName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DCMNoticeOrLegalCategoryID": "0f7a671d-e7c2-401d-9e88-8172b23df125", "CategoryName": "sample string 2", "Description": "sample string 3", "ClientName": "sample string 4" }, { "DCMNoticeOrLegalCategoryID": "0f7a671d-e7c2-401d-9e88-8172b23df125", "CategoryName": "sample string 2", "Description": "sample string 3", "ClientName": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomNoticeOrLegalCategoryDCM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomNoticeOrLegalCategoryDCM> <CategoryName>sample string 2</CategoryName> <ClientName>sample string 4</ClientName> <DCMNoticeOrLegalCategoryID>0f7a671d-e7c2-401d-9e88-8172b23df125</DCMNoticeOrLegalCategoryID> <Description>sample string 3</Description> </CustomNoticeOrLegalCategoryDCM> <CustomNoticeOrLegalCategoryDCM> <CategoryName>sample string 2</CategoryName> <ClientName>sample string 4</ClientName> <DCMNoticeOrLegalCategoryID>0f7a671d-e7c2-401d-9e88-8172b23df125</DCMNoticeOrLegalCategoryID> <Description>sample string 3</Description> </CustomNoticeOrLegalCategoryDCM> </ArrayOfCustomNoticeOrLegalCategoryDCM>