GET api/DCMBulkCompliance?clientId={clientId}&litigationBulk={litigationBulk}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
|
litigationBulk | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
BulkMastersDataLitigationName | Description | Type | Additional information |
---|---|---|---|
listComplainceCategoryMasterDCM | Collection of CustomDetails |
None. |
|
listDCMGroupEntityMaster | Collection of CustomDetails |
None. |
|
listEntityMasterDCM | Collection of CustomDetailsWithParent |
None. |
|
listCountryMasterDCM | Collection of CustomDetailsWithParent |
None. |
|
listRegionMasterDCM | Collection of CustomDetailsWithParent |
None. |
|
listStateMasterDCM | Collection of CustomDetailsWithParent |
None. |
|
listLocationMasterDCM | Collection of CustomDetailsWithParent |
None. |
|
listCaseCategories | Collection of CustomDetails |
None. |
|
listCompanyRepresentative | Collection of CustomDetailsWithParent |
None. |
|
listLitigationList | Collection of LitigationChecking |
None. |
Response Formats
application/json, text/json
Sample:
{ "listComplainceCategoryMasterDCM": [ { "id": "9c00aa04-61ec-4176-aa4e-08843bd1c537", "name": "sample string 2" }, { "id": "9c00aa04-61ec-4176-aa4e-08843bd1c537", "name": "sample string 2" } ], "listDCMGroupEntityMaster": [ { "id": "9c00aa04-61ec-4176-aa4e-08843bd1c537", "name": "sample string 2" }, { "id": "9c00aa04-61ec-4176-aa4e-08843bd1c537", "name": "sample string 2" } ], "listEntityMasterDCM": [ { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" }, { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" } ], "listCountryMasterDCM": [ { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" }, { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" } ], "listRegionMasterDCM": [ { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" }, { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" } ], "listStateMasterDCM": [ { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" }, { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" } ], "listLocationMasterDCM": [ { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" }, { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" } ], "listCaseCategories": [ { "id": "9c00aa04-61ec-4176-aa4e-08843bd1c537", "name": "sample string 2" }, { "id": "9c00aa04-61ec-4176-aa4e-08843bd1c537", "name": "sample string 2" } ], "listCompanyRepresentative": [ { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" }, { "id": "3944447c-8c31-4b5f-be8b-9e7d65cf281e", "name": "sample string 2", "parentId": "91feb1e5-9c01-4ee9-9256-d5277364ff15" } ], "listLitigationList": [ { "casenumber": "sample string 1", "casecategory": "sample string 2", "locationId": "8ac73ea6-2e29-4a2f-9c3b-09b10c3423bb" }, { "casenumber": "sample string 1", "casecategory": "sample string 2", "locationId": "8ac73ea6-2e29-4a2f-9c3b-09b10c3423bb" } ] }
application/xml, text/xml
Sample:
<BulkMastersDataLitigation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <listCaseCategories> <CustomDetails> <id>9c00aa04-61ec-4176-aa4e-08843bd1c537</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>9c00aa04-61ec-4176-aa4e-08843bd1c537</id> <name>sample string 2</name> </CustomDetails> </listCaseCategories> <listCompanyRepresentative> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> </listCompanyRepresentative> <listComplainceCategoryMasterDCM> <CustomDetails> <id>9c00aa04-61ec-4176-aa4e-08843bd1c537</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>9c00aa04-61ec-4176-aa4e-08843bd1c537</id> <name>sample string 2</name> </CustomDetails> </listComplainceCategoryMasterDCM> <listCountryMasterDCM> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> </listCountryMasterDCM> <listDCMGroupEntityMaster> <CustomDetails> <id>9c00aa04-61ec-4176-aa4e-08843bd1c537</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>9c00aa04-61ec-4176-aa4e-08843bd1c537</id> <name>sample string 2</name> </CustomDetails> </listDCMGroupEntityMaster> <listEntityMasterDCM> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> </listEntityMasterDCM> <listLitigationList> <LitigationChecking> <casecategory>sample string 2</casecategory> <casenumber>sample string 1</casenumber> <locationId>8ac73ea6-2e29-4a2f-9c3b-09b10c3423bb</locationId> </LitigationChecking> <LitigationChecking> <casecategory>sample string 2</casecategory> <casenumber>sample string 1</casenumber> <locationId>8ac73ea6-2e29-4a2f-9c3b-09b10c3423bb</locationId> </LitigationChecking> </listLitigationList> <listLocationMasterDCM> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> </listLocationMasterDCM> <listRegionMasterDCM> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> </listRegionMasterDCM> <listStateMasterDCM> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>3944447c-8c31-4b5f-be8b-9e7d65cf281e</id> <name>sample string 2</name> <parentId>91feb1e5-9c01-4ee9-9256-d5277364ff15</parentId> </CustomDetailsWithParent> </listStateMasterDCM> </BulkMastersDataLitigation>