DELETE api/Mutuario/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MutuarioName | Description | Type | Additional information |
---|---|---|---|
Contrato | string |
String length: inclusive between 0 and 14 |
|
Nome | string |
Required String length: inclusive between 0 and 50 |
|
CPF | string |
String length: inclusive between 0 and 14 |
|
Endereco | string |
String length: inclusive between 0 and 60 |
|
complemento | string |
String length: inclusive between 0 and 20 |
|
Condominio | string |
String length: inclusive between 0 and 50 |
|
Endereco_Antigo | string |
String length: inclusive between 0 and 60 |
|
Bairro | string |
String length: inclusive between 0 and 25 |
|
CEP | string |
String length: inclusive between 0 and 9 |
|
Cidade | string |
String length: inclusive between 0 and 30 |
|
UF | string |
String length: inclusive between 0 and 2 |
|
Data_Contrato | date |
None. |
|
Ativo_Inativo | string |
Required String length: inclusive between 0 and 1 |
|
Localizacao | integer |
None. |
|
status | boolean |
None. |
|
Centro_Custo | string |
Required String length: inclusive between 0 and 4 |
|
Stand_by | string |
Required String length: inclusive between 0 and 4 |
|
Cx_anexa | integer |
None. |
|
Empresa | string |
String length: inclusive between 0 and 50 |
|
Bloqueio_RQ | string |
String length: inclusive between 0 and 50 |
|
Cd_conjunto | string |
String length: inclusive between 0 and 4 |
|
SPDA | boolean |
None. |
|
int_lan | integer |
None. |
|
hide_info | string |
Required String length: inclusive between 0 and 100 |
|
quick_rs | Collection of byte |
Max length: 8 |
Response Formats
application/json, text/json
{ "Contrato": "sample string 1", "Nome": "sample string 2", "CPF": "sample string 3", "Endereco": "sample string 4", "complemento": "sample string 5", "Condominio": "sample string 6", "Endereco_Antigo": "sample string 7", "Bairro": "sample string 8", "CEP": "sample string 9", "Cidade": "sample string 10", "UF": "sample string 11", "Data_Contrato": "2025-05-03T04:30:09.5474895-03:00", "Ativo_Inativo": "sample string 12", "Localizacao": 13, "status": true, "Centro_Custo": "sample string 15", "Stand_by": "sample string 16", "Cx_anexa": 1, "Empresa": "sample string 17", "Bloqueio_RQ": "sample string 18", "Cd_conjunto": "sample string 19", "SPDA": true, "int_lan": 20, "hide_info": "sample string 21", "quick_rs": "QEA=" }
application/xml, text/xml
<Mutuario xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCohab.Models"> <Ativo_Inativo>sample string 12</Ativo_Inativo> <Bairro>sample string 8</Bairro> <Bloqueio_RQ>sample string 18</Bloqueio_RQ> <CEP>sample string 9</CEP> <CPF>sample string 3</CPF> <Cd_conjunto>sample string 19</Cd_conjunto> <Centro_Custo>sample string 15</Centro_Custo> <Cidade>sample string 10</Cidade> <Condominio>sample string 6</Condominio> <Contrato>sample string 1</Contrato> <Cx_anexa>1</Cx_anexa> <Data_Contrato>2025-05-03T04:30:09.5474895-03:00</Data_Contrato> <Empresa>sample string 17</Empresa> <Endereco>sample string 4</Endereco> <Endereco_Antigo>sample string 7</Endereco_Antigo> <Localizacao>13</Localizacao> <Nome>sample string 2</Nome> <SPDA>true</SPDA> <Stand_by>sample string 16</Stand_by> <UF>sample string 11</UF> <complemento>sample string 5</complemento> <hide_info>sample string 21</hide_info> <int_lan>20</int_lan> <quick_rs>QEA=</quick_rs> <status>true</status> </Mutuario>