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": "18571b9d-b5b2-4f45-abb0-8f9aafdd6536", "ActName": "sample string 2", "complianceCategoryId": "da9f804c-736a-4685-b378-c418e4786e4f", "countryId": "bdfbbb9f-5b85-4456-b85f-ec3ef91c7c53" }
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>da9f804c-736a-4685-b378-c418e4786e4f</complianceCategoryId> <countryId>bdfbbb9f-5b85-4456-b85f-ec3ef91c7c53</countryId> <internalActmappingID>18571b9d-b5b2-4f45-abb0-8f9aafdd6536</internalActmappingID> </AddInternalAct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.