PUT api/Liberacao/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
LIBERACOES| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_LIBERACAO | integer |
None. |
|
| NM_MODULO | string |
String length: inclusive between 0 and 60 |
|
| NM_TAREFA | string |
String length: inclusive between 0 and 60 |
|
| ALPHASOFTWARE | integer |
None. |
|
| VPS | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_LIBERACAO": 1,
"NM_MODULO": "sample string 2",
"NM_TAREFA": "sample string 3",
"ALPHASOFTWARE": 1,
"VPS": 1
}
application/xml, text/xml
Sample:
<LIBERACOES xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlphaSoftwareAPI.Models"> <ALPHASOFTWARE>1</ALPHASOFTWARE> <ID_LIBERACAO>1</ID_LIBERACAO> <NM_MODULO>sample string 2</NM_MODULO> <NM_TAREFA>sample string 3</NM_TAREFA> <VPS>1</VPS> </LIBERACOES>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.