GET api/MediosPago
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Tb_MediosPago| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_MedioPago | decimal number |
None. |
|
| MedioPago | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id_MedioPago": 1.0,
"MedioPago": "sample string 2"
},
{
"Id_MedioPago": 1.0,
"MedioPago": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfTb_MediosPago xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models">
<Tb_MediosPago>
<Id_MedioPago>1</Id_MedioPago>
<MedioPago>sample string 2</MedioPago>
</Tb_MediosPago>
<Tb_MediosPago>
<Id_MedioPago>1</Id_MedioPago>
<MedioPago>sample string 2</MedioPago>
</Tb_MediosPago>
</ArrayOfTb_MediosPago>