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": "d9da535e-16f1-4d9a-9c51-2bb2275cb230", "CategoryName": "sample string 2", "Description": "sample string 3", "ClientName": "sample string 4" }, { "DCMNoticeOrLegalCategoryID": "d9da535e-16f1-4d9a-9c51-2bb2275cb230", "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>d9da535e-16f1-4d9a-9c51-2bb2275cb230</DCMNoticeOrLegalCategoryID> <Description>sample string 3</Description> </CustomNoticeOrLegalCategoryDCM> <CustomNoticeOrLegalCategoryDCM> <CategoryName>sample string 2</CategoryName> <ClientName>sample string 4</ClientName> <DCMNoticeOrLegalCategoryID>d9da535e-16f1-4d9a-9c51-2bb2275cb230</DCMNoticeOrLegalCategoryID> <Description>sample string 3</Description> </CustomNoticeOrLegalCategoryDCM> </ArrayOfCustomNoticeOrLegalCategoryDCM>