PUT api/Relcomissa/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Relcomissao| Name | Description | Type | Additional information |
|---|---|---|---|
| data | date |
None. |
|
| valor | decimal number |
None. |
|
| vendedor | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": "2025-12-09T14:03:10.1909032-06:00",
"valor": 1.0,
"vendedor": 1
}
application/xml, text/xml
Sample:
<Relcomissao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSolar.Models"> <data>2025-12-09T14:03:10.1909032-06:00</data> <valor>1</valor> <vendedor>1</vendedor> </Relcomissao>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.