PUT api/TypeOperation/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
DIC_TYPE_OPERATION| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_TYPE_OPERATION | integer |
None. |
|
| CODE_TYPE_OPERATION | string |
None. |
|
| TYPE_OPERATION | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_TYPE_OPERATION": 1,
"CODE_TYPE_OPERATION": "sample string 2",
"TYPE_OPERATION": "sample string 3"
}
application/xml, text/xml
Sample:
<DIC_TYPE_OPERATION xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GESTION_AMBASSADE.ModelsEntity"> <CODE_TYPE_OPERATION>sample string 2</CODE_TYPE_OPERATION> <ID_TYPE_OPERATION>1</ID_TYPE_OPERATION> <TYPE_OPERATION>sample string 3</TYPE_OPERATION> </DIC_TYPE_OPERATION>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.