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": "57d0fa6b-be01-469f-9f21-9b4099a87144", "ActName": "sample string 2", "complianceCategoryId": "b320bb1d-1b39-4bdc-a058-f3a55be84e6f", "countryId": "763855f8-441d-45d4-bd48-799eb8bc84d8" }
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>b320bb1d-1b39-4bdc-a058-f3a55be84e6f</complianceCategoryId> <countryId>763855f8-441d-45d4-bd48-799eb8bc84d8</countryId> <internalActmappingID>57d0fa6b-be01-469f-9f21-9b4099a87144</internalActmappingID> </AddInternalAct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.