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": "ea28815d-e36c-412b-9927-b05065c7627e", "name": "sample string 2" }, { "id": "ea28815d-e36c-412b-9927-b05065c7627e", "name": "sample string 2" } ], "listDCMGroupEntityMaster": [ { "id": "ea28815d-e36c-412b-9927-b05065c7627e", "name": "sample string 2" }, { "id": "ea28815d-e36c-412b-9927-b05065c7627e", "name": "sample string 2" } ], "listEntityMasterDCM": [ { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" }, { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" } ], "listCountryMasterDCM": [ { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" }, { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" } ], "listRegionMasterDCM": [ { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" }, { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" } ], "listStateMasterDCM": [ { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" }, { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" } ], "listLocationMasterDCM": [ { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" }, { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" } ], "listCaseCategories": [ { "id": "ea28815d-e36c-412b-9927-b05065c7627e", "name": "sample string 2" }, { "id": "ea28815d-e36c-412b-9927-b05065c7627e", "name": "sample string 2" } ], "listCompanyRepresentative": [ { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" }, { "id": "36055d9e-005e-45bd-b022-9e3a64f1c825", "name": "sample string 2", "parentId": "492cd30e-3238-4752-87f0-774c21ad4a73" } ], "listLitigationList": [ { "casenumber": "sample string 1", "casecategory": "sample string 2", "locationId": "5624ce92-b5bc-49fe-aa42-50669d22cd56" }, { "casenumber": "sample string 1", "casecategory": "sample string 2", "locationId": "5624ce92-b5bc-49fe-aa42-50669d22cd56" } ] }
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>ea28815d-e36c-412b-9927-b05065c7627e</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>ea28815d-e36c-412b-9927-b05065c7627e</id> <name>sample string 2</name> </CustomDetails> </listCaseCategories> <listCompanyRepresentative> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> </listCompanyRepresentative> <listComplainceCategoryMasterDCM> <CustomDetails> <id>ea28815d-e36c-412b-9927-b05065c7627e</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>ea28815d-e36c-412b-9927-b05065c7627e</id> <name>sample string 2</name> </CustomDetails> </listComplainceCategoryMasterDCM> <listCountryMasterDCM> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> </listCountryMasterDCM> <listDCMGroupEntityMaster> <CustomDetails> <id>ea28815d-e36c-412b-9927-b05065c7627e</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>ea28815d-e36c-412b-9927-b05065c7627e</id> <name>sample string 2</name> </CustomDetails> </listDCMGroupEntityMaster> <listEntityMasterDCM> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> </listEntityMasterDCM> <listLitigationList> <LitigationChecking> <casecategory>sample string 2</casecategory> <casenumber>sample string 1</casenumber> <locationId>5624ce92-b5bc-49fe-aa42-50669d22cd56</locationId> </LitigationChecking> <LitigationChecking> <casecategory>sample string 2</casecategory> <casenumber>sample string 1</casenumber> <locationId>5624ce92-b5bc-49fe-aa42-50669d22cd56</locationId> </LitigationChecking> </listLitigationList> <listLocationMasterDCM> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> </listLocationMasterDCM> <listRegionMasterDCM> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> </listRegionMasterDCM> <listStateMasterDCM> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>36055d9e-005e-45bd-b022-9e3a64f1c825</id> <name>sample string 2</name> <parentId>492cd30e-3238-4752-87f0-774c21ad4a73</parentId> </CustomDetailsWithParent> </listStateMasterDCM> </BulkMastersDataLitigation>