POST api/Documento/getLotes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EnvioPropiedades
NameDescriptionTypeAdditional information
ClaveLote

string

None.

UbicacionURL

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ClaveLote": "sample string 1",
    "UbicacionURL": "sample string 2"
  },
  {
    "ClaveLote": "sample string 1",
    "UbicacionURL": "sample string 2"
  }
]