POST Suppliapi/cxcTransaccionesD

Request Information

URI Parameters

None.

Body Parameters

cxcTransaccionesD
NameDescriptionTypeAdditional information
tenantId

integer

None.

cxcTransaccionesHId

integer

None.

cxcTransaccionesDId

integer

None.

genSucursalId

integer

None.

posCajasId

integer

None.

genTipoDocumentoId

integer

None.

NumeroZeta

integer

None.

NumeroDocumento

string

None.

FechaDocumento

date

None.

Monto

decimal number

None.

SaldoAnterior

decimal number

None.

accountId

integer

None.

CobradorId

integer

None.

genFormasDePagoId

integer

None.

NumeroPago

string

None.

genUsuarioIdCreacion

integer

None.

FechaCreacion

date

None.

genUsuarioIdModificacion

integer

None.

FechaModificacion

date

None.

Anulado

boolean

None.

image

Collection of byte

None.

banBancosId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "tenantId": 1,
  "cxcTransaccionesHId": 2,
  "cxcTransaccionesDId": 3,
  "genSucursalId": 4,
  "posCajasId": 5,
  "genTipoDocumentoId": 6,
  "NumeroZeta": 7,
  "NumeroDocumento": "sample string 8",
  "FechaDocumento": "2024-04-24T19:39:32.8876506-06:00",
  "Monto": 10.0,
  "SaldoAnterior": 11.0,
  "accountId": 12,
  "CobradorId": 13,
  "genFormasDePagoId": 14,
  "NumeroPago": "sample string 15",
  "genUsuarioIdCreacion": 1,
  "FechaCreacion": "2024-04-24T19:39:32.8896462-06:00",
  "genUsuarioIdModificacion": 1,
  "FechaModificacion": "2024-04-24T19:39:32.8896462-06:00",
  "Anulado": true,
  "image": "QEA=",
  "banBancosId": 16
}

application/xml, text/xml

Sample:
<cxcTransaccionesD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuppliModel">
  <Anulado>true</Anulado>
  <CobradorId>13</CobradorId>
  <FechaCreacion>2024-04-24T19:39:32.8896462-06:00</FechaCreacion>
  <FechaDocumento>2024-04-24T19:39:32.8876506-06:00</FechaDocumento>
  <FechaModificacion>2024-04-24T19:39:32.8896462-06:00</FechaModificacion>
  <Monto>10</Monto>
  <NumeroDocumento>sample string 8</NumeroDocumento>
  <NumeroPago>sample string 15</NumeroPago>
  <NumeroZeta>7</NumeroZeta>
  <SaldoAnterior>11</SaldoAnterior>
  <accountId>12</accountId>
  <banBancosId>16</banBancosId>
  <cxcTransaccionesDId>3</cxcTransaccionesDId>
  <cxcTransaccionesHId>2</cxcTransaccionesHId>
  <genFormasDePagoId>14</genFormasDePagoId>
  <genSucursalId>4</genSucursalId>
  <genTipoDocumentoId>6</genTipoDocumentoId>
  <genUsuarioIdCreacion>1</genUsuarioIdCreacion>
  <genUsuarioIdModificacion>1</genUsuarioIdModificacion>
  <image>QEA=</image>
  <posCajasId>5</posCajasId>
  <tenantId>1</tenantId>
</cxcTransaccionesD>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.