POST api/ComboSubestatus

Request Information

URI Parameters

None.

Body Parameters

RegistrarImagenes_Models
NameDescriptionTypeAdditional information
FK_ASISTENCIA

integer

None.

FL_IMAGEN

string

None.

PK_USUARIO

integer

None.

FK_SUB_ESTATUS

integer

None.

FL_LATITUD

string

None.

FL_LONGITUD

string

None.

FL_NOTA

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FK_ASISTENCIA": 1,
  "FL_IMAGEN": "sample string 2",
  "PK_USUARIO": 3,
  "FK_SUB_ESTATUS": 4,
  "FL_LATITUD": "sample string 5",
  "FL_LONGITUD": "sample string 6",
  "FL_NOTA": "sample string 7"
}

application/xml, text/xml

Sample:
<RegistrarImagenes_Models xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiAppsiste.Models">
  <FK_ASISTENCIA>1</FK_ASISTENCIA>
  <FK_SUB_ESTATUS>4</FK_SUB_ESTATUS>
  <FL_IMAGEN>sample string 2</FL_IMAGEN>
  <FL_LATITUD>sample string 5</FL_LATITUD>
  <FL_LONGITUD>sample string 6</FL_LONGITUD>
  <FL_NOTA>sample string 7</FL_NOTA>
  <PK_USUARIO>3</PK_USUARIO>
</RegistrarImagenes_Models>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RegistrarImagenes_Models'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>