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": "bc5bb87b-9e09-42ca-b31c-dab90d9bacf3", "ActName": "sample string 2", "complianceCategoryId": "2a75c766-843b-421e-9638-01bad9e09ff3", "countryId": "6d42fa58-8ac0-4436-87bb-824548afb7de" }
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>2a75c766-843b-421e-9638-01bad9e09ff3</complianceCategoryId> <countryId>6d42fa58-8ac0-4436-87bb-824548afb7de</countryId> <internalActmappingID>bc5bb87b-9e09-42ca-b31c-dab90d9bacf3</internalActmappingID> </AddInternalAct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.