POST api/InternalAct?clientId={clientId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

globally unique identifier

Required

Body Parameters

AddInternalAct
NameDescriptionTypeAdditional information
internalActmappingID

globally unique identifier

None.

ActName

string

None.

complianceCategoryId

globally unique identifier

None.

countryId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "internalActmappingID": "a0f25549-9681-45c7-b5fb-01aba79d86af",
  "ActName": "sample string 2",
  "complianceCategoryId": "8153f16c-77a0-4ae7-9512-4730175c871f",
  "countryId": "7dcc52ee-9513-4876-b3a4-d7776d6da392"
}

application/xml, text/xml

Sample:
<AddInternalAct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <ActName>sample string 2</ActName>
  <complianceCategoryId>8153f16c-77a0-4ae7-9512-4730175c871f</complianceCategoryId>
  <countryId>7dcc52ee-9513-4876-b3a4-d7776d6da392</countryId>
  <internalActmappingID>a0f25549-9681-45c7-b5fb-01aba79d86af</internalActmappingID>
</AddInternalAct>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.