POST api/Autores/Subespecie
Request Information
URI Parameters
None.
Body Parameters
AutoresTaxa| Name | Description | Type | Additional information |
|---|---|---|---|
| idAutoresTaxa | integer |
None. |
|
| idEntidad | integer |
Required |
|
| idItem | integer |
Required |
|
| autor | string |
String length: inclusive between 0 and 200 |
|
| borrado | date |
Data type: DateTime |
|
| TEntidad | TEntidad |
None. |
Request Formats
application/json, text/json
Sample:
{
"idAutoresTaxa": 1,
"idEntidad": 2,
"idItem": 3,
"autor": "sample string 4",
"borrado": "2025-10-30T08:05:02.3673735+00:00",
"TEntidad": {
"idEntidad": 1,
"entidad": "sample string 2",
"descripcion": "sample string 3",
"activo": true
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.