PUT api/servicefee/{id}
Save service fee
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID to save service fee at |
integer |
Required |
Body Parameters
service fee to save
ServiceFee| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Description |
Description of fee type |
string |
None. |
| Fee |
Percentage fee as integer |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"description": "sample string 1",
"fee": 1
}
application/xml, text/xml
Sample:
<ServiceFee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Suppliers"> <Description>sample string 1</Description> <Fee>1</Fee> <ID>1</ID> </ServiceFee>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.