POST api/Cancelacion

Request Information

URI Parameters

None.

Body Parameters

clsCancelacion
NameDescriptionTypeAdditional information
token

string

None.

nRfcEmisor

integer

None.

nSucursal

integer

None.

cUUID

string

None.

cMotivoCancelacion

string

None.

cSustitucion

string

None.

cRFCCliente

string

None.

nTotal

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "nRfcEmisor": 2,
  "nSucursal": 3,
  "cUUID": "sample string 4",
  "cMotivoCancelacion": "sample string 5",
  "cSustitucion": "sample string 6",
  "cRFCCliente": "sample string 7",
  "nTotal": 8.0
}

application/xml, text/xml

Sample:
<clsCancelacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiPrueba">
  <cMotivoCancelacion>sample string 5</cMotivoCancelacion>
  <cRFCCliente>sample string 7</cRFCCliente>
  <cSustitucion>sample string 6</cSustitucion>
  <cUUID>sample string 4</cUUID>
  <nRfcEmisor>2</nRfcEmisor>
  <nSucursal>3</nSucursal>
  <nTotal>8</nTotal>
  <token>sample string 1</token>
</clsCancelacion>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />