POST fruitsapi/saveorupdatewebbillcounter?preFix={preFix}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| preFix | string |
Required |
Body Parameters
Collection of WebAddBillCounter| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| PassWord | string |
None. |
|
| SysId | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"PassWord": "sample string 3",
"SysId": "sample string 4"
},
{
"Id": 1,
"Name": "sample string 2",
"PassWord": "sample string 3",
"SysId": "sample string 4"
}
]
text/html
Sample:
[{"Id":1,"Name":"sample string 2","PassWord":"sample string 3","SysId":"sample string 4"},{"Id":1,"Name":"sample string 2","PassWord":"sample string 3","SysId":"sample string 4"}]
application/xml, text/xml
Sample:
<ArrayOfWebAddBillCounter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FruitsApi.Models">
<WebAddBillCounter>
<Id>1</Id>
<Name>sample string 2</Name>
<PassWord>sample string 3</PassWord>
<SysId>sample string 4</SysId>
</WebAddBillCounter>
<WebAddBillCounter>
<Id>1</Id>
<Name>sample string 2</Name>
<PassWord>sample string 3</PassWord>
<SysId>sample string 4</SysId>
</WebAddBillCounter>
</ArrayOfWebAddBillCounter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.