DELETE api/Sexos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Sexos| Name | Description | Type | Additional information |
|---|---|---|---|
| SexoID | integer |
None. |
|
| Sexo | string |
Required String length: inclusive between 0 and 100 |
|
| Sigla | string |
Required String length: inclusive between 0 and 1 |
Response Formats
application/json, text/json
Sample:
{
"SexoID": 1,
"Sexo": "sample string 2",
"Sigla": "sample string 3"
}
application/xml, text/xml
Sample:
<Sexos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SexoID>1</SexoID> <Sexo>sample string 2</Sexo> <Sigla>sample string 3</Sigla> </Sexos>