DELETE api/Relcreditos/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RelcreditoName | Description | Type | Additional information |
---|---|---|---|
data | date |
None. |
|
valor | decimal number |
None. |
|
vendedor | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": "2025-06-16T10:54:41.48-05: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-06-16T10:54:41.48-05:00</data> <valor>1</valor> <vendedor>1</vendedor> </Relcredito>