DELETE api/MonicaCorreos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MonicaCorreos| Name | Description | Type | Additional information |
|---|---|---|---|
| MonicaCorreosID | integer |
None. |
|
| Documento | string |
Required String length: inclusive between 0 and 20 |
|
| Correo | string |
Required Matching regular expression pattern: ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$ String length: inclusive between 0 and 200 |
|
| EmpresasID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"MonicaCorreosID": 1,
"Documento": "sample string 2",
"Correo": "sample string 3",
"EmpresasID": 4
}