POST api/Backup/Clientes/Erro
Request Information
URI Parameters
None.
Body Parameters
Collection of Backup_Erro| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Tarefa | integer |
None. |
|
| Desc_TipoTarefa | string |
None. |
|
| Id_Cliente | integer |
None. |
|
| DataErro | date |
None. |
|
| Descricao | string |
None. |
|
| ServidorMAC | string |
None. |
|
| ResolvidoSN | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id_Tarefa": 1,
"Desc_TipoTarefa": "sample string 2",
"Id_Cliente": 1,
"DataErro": "2026-02-04T22:27:25.3741335-06:00",
"Descricao": "sample string 4",
"ServidorMAC": "sample string 5",
"ResolvidoSN": true
},
{
"Id_Tarefa": 1,
"Desc_TipoTarefa": "sample string 2",
"Id_Cliente": 1,
"DataErro": "2026-02-04T22:27:25.3741335-06:00",
"Descricao": "sample string 4",
"ServidorMAC": "sample string 5",
"ResolvidoSN": true
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Backup_Erro| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_Tarefa | integer |
None. |
|
| Desc_TipoTarefa | string |
None. |
|
| Id_Cliente | integer |
None. |
|
| DataErro | date |
None. |
|
| Descricao | string |
None. |
|
| ServidorMAC | string |
None. |
|
| ResolvidoSN | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id_Tarefa": 1,
"Desc_TipoTarefa": "sample string 2",
"Id_Cliente": 1,
"DataErro": "2026-02-04T22:27:25.3741335-06:00",
"Descricao": "sample string 4",
"ServidorMAC": "sample string 5",
"ResolvidoSN": true
}