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": "ff465c8f-d249-4075-88ae-4e47f4f14309", "ActName": "sample string 2", "complianceCategoryId": "ebf412fd-729c-4978-916f-ed43f07bcab3", "countryId": "34156054-84ca-4979-a75d-59b8dc099e76" }
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>ebf412fd-729c-4978-916f-ed43f07bcab3</complianceCategoryId> <countryId>34156054-84ca-4979-a75d-59b8dc099e76</countryId> <internalActmappingID>ff465c8f-d249-4075-88ae-4e47f4f14309</internalActmappingID> </AddInternalAct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.