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": "5b4b2cb5-d499-4351-86c0-0b3dda9fe473", "ActName": "sample string 2", "complianceCategoryId": "53c7444d-4f5e-4883-a8cf-c77781ea3b1b", "countryId": "4666cfe7-4e96-4556-8825-a94427dd56a6" }
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>53c7444d-4f5e-4883-a8cf-c77781ea3b1b</complianceCategoryId> <countryId>4666cfe7-4e96-4556-8825-a94427dd56a6</countryId> <internalActmappingID>5b4b2cb5-d499-4351-86c0-0b3dda9fe473</internalActmappingID> </AddInternalAct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.