POST api/DCMBulkCompliance?clientId={clientId}&IsItTrue={IsItTrue}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

globally unique identifier

Required

IsItTrue

boolean

Required

Body Parameters

Collection of CustomActMaster
NameDescriptionTypeAdditional 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": "ef80118a-b3d7-4e92-bc26-ce174188e1a5",
    "entity": "661220d1-f535-4c40-a793-037b666aff8d",
    "country": "sample string 4",
    "catgory": "175c0ebf-f63d-4c9f-ae34-aeea787a8c08",
    "complianceType": "e9885f3d-6b47-4c4b-b75d-194fd53da960"
  },
  {
    "actRule": "sample string 1",
    "groupEntity": "ef80118a-b3d7-4e92-bc26-ce174188e1a5",
    "entity": "661220d1-f535-4c40-a793-037b666aff8d",
    "country": "sample string 4",
    "catgory": "175c0ebf-f63d-4c9f-ae34-aeea787a8c08",
    "complianceType": "e9885f3d-6b47-4c4b-b75d-194fd53da960"
  }
]

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>175c0ebf-f63d-4c9f-ae34-aeea787a8c08</catgory>
    <complianceType>e9885f3d-6b47-4c4b-b75d-194fd53da960</complianceType>
    <country>sample string 4</country>
    <entity>661220d1-f535-4c40-a793-037b666aff8d</entity>
    <groupEntity>ef80118a-b3d7-4e92-bc26-ce174188e1a5</groupEntity>
  </CustomActMaster>
  <CustomActMaster>
    <actRule>sample string 1</actRule>
    <catgory>175c0ebf-f63d-4c9f-ae34-aeea787a8c08</catgory>
    <complianceType>e9885f3d-6b47-4c4b-b75d-194fd53da960</complianceType>
    <country>sample string 4</country>
    <entity>661220d1-f535-4c40-a793-037b666aff8d</entity>
    <groupEntity>ef80118a-b3d7-4e92-bc26-ce174188e1a5</groupEntity>
  </CustomActMaster>
</ArrayOfCustomActMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.