POST api/detalleschequeo/save

Request Information

URI Parameters

None.

Body Parameters

DetalleChequeo
NameDescriptionTypeAdditional information
DETCHE_CODE

integer

None.

DETCHE_CANTIDAD

integer

None.

ACT_CODE

integer

None.

CHE_CODE

integer

None.

DETCHE_CREATEDATE

date

None.

DETCHE_UPDATEDATE

date

None.

DETCHE_CREATEUSER

string

None.

DETCHE_UPDATEUSER

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DETCHE_CODE": 1,
  "DETCHE_CANTIDAD": 2,
  "ACT_CODE": 3,
  "CHE_CODE": 4,
  "DETCHE_CREATEDATE": "2025-12-05T22:29:41.6555086-06:00",
  "DETCHE_UPDATEDATE": "2025-12-05T22:29:41.6555086-06:00",
  "DETCHE_CREATEUSER": "sample string 6",
  "DETCHE_UPDATEUSER": "sample string 7"
}

application/xml, text/xml

Sample:
<DetalleChequeo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapaNegocios.DetallesChequeo">
  <ACT_CODE>3</ACT_CODE>
  <CHE_CODE>4</CHE_CODE>
  <DETCHE_CANTIDAD>2</DETCHE_CANTIDAD>
  <DETCHE_CODE>1</DETCHE_CODE>
  <DETCHE_CREATEDATE>2025-12-05T22:29:41.6555086-06:00</DETCHE_CREATEDATE>
  <DETCHE_CREATEUSER>sample string 6</DETCHE_CREATEUSER>
  <DETCHE_UPDATEDATE>2025-12-05T22:29:41.6555086-06:00</DETCHE_UPDATEDATE>
  <DETCHE_UPDATEUSER>sample string 7</DETCHE_UPDATEUSER>
</DetalleChequeo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.