GET api/DCMBulkCompliance?clientId={clientId}&update={update}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
|
update | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BulkUpdateComplianceDataName | Description | Type | Additional information |
---|---|---|---|
customeComplianceCheck | Collection of CustomeComplianceCheck |
None. |
|
listActMasterDCM | Collection of CustomDetails |
None. |
|
listCustomActCheck | Collection of CustomActCheck |
None. |
|
listComplainceFrequencyMasterDCM | Collection of CustomDetails |
None. |
|
listPeriodicityMasterDCM | Collection of CustomDetails |
None. |
|
listComplianceOwner | Collection of CustomDetails |
None. |
|
listComplianceReviewer | Collection of CustomDetails |
None. |
|
listClientUserMaster | Collection of CustomDetails |
None. |
Response Formats
application/json, text/json
Sample:
{ "customeComplianceCheck": [ { "complianceNumber": 1, "complianceId": "d72bd25f-7809-4634-a0d7-6d48e0a5c739", "countryId": "b265f09c-9822-474f-9c03-9ed2eddd1716", "categoryId": "2d014953-8066-4b8f-837b-4f02caf9ebad", "complianceStatus": "sample string 5" }, { "complianceNumber": 1, "complianceId": "d72bd25f-7809-4634-a0d7-6d48e0a5c739", "countryId": "b265f09c-9822-474f-9c03-9ed2eddd1716", "categoryId": "2d014953-8066-4b8f-837b-4f02caf9ebad", "complianceStatus": "sample string 5" } ], "listActMasterDCM": [ { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" }, { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" } ], "listCustomActCheck": [ { "actId": "78d96fcb-bd5d-48dc-8581-a97f9f3fbfc6", "countryId": "9268ce6c-b307-474b-a173-a1a5d1de0f78", "categoryId": "3228f174-b6ba-4978-9fee-36db52971a6a", "groupEntityId": "253ef948-301e-4b9c-b79a-0f5725925ed3", "entityId": "7c440d88-bcb0-4b9b-a8df-85cbc9b24f74", "complianceType": "c10594f4-8b9c-443f-88ce-c909e95f6f3c" }, { "actId": "78d96fcb-bd5d-48dc-8581-a97f9f3fbfc6", "countryId": "9268ce6c-b307-474b-a173-a1a5d1de0f78", "categoryId": "3228f174-b6ba-4978-9fee-36db52971a6a", "groupEntityId": "253ef948-301e-4b9c-b79a-0f5725925ed3", "entityId": "7c440d88-bcb0-4b9b-a8df-85cbc9b24f74", "complianceType": "c10594f4-8b9c-443f-88ce-c909e95f6f3c" } ], "listComplainceFrequencyMasterDCM": [ { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" }, { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" } ], "listPeriodicityMasterDCM": [ { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" }, { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" } ], "listComplianceOwner": [ { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" }, { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" } ], "listComplianceReviewer": [ { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" }, { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" } ], "listClientUserMaster": [ { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" }, { "id": "6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d", "name": "sample string 2" } ] }
application/xml, text/xml
Sample:
<BulkUpdateComplianceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <customeComplianceCheck> <CustomeComplianceCheck> <categoryId>2d014953-8066-4b8f-837b-4f02caf9ebad</categoryId> <complianceId>d72bd25f-7809-4634-a0d7-6d48e0a5c739</complianceId> <complianceNumber>1</complianceNumber> <complianceStatus>sample string 5</complianceStatus> <countryId>b265f09c-9822-474f-9c03-9ed2eddd1716</countryId> </CustomeComplianceCheck> <CustomeComplianceCheck> <categoryId>2d014953-8066-4b8f-837b-4f02caf9ebad</categoryId> <complianceId>d72bd25f-7809-4634-a0d7-6d48e0a5c739</complianceId> <complianceNumber>1</complianceNumber> <complianceStatus>sample string 5</complianceStatus> <countryId>b265f09c-9822-474f-9c03-9ed2eddd1716</countryId> </CustomeComplianceCheck> </customeComplianceCheck> <listActMasterDCM> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> </listActMasterDCM> <listClientUserMaster> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> </listClientUserMaster> <listComplainceFrequencyMasterDCM> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> </listComplainceFrequencyMasterDCM> <listComplianceOwner> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> </listComplianceOwner> <listComplianceReviewer> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> </listComplianceReviewer> <listCustomActCheck> <CustomActCheck> <actId>78d96fcb-bd5d-48dc-8581-a97f9f3fbfc6</actId> <categoryId>3228f174-b6ba-4978-9fee-36db52971a6a</categoryId> <complianceType>c10594f4-8b9c-443f-88ce-c909e95f6f3c</complianceType> <countryId>9268ce6c-b307-474b-a173-a1a5d1de0f78</countryId> <entityId>7c440d88-bcb0-4b9b-a8df-85cbc9b24f74</entityId> <groupEntityId>253ef948-301e-4b9c-b79a-0f5725925ed3</groupEntityId> </CustomActCheck> <CustomActCheck> <actId>78d96fcb-bd5d-48dc-8581-a97f9f3fbfc6</actId> <categoryId>3228f174-b6ba-4978-9fee-36db52971a6a</categoryId> <complianceType>c10594f4-8b9c-443f-88ce-c909e95f6f3c</complianceType> <countryId>9268ce6c-b307-474b-a173-a1a5d1de0f78</countryId> <entityId>7c440d88-bcb0-4b9b-a8df-85cbc9b24f74</entityId> <groupEntityId>253ef948-301e-4b9c-b79a-0f5725925ed3</groupEntityId> </CustomActCheck> </listCustomActCheck> <listPeriodicityMasterDCM> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>6960c2df-2b2b-47dc-b5aa-7ee7f75ea03d</id> <name>sample string 2</name> </CustomDetails> </listPeriodicityMasterDCM> </BulkUpdateComplianceData>