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": "0f4241bc-9672-48fe-8023-e2a0a5bdbf70", "ActName": "sample string 2", "complianceCategoryId": "761158ea-7168-4284-98fc-e486d33e8b16", "countryId": "e2e002fa-cf02-4df3-8718-afdf3571e9e4" }
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>761158ea-7168-4284-98fc-e486d33e8b16</complianceCategoryId> <countryId>e2e002fa-cf02-4df3-8718-afdf3571e9e4</countryId> <internalActmappingID>0f4241bc-9672-48fe-8023-e2a0a5bdbf70</internalActmappingID> </AddInternalAct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.