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": "8260247f-8116-4df1-b2b9-bbb99a3bb68d", "entity": "f0eb5b1e-78a9-4685-98c4-97137db03fad", "country": "sample string 4", "catgory": "0d80cd17-6562-4795-b674-45d193df706a", "complianceType": "a5cbabe2-5327-4d04-b1b2-a5ef4ab16ee8" }, { "actRule": "sample string 1", "groupEntity": "8260247f-8116-4df1-b2b9-bbb99a3bb68d", "entity": "f0eb5b1e-78a9-4685-98c4-97137db03fad", "country": "sample string 4", "catgory": "0d80cd17-6562-4795-b674-45d193df706a", "complianceType": "a5cbabe2-5327-4d04-b1b2-a5ef4ab16ee8" } ]
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>0d80cd17-6562-4795-b674-45d193df706a</catgory> <complianceType>a5cbabe2-5327-4d04-b1b2-a5ef4ab16ee8</complianceType> <country>sample string 4</country> <entity>f0eb5b1e-78a9-4685-98c4-97137db03fad</entity> <groupEntity>8260247f-8116-4df1-b2b9-bbb99a3bb68d</groupEntity> </CustomActMaster> <CustomActMaster> <actRule>sample string 1</actRule> <catgory>0d80cd17-6562-4795-b674-45d193df706a</catgory> <complianceType>a5cbabe2-5327-4d04-b1b2-a5ef4ab16ee8</complianceType> <country>sample string 4</country> <entity>f0eb5b1e-78a9-4685-98c4-97137db03fad</entity> <groupEntity>8260247f-8116-4df1-b2b9-bbb99a3bb68d</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. |