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": "d70e0bb6-2ae9-4750-8875-461692f49176", "ActName": "sample string 2", "complianceCategoryId": "a213bbdd-be9d-418d-856c-370df0189845", "countryId": "abc903ec-b4a3-43a1-b635-b71aedde68d0" }
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>a213bbdd-be9d-418d-856c-370df0189845</complianceCategoryId> <countryId>abc903ec-b4a3-43a1-b635-b71aedde68d0</countryId> <internalActmappingID>d70e0bb6-2ae9-4750-8875-461692f49176</internalActmappingID> </AddInternalAct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.