POST api/DCMBulkCompliance?clientId={clientId}&IsItTrue={IsItTrue}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
|
IsItTrue | boolean |
Required |
Body Parameters
Collection of CustomActMasterName | Description | Type | Additional information |
---|---|---|---|
actRule | string |
None. |
|
groupEntity | globally unique identifier |
None. |
|
entity | globally unique identifier |
None. |
|
country | string |
None. |
|
catgory | globally unique identifier |
None. |
|
complianceType | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[ { "actRule": "sample string 1", "groupEntity": "d6b2eb37-88b8-4ba8-9182-393531b0ce0e", "entity": "fe13dddf-b721-47ce-8b20-db3c20755492", "country": "sample string 4", "catgory": "efb7a50e-5163-48ac-bedb-5af9ef73bc05", "complianceType": "4eef333d-8d0a-43ad-b81e-e022b3e33a0f" }, { "actRule": "sample string 1", "groupEntity": "d6b2eb37-88b8-4ba8-9182-393531b0ce0e", "entity": "fe13dddf-b721-47ce-8b20-db3c20755492", "country": "sample string 4", "catgory": "efb7a50e-5163-48ac-bedb-5af9ef73bc05", "complianceType": "4eef333d-8d0a-43ad-b81e-e022b3e33a0f" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomActMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomActMaster> <actRule>sample string 1</actRule> <catgory>efb7a50e-5163-48ac-bedb-5af9ef73bc05</catgory> <complianceType>4eef333d-8d0a-43ad-b81e-e022b3e33a0f</complianceType> <country>sample string 4</country> <entity>fe13dddf-b721-47ce-8b20-db3c20755492</entity> <groupEntity>d6b2eb37-88b8-4ba8-9182-393531b0ce0e</groupEntity> </CustomActMaster> <CustomActMaster> <actRule>sample string 1</actRule> <catgory>efb7a50e-5163-48ac-bedb-5af9ef73bc05</catgory> <complianceType>4eef333d-8d0a-43ad-b81e-e022b3e33a0f</complianceType> <country>sample string 4</country> <entity>fe13dddf-b721-47ce-8b20-db3c20755492</entity> <groupEntity>d6b2eb37-88b8-4ba8-9182-393531b0ce0e</groupEntity> </CustomActMaster> </ArrayOfCustomActMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |