POST api/InternalAct?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
Body Parameters
AddInternalActName | Description | Type | Additional 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": "749c2730-f672-4f2c-aa57-7a97753141e3", "ActName": "sample string 2", "complianceCategoryId": "5cab3778-08ca-4a79-9e7a-8d8815b2aff3", "countryId": "46be4497-7593-4206-afe1-53dcdebbe5a5" }
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>5cab3778-08ca-4a79-9e7a-8d8815b2aff3</complianceCategoryId> <countryId>46be4497-7593-4206-afe1-53dcdebbe5a5</countryId> <internalActmappingID>749c2730-f672-4f2c-aa57-7a97753141e3</internalActmappingID> </AddInternalAct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.