POST api/DocumentoAPI/Post

POST

Request Information

URI Parameters

None.

Body Parameters

Documento
NameDescriptionTypeAdditional 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": "f2ee3e5c-eb4e-4135-9df6-af7d12122c69",
  "IdOwner": "9599ac08-75e3-4649-8d84-5a08899eeafa",
  "IdLote": "sample string 3",
  "FileType": "sample string 4",
  "FileName": "sample string 5",
  "FileData": "sample string 6",
  "FileSize": 7,
  "Fecha": "2026-01-09T12:22:12.6716802-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-09T12:22:12.6716802-03:00</Fecha>
  <FileData>sample string 6</FileData>
  <FileName>sample string 5</FileName>
  <FileSize>7</FileSize>
  <FileType>sample string 4</FileType>
  <Id>f2ee3e5c-eb4e-4135-9df6-af7d12122c69</Id>
  <IdLote>sample string 3</IdLote>
  <IdOwner>9599ac08-75e3-4649-8d84-5a08899eeafa</IdOwner>
  <URL>sample string 9</URL>
</Documento>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.