DELETE api/Relvendas/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | date |
Required |
Body Parameters
None.
Response Information
Resource Description
RelvendaName | Description | Type | Additional information |
---|---|---|---|
data | date |
None. |
|
venda | decimal number |
None. |
|
vendedor | integer |
None. |
|
total | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": "2025-06-16T11:31:16.396674-05:00", "venda": 1.0, "vendedor": 2, "total": 1.0 }
application/xml, text/xml
Sample:
<Relvenda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSolar.Models"> <data>2025-06-16T11:31:16.396674-05:00</data> <total>1</total> <venda>1</venda> <vendedor>2</vendedor> </Relvenda>