POST api/DCMExecuteRemediationPlan?clientId={clientId}&assessmentCycleId={assessmentCycleId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
|
assessmentCycleId | globally unique identifier |
Required |
Body Parameters
OwnerBulkCheckValidationName | Description | Type | Additional information |
---|---|---|---|
complianceNumber | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "complianceNumber": [ 1, 2 ] }
application/xml, text/xml
Sample:
<OwnerBulkCheckValidation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <complianceNumber xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </complianceNumber> </OwnerBulkCheckValidation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BulkComplianceOwnerResponseName | Description | Type | Additional information |
---|---|---|---|
customeComplianceOwnerResponseCheck | Collection of CustomeComplianceOwnerResponseCheck |
None. |
|
listEntityMasterDCM | Collection of CustomDetailsWithParent |
None. |
|
listCountryMasterDCM | Collection of CustomDetailsWithParent |
None. |
|
listRegionMasterDCM | Collection of CustomDetailsWithParent |
None. |
|
listComplianceOwner | Collection of CustomDetails |
None. |
|
listComplianceReviewer | Collection of CustomDetails |
None. |
Response Formats
application/json, text/json
Sample:
{ "customeComplianceOwnerResponseCheck": [ { "complianceNumber": 1, "complianceId": "4b8fbcc1-770a-49f7-805d-53c629f0ec61", "statusId": "2b7232c4-0a9c-4b3e-8f81-d9b03b6f6074", "ownerId": "717ba57b-f9a1-44f2-b108-146bd6ae226f", "reviewerId": "1b703ff9-7d8c-452d-a440-fb9e1895b21b", "dueDate": "2025-03-26T10:33:07.4470287+00:00", "attachmentStatus": "sample string 6", "Action": "sample string 7" }, { "complianceNumber": 1, "complianceId": "4b8fbcc1-770a-49f7-805d-53c629f0ec61", "statusId": "2b7232c4-0a9c-4b3e-8f81-d9b03b6f6074", "ownerId": "717ba57b-f9a1-44f2-b108-146bd6ae226f", "reviewerId": "1b703ff9-7d8c-452d-a440-fb9e1895b21b", "dueDate": "2025-03-26T10:33:07.4470287+00:00", "attachmentStatus": "sample string 6", "Action": "sample string 7" } ], "listEntityMasterDCM": [ { "id": "3c3fee16-cf5a-4956-9ded-676fc65c3ded", "name": "sample string 2", "parentId": "7a01bffd-af85-4d93-83ce-5ad343e470b3" }, { "id": "3c3fee16-cf5a-4956-9ded-676fc65c3ded", "name": "sample string 2", "parentId": "7a01bffd-af85-4d93-83ce-5ad343e470b3" } ], "listCountryMasterDCM": [ { "id": "3c3fee16-cf5a-4956-9ded-676fc65c3ded", "name": "sample string 2", "parentId": "7a01bffd-af85-4d93-83ce-5ad343e470b3" }, { "id": "3c3fee16-cf5a-4956-9ded-676fc65c3ded", "name": "sample string 2", "parentId": "7a01bffd-af85-4d93-83ce-5ad343e470b3" } ], "listRegionMasterDCM": [ { "id": "3c3fee16-cf5a-4956-9ded-676fc65c3ded", "name": "sample string 2", "parentId": "7a01bffd-af85-4d93-83ce-5ad343e470b3" }, { "id": "3c3fee16-cf5a-4956-9ded-676fc65c3ded", "name": "sample string 2", "parentId": "7a01bffd-af85-4d93-83ce-5ad343e470b3" } ], "listComplianceOwner": [ { "id": "580c0634-b4c7-4984-837e-592ca61f3def", "name": "sample string 2" }, { "id": "580c0634-b4c7-4984-837e-592ca61f3def", "name": "sample string 2" } ], "listComplianceReviewer": [ { "id": "580c0634-b4c7-4984-837e-592ca61f3def", "name": "sample string 2" }, { "id": "580c0634-b4c7-4984-837e-592ca61f3def", "name": "sample string 2" } ] }
application/xml, text/xml
Sample:
<BulkComplianceOwnerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <customeComplianceOwnerResponseCheck> <CustomeComplianceOwnerResponseCheck> <Action>sample string 7</Action> <attachmentStatus>sample string 6</attachmentStatus> <complianceId>4b8fbcc1-770a-49f7-805d-53c629f0ec61</complianceId> <complianceNumber>1</complianceNumber> <dueDate>2025-03-26T10:33:07.4470287+00:00</dueDate> <ownerId>717ba57b-f9a1-44f2-b108-146bd6ae226f</ownerId> <reviewerId>1b703ff9-7d8c-452d-a440-fb9e1895b21b</reviewerId> <statusId>2b7232c4-0a9c-4b3e-8f81-d9b03b6f6074</statusId> </CustomeComplianceOwnerResponseCheck> <CustomeComplianceOwnerResponseCheck> <Action>sample string 7</Action> <attachmentStatus>sample string 6</attachmentStatus> <complianceId>4b8fbcc1-770a-49f7-805d-53c629f0ec61</complianceId> <complianceNumber>1</complianceNumber> <dueDate>2025-03-26T10:33:07.4470287+00:00</dueDate> <ownerId>717ba57b-f9a1-44f2-b108-146bd6ae226f</ownerId> <reviewerId>1b703ff9-7d8c-452d-a440-fb9e1895b21b</reviewerId> <statusId>2b7232c4-0a9c-4b3e-8f81-d9b03b6f6074</statusId> </CustomeComplianceOwnerResponseCheck> </customeComplianceOwnerResponseCheck> <listComplianceOwner> <CustomDetails> <id>580c0634-b4c7-4984-837e-592ca61f3def</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>580c0634-b4c7-4984-837e-592ca61f3def</id> <name>sample string 2</name> </CustomDetails> </listComplianceOwner> <listComplianceReviewer> <CustomDetails> <id>580c0634-b4c7-4984-837e-592ca61f3def</id> <name>sample string 2</name> </CustomDetails> <CustomDetails> <id>580c0634-b4c7-4984-837e-592ca61f3def</id> <name>sample string 2</name> </CustomDetails> </listComplianceReviewer> <listCountryMasterDCM> <CustomDetailsWithParent> <id>3c3fee16-cf5a-4956-9ded-676fc65c3ded</id> <name>sample string 2</name> <parentId>7a01bffd-af85-4d93-83ce-5ad343e470b3</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>3c3fee16-cf5a-4956-9ded-676fc65c3ded</id> <name>sample string 2</name> <parentId>7a01bffd-af85-4d93-83ce-5ad343e470b3</parentId> </CustomDetailsWithParent> </listCountryMasterDCM> <listEntityMasterDCM> <CustomDetailsWithParent> <id>3c3fee16-cf5a-4956-9ded-676fc65c3ded</id> <name>sample string 2</name> <parentId>7a01bffd-af85-4d93-83ce-5ad343e470b3</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>3c3fee16-cf5a-4956-9ded-676fc65c3ded</id> <name>sample string 2</name> <parentId>7a01bffd-af85-4d93-83ce-5ad343e470b3</parentId> </CustomDetailsWithParent> </listEntityMasterDCM> <listRegionMasterDCM> <CustomDetailsWithParent> <id>3c3fee16-cf5a-4956-9ded-676fc65c3ded</id> <name>sample string 2</name> <parentId>7a01bffd-af85-4d93-83ce-5ad343e470b3</parentId> </CustomDetailsWithParent> <CustomDetailsWithParent> <id>3c3fee16-cf5a-4956-9ded-676fc65c3ded</id> <name>sample string 2</name> <parentId>7a01bffd-af85-4d93-83ce-5ad343e470b3</parentId> </CustomDetailsWithParent> </listRegionMasterDCM> </BulkComplianceOwnerResponse>