GET api/Relcreditos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Relcredito| Name | Description | Type | Additional information |
|---|---|---|---|
| data | date |
None. |
|
| valor | decimal number |
None. |
|
| vendedor | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"data": "2025-12-09T14:04:17.4090959-06:00",
"valor": 1.0,
"vendedor": 1
},
{
"data": "2025-12-09T14:04:17.4090959-06:00",
"valor": 1.0,
"vendedor": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfRelcredito xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSolar.Models">
<Relcredito>
<data>2025-12-09T14:04:17.4090959-06:00</data>
<valor>1</valor>
<vendedor>1</vendedor>
</Relcredito>
<Relcredito>
<data>2025-12-09T14:04:17.4090959-06:00</data>
<valor>1</valor>
<vendedor>1</vendedor>
</Relcredito>
</ArrayOfRelcredito>