POST api/Backup/Clientes/Erro
Request Information
URI Parameters
None.
Body Parameters
Collection of Backup_ErroName | 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": "2024-11-06T21:33:12.7934721-06:00", "Descricao": "sample string 4", "ServidorMAC": "sample string 5", "ResolvidoSN": true }, { "Id_Tarefa": 1, "Desc_TipoTarefa": "sample string 2", "Id_Cliente": 1, "DataErro": "2024-11-06T21:33:12.7934721-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_ErroName | 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": "2024-11-06T21:33:12.7934721-06:00", "Descricao": "sample string 4", "ServidorMAC": "sample string 5", "ResolvidoSN": true }