POST datoscaja
Request Information
URI Parameters
None.
Body Parameters
DatosCajaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ordenId | integer |
None. |
|
| caja | integer |
None. |
|
| timestamp | date |
None. |
|
| nombreEmpresa | string |
None. |
|
| rut | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ordenId": 1,
"caja": 2,
"timestamp": "2025-12-06T00:27:10.3931287-03:00",
"nombreEmpresa": "sample string 4",
"rut": "sample string 5"
}
application/xml, text/xml
Sample:
<DatosCajaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ducsa_PagoQR"> <caja>2</caja> <nombreEmpresa>sample string 4</nombreEmpresa> <ordenId>1</ordenId> <rut>sample string 5</rut> <timestamp>2025-12-06T00:27:10.3931287-03:00</timestamp> </DatosCajaRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |