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": "38fe39ea-722a-4998-8bb3-84487d79d250", "name": "sample string 2" }, { "id": "38fe39ea-722a-4998-8bb3-84487d79d250", "name": "sample string 2" } ], "listDCMGroupEntityMaster": [ { "id": "38fe39ea-722a-4998-8bb3-84487d79d250", "name": "sample string 2" }, { "id": "38fe39ea-722a-4998-8bb3-84487d79d250", "name": "sample string 2" } ], "listEntityMasterDCM": [ { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" }, { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" } ], "listCountryMasterDCM": [ { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" }, { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" } ], "listRegionMasterDCM": [ { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" }, { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" } ], "listStateMasterDCM": [ { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" }, { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" } ], "listLocationMasterDCM": [ { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" }, { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" } ], "listCaseCategories": [ { "id": "38fe39ea-722a-4998-8bb3-84487d79d250", "name": "sample string 2" }, { "id": "38fe39ea-722a-4998-8bb3-84487d79d250", "name": "sample string 2" } ], "listCompanyRepresentative": [ { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" }, { "id": "67f72239-03c5-4644-9efe-fb60f63de5d0", "name": "sample string 2", "parentId": "75f0dd23-aef8-409d-bbe8-9a0b690372c1" } ], "listLitigationList": [ { "casenumber": "sample string 1", "casecategory": "sample string 2", "locationId": "e5c56ecd-1cd0-4a35-98e0-707c55810c1d" }, { "casenumber": "sample string 1", "casecategory": "sample string 2", "locationId": "e5c56ecd-1cd0-4a35-98e0-707c55810c1d" } ] }
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>38fe39ea-722a-4998-8bb3-84487d79d250</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>38fe39ea-722a-4998-8bb3-84487d79d250</id> <name>sample string 2</name> </CustomDetails> </listCaseCategories> <listCompanyRepresentative> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> </listCompanyRepresentative> <listComplainceCategoryMasterDCM> <CustomDetails> <id>38fe39ea-722a-4998-8bb3-84487d79d250</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>38fe39ea-722a-4998-8bb3-84487d79d250</id> <name>sample string 2</name> </CustomDetails> </listComplainceCategoryMasterDCM> <listCountryMasterDCM> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> </listCountryMasterDCM> <listDCMGroupEntityMaster> <CustomDetails> <id>38fe39ea-722a-4998-8bb3-84487d79d250</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>38fe39ea-722a-4998-8bb3-84487d79d250</id> <name>sample string 2</name> </CustomDetails> </listDCMGroupEntityMaster> <listEntityMasterDCM> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> </listEntityMasterDCM> <listLitigationList> <LitigationChecking> <casecategory>sample string 2</casecategory> <casenumber>sample string 1</casenumber> <locationId>e5c56ecd-1cd0-4a35-98e0-707c55810c1d</locationId> </LitigationChecking> <LitigationChecking> <casecategory>sample string 2</casecategory> <casenumber>sample string 1</casenumber> <locationId>e5c56ecd-1cd0-4a35-98e0-707c55810c1d</locationId> </LitigationChecking> </listLitigationList> <listLocationMasterDCM> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> </listLocationMasterDCM> <listRegionMasterDCM> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> </listRegionMasterDCM> <listStateMasterDCM> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>67f72239-03c5-4644-9efe-fb60f63de5d0</id> <name>sample string 2</name> <parentId>75f0dd23-aef8-409d-bbe8-9a0b690372c1</parentId> </CustomDetailsWithParent> </listStateMasterDCM> </BulkMastersDataLitigation>