POST api/DocumentoAPI/Post
POST
Request Information
URI Parameters
None.
Body Parameters
Documento| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdOwner | globally unique identifier |
None. |
|
| IdLote | string |
None. |
|
| FileType | string |
None. |
|
| FileName | string |
None. |
|
| FileData | string |
None. |
|
| FileSize | integer |
None. |
|
| Fecha | date |
None. |
|
| URL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "7bdd1f1c-0b0b-42ab-a4a7-498354577520",
"IdOwner": "2cdca696-c2af-45ee-8cd4-74630da06ec4",
"IdLote": "sample string 3",
"FileType": "sample string 4",
"FileName": "sample string 5",
"FileData": "sample string 6",
"FileSize": 7,
"Fecha": "2026-01-10T01:19:40.5017746-03:00",
"URL": "sample string 9"
}
application/xml, text/xml
Sample:
<Documento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities"> <Fecha>2026-01-10T01:19:40.5017746-03:00</Fecha> <FileData>sample string 6</FileData> <FileName>sample string 5</FileName> <FileSize>7</FileSize> <FileType>sample string 4</FileType> <Id>7bdd1f1c-0b0b-42ab-a4a7-498354577520</Id> <IdLote>sample string 3</IdLote> <IdOwner>2cdca696-c2af-45ee-8cd4-74630da06ec4</IdOwner> <URL>sample string 9</URL> </Documento>
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.