POST api/BHSC/SendRepairingRate
Request Information
URI Parameters
None.
Body Parameters
IRate| Name | Description | Type | Additional information |
|---|---|---|---|
| RepairingId | integer |
None. |
|
| Note | string |
None. |
|
| Rate | integer |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RepairingId": 1,
"Note": "sample string 2",
"Rate": 3,
"token": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.