POST api/Autores/Orden
Request Information
URI Parameters
None.
Body Parameters
AutoresTaxaName | 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": "2024-12-22T23:18:02.5267922+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.