PUT api/InternalAct/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | 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": "da85186d-024d-41a9-a54f-459408525f35", "ActName": "sample string 2", "complianceCategoryId": "fe524357-3ba0-466b-9f69-9453e05b8a4c", "countryId": "ddcac1db-f9a8-42b3-9ea0-60ff15be349d" }
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>fe524357-3ba0-466b-9f69-9453e05b8a4c</complianceCategoryId> <countryId>ddcac1db-f9a8-42b3-9ea0-60ff15be349d</countryId> <internalActmappingID>da85186d-024d-41a9-a54f-459408525f35</internalActmappingID> </AddInternalAct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.