POST api/ExcluiChamadoResponsaveis
Request Information
URI Parameters
None.
Body Parameters
ChamadosClass| Name | Description | Type | Additional information |
|---|---|---|---|
| IDEmpresa | integer |
None. |
|
| IDChamado | integer |
None. |
|
| IDCliente | integer |
None. |
|
| IDStatus | integer |
None. |
|
| IDUsuarioSolicitante | integer |
None. |
|
| IDUsuarioResponsavel | integer |
None. |
|
| IDClassificacao | integer |
None. |
|
| IDSistema | integer |
None. |
|
| IDPrioridade | integer |
None. |
|
| IDSetor | integer |
None. |
|
| DataCriacao | string |
None. |
|
| Assunto | string |
None. |
|
| DataAprovacao | string |
None. |
|
| DataHomologacao | string |
None. |
|
| DataFinalizacao | string |
None. |
|
| Descricao | string |
None. |
|
| Ativo | integer |
None. |
|
| IDUsuarioOperacao | integer |
None. |
|
| DataInicial | string |
None. |
|
| DataFinal | string |
None. |
|
| Principal | integer |
None. |
|
| UsuarioLogadoPertenceGrupoSuporte | integer |
None. |
|
| AnexoBase64 | string |
None. |
|
| AnexoBytes | Collection of byte |
None. |
|
| AnexoNome | string |
None. |
|
| IDAnexo | integer |
None. |
|
| Arquivo | string |
None. |
|
| Extensao | string |
None. |
|
| CaminhoArquivo | string |
None. |
|
| IDHistorico | integer |
None. |
|
| IDTipo | integer |
None. |
|
| IDEvento | integer |
None. |
|
| IDCategoria | integer |
None. |
|
| IDUsuario | integer |
None. |
|
| DataHistorico | string |
None. |
|
| Historico | string |
None. |
|
| DataAgenda | string |
None. |
|
| IDApontamento | integer |
None. |
|
| IDResponsavel | integer |
None. |
|
| DataApontamento | string |
None. |
|
| HoraApontamento | string |
None. |
|
| DescricaoApontamento | string |
None. |
|
| objConexaoBDClass | ConexaoBDClass |
None. |
Request Formats
application/json, text/json
Sample:
{
"objConexaoBDClass": {},
"IDEmpresa": 1,
"IDChamado": 2,
"IDCliente": 3,
"IDStatus": 4,
"IDUsuarioSolicitante": 5,
"IDUsuarioResponsavel": 6,
"IDClassificacao": 7,
"IDSistema": 8,
"IDPrioridade": 9,
"IDSetor": 10,
"DataCriacao": "sample string 11",
"Assunto": "sample string 12",
"DataAprovacao": "sample string 13",
"DataHomologacao": "sample string 14",
"DataFinalizacao": "sample string 15",
"Descricao": "sample string 16",
"Ativo": 17,
"IDUsuarioOperacao": 18,
"DataInicial": "sample string 19",
"DataFinal": "sample string 20",
"Principal": 21,
"UsuarioLogadoPertenceGrupoSuporte": 22,
"AnexoBase64": "sample string 23",
"AnexoBytes": "QEA=",
"AnexoNome": "sample string 24",
"IDAnexo": 25,
"Arquivo": "sample string 26",
"Extensao": "sample string 27",
"CaminhoArquivo": "sample string 28",
"IDHistorico": 29,
"IDTipo": 30,
"IDEvento": 31,
"IDCategoria": 32,
"IDUsuario": 33,
"DataHistorico": "sample string 34",
"Historico": "sample string 35",
"DataAgenda": "sample string 36",
"IDApontamento": 37,
"IDResponsavel": 38,
"DataApontamento": "sample string 39",
"HoraApontamento": "sample string 40",
"DescricaoApontamento": "sample string 41"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |