PUT api/AislamientoAPI/AvanzarInstancia
POST
Request Information
URI Parameters
None.
Body Parameters
Foto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdOwner | globally unique identifier |
None. |
|
| IdLote | string |
None. |
|
| ImageType | string |
None. |
|
| ImageData | string |
None. |
|
| Fecha | date |
None. |
|
| Lat | string |
None. |
|
| Lng | string |
None. |
|
| URL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "0be0b1a3-9385-4f9c-87fd-7801762f9616",
"IdOwner": "db6fbd62-03a6-4f2f-97e0-54c44c99e8aa",
"IdLote": "sample string 3",
"ImageType": "sample string 4",
"ImageData": "sample string 5",
"Fecha": "2026-04-20T06:44:21.2042049-03:00",
"Lat": "sample string 6",
"Lng": "sample string 7",
"URL": "sample string 8"
}
application/xml, text/xml
Sample:
<Foto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities"> <Fecha>2026-04-20T06:44:21.2042049-03:00</Fecha> <Id>0be0b1a3-9385-4f9c-87fd-7801762f9616</Id> <IdLote>sample string 3</IdLote> <IdOwner>db6fbd62-03a6-4f2f-97e0-54c44c99e8aa</IdOwner> <ImageData>sample string 5</ImageData> <ImageType>sample string 4</ImageType> <Lat>sample string 6</Lat> <Lng>sample string 7</Lng> <URL>sample string 8</URL> </Foto>
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.