POST LiberaCC/BloqueiaPeriodo
Request Information
URI Parameters
None.
Body Parameters
LiberaCCContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TpAcao | string |
None. |
|
| LoginUsuario | string |
None. |
|
| DtIni | integer |
None. |
|
| DtFim | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TpAcao": "sample string 1",
"LoginUsuario": "sample string 2",
"DtIni": 1,
"DtFim": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonRetorno| Name | Description | Type | Additional information |
|---|---|---|---|
| sucesso | boolean |
None. |
|
| CodErro | string |
None. |
|
| auxRetorno | string |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"sucesso": true,
"CodErro": "sample string 2",
"auxRetorno": "sample string 3",
"msg": "sample string 4"
}