POST api/Battery/AddBatteryInNOBluetoothNo
Request Information
URI Parameters
None.
Body Parameters
AddInNOOBluetoothNo| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| BTCode | string |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"BTCode": "sample string 2",
"Type": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| state | integer |
None. |
|
| message | string |
None. |
|
| body | Object |
None. |
|
| bodyT2 | Object |
None. |
|
| key | string |
None. |
|
| dServersFee | decimal number |
None. |
|
| IsCharge | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"state": 1,
"message": "sample string 2",
"body": {},
"bodyT2": {},
"key": "sample string 5",
"dServersFee": 6.0,
"IsCharge": true
}