POST api/formulariosGenerados/archivos
Request Information
URI Parameters
None.
Body Parameters
RegistrarArchivosApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdFormularioGenerado | integer |
None. |
|
| syncId | string |
None. |
|
| IdPlanMuestreo | integer |
None. |
|
| Fotos | Collection of HttpPostedFileBase |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdFormularioGenerado": 1,
"syncId": "sample string 2",
"IdPlanMuestreo": 1,
"Fotos": null
}
application/xml, text/xml
Sample:
<RegistrarArchivosApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GQM.Data.ViewModels.GQM_API"> <Fotos xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" /> <IdFormularioGenerado>1</IdFormularioGenerado> <IdPlanMuestreo>1</IdPlanMuestreo> <syncId>sample string 2</syncId> </RegistrarArchivosApiModel>
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.