GET api/Relcreditos

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Relcredito
NameDescriptionTypeAdditional information
data

date

None.

valor

decimal number

None.

vendedor

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "data": "2025-06-16T11:50:35.9251674-05:00",
    "valor": 1.0,
    "vendedor": 1
  },
  {
    "data": "2025-06-16T11:50:35.9251674-05: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-06-16T11:50:35.9251674-05:00</data>
    <valor>1</valor>
    <vendedor>1</vendedor>
  </Relcredito>
  <Relcredito>
    <data>2025-06-16T11:50:35.9251674-05:00</data>
    <valor>1</valor>
    <vendedor>1</vendedor>
  </Relcredito>
</ArrayOfRelcredito>