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": "36e7e1c5-657d-4fa8-8f40-1120ba9d3283", "countryId": "3c09ef8f-fa23-4468-b652-3d60741e8eb9", "categoryId": "b59c1bed-86a2-4753-87df-a0d14108aa55", "complianceStatus": "sample string 5" }, { "complianceNumber": 1, "complianceId": "36e7e1c5-657d-4fa8-8f40-1120ba9d3283", "countryId": "3c09ef8f-fa23-4468-b652-3d60741e8eb9", "categoryId": "b59c1bed-86a2-4753-87df-a0d14108aa55", "complianceStatus": "sample string 5" } ], "listActMasterDCM": [ { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" }, { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" } ], "listCustomActCheck": [ { "actId": "d7e41f30-b1b4-40ba-8285-e3c53f118b8c", "countryId": "db0ebd78-ca46-4121-a43c-151f3408ce08", "categoryId": "422ce6e1-628e-4429-9151-71f0825f0396", "groupEntityId": "381084f2-39fd-4462-92e0-3384c87c70c5", "entityId": "dedc46a7-200d-4137-8e57-7946b8f6ac6c", "complianceType": "f8dc92df-b75e-4e73-8ef3-b5d0d5d95644" }, { "actId": "d7e41f30-b1b4-40ba-8285-e3c53f118b8c", "countryId": "db0ebd78-ca46-4121-a43c-151f3408ce08", "categoryId": "422ce6e1-628e-4429-9151-71f0825f0396", "groupEntityId": "381084f2-39fd-4462-92e0-3384c87c70c5", "entityId": "dedc46a7-200d-4137-8e57-7946b8f6ac6c", "complianceType": "f8dc92df-b75e-4e73-8ef3-b5d0d5d95644" } ], "listComplainceFrequencyMasterDCM": [ { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" }, { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" } ], "listPeriodicityMasterDCM": [ { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" }, { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" } ], "listComplianceOwner": [ { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" }, { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" } ], "listComplianceReviewer": [ { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" }, { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" } ], "listClientUserMaster": [ { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "name": "sample string 2" }, { "id": "b98e3d80-b730-4aba-8913-2e301177f367", "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>b59c1bed-86a2-4753-87df-a0d14108aa55</categoryId> <complianceId>36e7e1c5-657d-4fa8-8f40-1120ba9d3283</complianceId> <complianceNumber>1</complianceNumber> <complianceStatus>sample string 5</complianceStatus> <countryId>3c09ef8f-fa23-4468-b652-3d60741e8eb9</countryId> </CustomeComplianceCheck> <CustomeComplianceCheck> <categoryId>b59c1bed-86a2-4753-87df-a0d14108aa55</categoryId> <complianceId>36e7e1c5-657d-4fa8-8f40-1120ba9d3283</complianceId> <complianceNumber>1</complianceNumber> <complianceStatus>sample string 5</complianceStatus> <countryId>3c09ef8f-fa23-4468-b652-3d60741e8eb9</countryId> </CustomeComplianceCheck> </customeComplianceCheck> <listActMasterDCM> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> </listActMasterDCM> <listClientUserMaster> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> </listClientUserMaster> <listComplainceFrequencyMasterDCM> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> </listComplainceFrequencyMasterDCM> <listComplianceOwner> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> </listComplianceOwner> <listComplianceReviewer> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> </listComplianceReviewer> <listCustomActCheck> <CustomActCheck> <actId>d7e41f30-b1b4-40ba-8285-e3c53f118b8c</actId> <categoryId>422ce6e1-628e-4429-9151-71f0825f0396</categoryId> <complianceType>f8dc92df-b75e-4e73-8ef3-b5d0d5d95644</complianceType> <countryId>db0ebd78-ca46-4121-a43c-151f3408ce08</countryId> <entityId>dedc46a7-200d-4137-8e57-7946b8f6ac6c</entityId> <groupEntityId>381084f2-39fd-4462-92e0-3384c87c70c5</groupEntityId> </CustomActCheck> <CustomActCheck> <actId>d7e41f30-b1b4-40ba-8285-e3c53f118b8c</actId> <categoryId>422ce6e1-628e-4429-9151-71f0825f0396</categoryId> <complianceType>f8dc92df-b75e-4e73-8ef3-b5d0d5d95644</complianceType> <countryId>db0ebd78-ca46-4121-a43c-151f3408ce08</countryId> <entityId>dedc46a7-200d-4137-8e57-7946b8f6ac6c</entityId> <groupEntityId>381084f2-39fd-4462-92e0-3384c87c70c5</groupEntityId> </CustomActCheck> </listCustomActCheck> <listPeriodicityMasterDCM> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>b98e3d80-b730-4aba-8913-2e301177f367</id> <name>sample string 2</name> </CustomDetails> </listPeriodicityMasterDCM> </BulkUpdateComplianceData>