POST api/ConfirmarAsistencia

Request Information

URI Parameters

None.

Body Parameters

Confirmar_Asistencia_Models
NameDescriptionTypeAdditional information
PK_ASISTENCIA

integer

None.

PK_USUARIO

integer

None.

FK_PROVEEDOR

integer

None.

ID_ESTATUS

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PK_ASISTENCIA": 1,
  "PK_USUARIO": 2,
  "FK_PROVEEDOR": 3,
  "ID_ESTATUS": 4
}

application/xml, text/xml

Sample:
<Confirmar_Asistencia_Models xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiAppsiste.Models">
  <FK_PROVEEDOR>3</FK_PROVEEDOR>
  <ID_ESTATUS>4</ID_ESTATUS>
  <PK_ASISTENCIA>1</PK_ASISTENCIA>
  <PK_USUARIO>2</PK_USUARIO>
</Confirmar_Asistencia_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 'Confirmar_Asistencia_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>