GET api/AdmOrdenPago/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AdmOrdenPagoName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
numero | integer |
None. |
|
fecha | date |
None. |
|
codigo | string |
None. |
|
razonsocial | string |
None. |
|
importe | decimal number |
None. |
|
percepcion | decimal number |
None. |
|
efectivo | decimal number |
None. |
|
cheques | decimal number |
None. |
|
resta | decimal number |
None. |
|
neto | decimal number |
None. |
|
ibpor | decimal number |
None. |
|
idfacturas | integer |
None. |
|
cajaid | integer |
None. |
|
cajatotal | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "numero": 1, "fecha": "2024-11-21T07:06:30.3868338-03:00", "codigo": "sample string 2", "razonsocial": "sample string 3", "importe": 1.0, "percepcion": 1.0, "efectivo": 1.0, "cheques": 1.0, "resta": 1.0, "neto": 1.0, "ibpor": 1.0, "idfacturas": 1, "cajaid": 1, "cajatotal": 1.0 }
text/html
Sample:
{"id":1,"numero":1,"fecha":"2024-11-21T07:06:30.3868338-03:00","codigo":"sample string 2","razonsocial":"sample string 3","importe":1.0,"percepcion":1.0,"efectivo":1.0,"cheques":1.0,"resta":1.0,"neto":1.0,"ibpor":1.0,"idfacturas":1,"cajaid":1,"cajatotal":1.0}
application/xml, text/xml
Sample:
<AdmOrdenPago xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1"> <cajaid>1</cajaid> <cajatotal>1</cajatotal> <cheques>1</cheques> <codigo>sample string 2</codigo> <efectivo>1</efectivo> <fecha>2024-11-21T07:06:30.3868338-03:00</fecha> <ibpor>1</ibpor> <id>1</id> <idfacturas>1</idfacturas> <importe>1</importe> <neto>1</neto> <numero>1</numero> <percepcion>1</percepcion> <razonsocial>sample string 3</razonsocial> <resta>1</resta> </AdmOrdenPago>