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": "af07c1e0-c479-4001-b8f6-c8726892b90e", "countryId": "180ed79c-cdfc-440f-87dc-9e87afb2347a", "categoryId": "97eeeef6-29c5-47de-8532-41f34f1f6d5d", "complianceStatus": "sample string 5" }, { "complianceNumber": 1, "complianceId": "af07c1e0-c479-4001-b8f6-c8726892b90e", "countryId": "180ed79c-cdfc-440f-87dc-9e87afb2347a", "categoryId": "97eeeef6-29c5-47de-8532-41f34f1f6d5d", "complianceStatus": "sample string 5" } ], "listActMasterDCM": [ { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" }, { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" } ], "listCustomActCheck": [ { "actId": "c644523a-72ab-4e7a-b799-75c9dc83d271", "countryId": "22093ad8-9e88-450b-a8b5-b7ed9927f642", "categoryId": "f616079f-f389-4028-8446-5792850d248e", "groupEntityId": "d3bbecec-e26f-4c8a-babb-11cd6043db11", "entityId": "2fd0f162-e181-4440-b459-331e01a5d3eb", "complianceType": "9393708e-95bd-4d3f-928d-d4492b7cd992" }, { "actId": "c644523a-72ab-4e7a-b799-75c9dc83d271", "countryId": "22093ad8-9e88-450b-a8b5-b7ed9927f642", "categoryId": "f616079f-f389-4028-8446-5792850d248e", "groupEntityId": "d3bbecec-e26f-4c8a-babb-11cd6043db11", "entityId": "2fd0f162-e181-4440-b459-331e01a5d3eb", "complianceType": "9393708e-95bd-4d3f-928d-d4492b7cd992" } ], "listComplainceFrequencyMasterDCM": [ { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" }, { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" } ], "listPeriodicityMasterDCM": [ { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" }, { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" } ], "listComplianceOwner": [ { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" }, { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" } ], "listComplianceReviewer": [ { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" }, { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" } ], "listClientUserMaster": [ { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "name": "sample string 2" }, { "id": "e5c7c7f6-4fc1-4cda-95bf-55e489e19a72", "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>97eeeef6-29c5-47de-8532-41f34f1f6d5d</categoryId> <complianceId>af07c1e0-c479-4001-b8f6-c8726892b90e</complianceId> <complianceNumber>1</complianceNumber> <complianceStatus>sample string 5</complianceStatus> <countryId>180ed79c-cdfc-440f-87dc-9e87afb2347a</countryId> </CustomeComplianceCheck> <CustomeComplianceCheck> <categoryId>97eeeef6-29c5-47de-8532-41f34f1f6d5d</categoryId> <complianceId>af07c1e0-c479-4001-b8f6-c8726892b90e</complianceId> <complianceNumber>1</complianceNumber> <complianceStatus>sample string 5</complianceStatus> <countryId>180ed79c-cdfc-440f-87dc-9e87afb2347a</countryId> </CustomeComplianceCheck> </customeComplianceCheck> <listActMasterDCM> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> </listActMasterDCM> <listClientUserMaster> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> </listClientUserMaster> <listComplainceFrequencyMasterDCM> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> </listComplainceFrequencyMasterDCM> <listComplianceOwner> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> </listComplianceOwner> <listComplianceReviewer> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> </listComplianceReviewer> <listCustomActCheck> <CustomActCheck> <actId>c644523a-72ab-4e7a-b799-75c9dc83d271</actId> <categoryId>f616079f-f389-4028-8446-5792850d248e</categoryId> <complianceType>9393708e-95bd-4d3f-928d-d4492b7cd992</complianceType> <countryId>22093ad8-9e88-450b-a8b5-b7ed9927f642</countryId> <entityId>2fd0f162-e181-4440-b459-331e01a5d3eb</entityId> <groupEntityId>d3bbecec-e26f-4c8a-babb-11cd6043db11</groupEntityId> </CustomActCheck> <CustomActCheck> <actId>c644523a-72ab-4e7a-b799-75c9dc83d271</actId> <categoryId>f616079f-f389-4028-8446-5792850d248e</categoryId> <complianceType>9393708e-95bd-4d3f-928d-d4492b7cd992</complianceType> <countryId>22093ad8-9e88-450b-a8b5-b7ed9927f642</countryId> <entityId>2fd0f162-e181-4440-b459-331e01a5d3eb</entityId> <groupEntityId>d3bbecec-e26f-4c8a-babb-11cd6043db11</groupEntityId> </CustomActCheck> </listCustomActCheck> <listPeriodicityMasterDCM> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>e5c7c7f6-4fc1-4cda-95bf-55e489e19a72</id> <name>sample string 2</name> </CustomDetails> </listPeriodicityMasterDCM> </BulkUpdateComplianceData>