DELETE api/Relcreditos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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:31.8777571-06:00",
"valor": 1.0,
"vendedor": 1
}
application/xml, text/xml
Sample:
<Relcredito xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSolar.Models"> <data>2025-12-09T14:04:31.8777571-06:00</data> <valor>1</valor> <vendedor>1</vendedor> </Relcredito>