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": "0f55dc06-c38c-48a1-9e2d-eeceb3c04b13", "countryId": "7915b926-b3c5-4699-9c2b-f4921feaa2f8", "categoryId": "73b281e0-6b49-4f11-905a-0c8283c0b21f", "complianceStatus": "sample string 5" }, { "complianceNumber": 1, "complianceId": "0f55dc06-c38c-48a1-9e2d-eeceb3c04b13", "countryId": "7915b926-b3c5-4699-9c2b-f4921feaa2f8", "categoryId": "73b281e0-6b49-4f11-905a-0c8283c0b21f", "complianceStatus": "sample string 5" } ], "listActMasterDCM": [ { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" }, { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" } ], "listCustomActCheck": [ { "actId": "f0eba41c-2c18-4bab-abc1-9efd35dcd72d", "countryId": "962cc4ae-b881-43f3-b8cf-c9eee90dce87", "categoryId": "fa57e1ea-eaea-4396-8fc0-f3c037238bd8", "groupEntityId": "5bae273a-e87b-48d4-a29d-fb1b172171af", "entityId": "48f09679-5389-4e0c-b825-4f99f419fb5f", "complianceType": "4ed24d95-e6d0-4992-a126-718211b6a54f" }, { "actId": "f0eba41c-2c18-4bab-abc1-9efd35dcd72d", "countryId": "962cc4ae-b881-43f3-b8cf-c9eee90dce87", "categoryId": "fa57e1ea-eaea-4396-8fc0-f3c037238bd8", "groupEntityId": "5bae273a-e87b-48d4-a29d-fb1b172171af", "entityId": "48f09679-5389-4e0c-b825-4f99f419fb5f", "complianceType": "4ed24d95-e6d0-4992-a126-718211b6a54f" } ], "listComplainceFrequencyMasterDCM": [ { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" }, { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" } ], "listPeriodicityMasterDCM": [ { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" }, { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" } ], "listComplianceOwner": [ { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" }, { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" } ], "listComplianceReviewer": [ { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" }, { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" } ], "listClientUserMaster": [ { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "name": "sample string 2" }, { "id": "f9633033-462d-46ef-a32f-9ad72d5e9169", "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>73b281e0-6b49-4f11-905a-0c8283c0b21f</categoryId> <complianceId>0f55dc06-c38c-48a1-9e2d-eeceb3c04b13</complianceId> <complianceNumber>1</complianceNumber> <complianceStatus>sample string 5</complianceStatus> <countryId>7915b926-b3c5-4699-9c2b-f4921feaa2f8</countryId> </CustomeComplianceCheck> <CustomeComplianceCheck> <categoryId>73b281e0-6b49-4f11-905a-0c8283c0b21f</categoryId> <complianceId>0f55dc06-c38c-48a1-9e2d-eeceb3c04b13</complianceId> <complianceNumber>1</complianceNumber> <complianceStatus>sample string 5</complianceStatus> <countryId>7915b926-b3c5-4699-9c2b-f4921feaa2f8</countryId> </CustomeComplianceCheck> </customeComplianceCheck> <listActMasterDCM> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> </listActMasterDCM> <listClientUserMaster> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> </listClientUserMaster> <listComplainceFrequencyMasterDCM> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> </listComplainceFrequencyMasterDCM> <listComplianceOwner> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> </listComplianceOwner> <listComplianceReviewer> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> </listComplianceReviewer> <listCustomActCheck> <CustomActCheck> <actId>f0eba41c-2c18-4bab-abc1-9efd35dcd72d</actId> <categoryId>fa57e1ea-eaea-4396-8fc0-f3c037238bd8</categoryId> <complianceType>4ed24d95-e6d0-4992-a126-718211b6a54f</complianceType> <countryId>962cc4ae-b881-43f3-b8cf-c9eee90dce87</countryId> <entityId>48f09679-5389-4e0c-b825-4f99f419fb5f</entityId> <groupEntityId>5bae273a-e87b-48d4-a29d-fb1b172171af</groupEntityId> </CustomActCheck> <CustomActCheck> <actId>f0eba41c-2c18-4bab-abc1-9efd35dcd72d</actId> <categoryId>fa57e1ea-eaea-4396-8fc0-f3c037238bd8</categoryId> <complianceType>4ed24d95-e6d0-4992-a126-718211b6a54f</complianceType> <countryId>962cc4ae-b881-43f3-b8cf-c9eee90dce87</countryId> <entityId>48f09679-5389-4e0c-b825-4f99f419fb5f</entityId> <groupEntityId>5bae273a-e87b-48d4-a29d-fb1b172171af</groupEntityId> </CustomActCheck> </listCustomActCheck> <listPeriodicityMasterDCM> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>f9633033-462d-46ef-a32f-9ad72d5e9169</id> <name>sample string 2</name> </CustomDetails> </listPeriodicityMasterDCM> </BulkUpdateComplianceData>