DELETE api/Agenda/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AgendaName | Description | Type | Additional information |
---|---|---|---|
Empresa | integer |
None. |
|
Regiao | string |
String length: inclusive between 0 and 3 |
|
Nucleo | integer |
None. |
|
Contrato | string |
String length: inclusive between 0 and 14 |
|
Data_agenda | date |
None. |
|
Usuario_agenda | string |
String length: inclusive between 0 and 50 |
|
Setor_tarefa | string |
String length: inclusive between 0 and 14 |
|
Data_solucao | date |
None. |
|
Usuario_solucao | string |
String length: inclusive between 0 and 50 |
|
Assunto | string |
None. |
|
Origem | integer |
None. |
|
Origem_nova | integer |
None. |
|
Solucao | string |
String length: inclusive between 0 and 224 |
|
DT_AGENDA | string |
String length: inclusive between 0 and 8 |
|
DT_SOLUCAO | string |
String length: inclusive between 0 and 8 |
|
DT_LEMBRA | string |
String length: inclusive between 0 and 8 |
|
HR_AGENDA | string |
String length: inclusive between 0 and 6 |
|
HR_SOLUCAO | string |
String length: inclusive between 0 and 6 |
|
Contrato2 | string |
String length: inclusive between 0 and 14 |
|
IdAgenda | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Empresa": 1, "Regiao": "sample string 1", "Nucleo": 1, "Contrato": "sample string 2", "Data_agenda": "2025-05-03T05:13:51.2895706-03:00", "Usuario_agenda": "sample string 3", "Setor_tarefa": "sample string 4", "Data_solucao": "2025-05-03T05:13:51.2895706-03:00", "Usuario_solucao": "sample string 5", "Assunto": "sample string 6", "Origem": 1, "Origem_nova": 1, "Solucao": "sample string 7", "DT_AGENDA": "sample string 8", "DT_SOLUCAO": "sample string 9", "DT_LEMBRA": "sample string 10", "HR_AGENDA": "sample string 11", "HR_SOLUCAO": "sample string 12", "Contrato2": "sample string 13", "IdAgenda": 14 }
application/xml, text/xml
Sample:
<Agenda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCohab.Models"> <Assunto>sample string 6</Assunto> <Contrato>sample string 2</Contrato> <Contrato2>sample string 13</Contrato2> <DT_AGENDA>sample string 8</DT_AGENDA> <DT_LEMBRA>sample string 10</DT_LEMBRA> <DT_SOLUCAO>sample string 9</DT_SOLUCAO> <Data_agenda>2025-05-03T05:13:51.2895706-03:00</Data_agenda> <Data_solucao>2025-05-03T05:13:51.2895706-03:00</Data_solucao> <Empresa>1</Empresa> <HR_AGENDA>sample string 11</HR_AGENDA> <HR_SOLUCAO>sample string 12</HR_SOLUCAO> <IdAgenda>14</IdAgenda> <Nucleo>1</Nucleo> <Origem>1</Origem> <Origem_nova>1</Origem_nova> <Regiao>sample string 1</Regiao> <Setor_tarefa>sample string 4</Setor_tarefa> <Solucao>sample string 7</Solucao> <Usuario_agenda>sample string 3</Usuario_agenda> <Usuario_solucao>sample string 5</Usuario_solucao> </Agenda>