POST api/saveGradeByUser
Request Information
URI Parameters
None.
Body Parameters
saveGradeByUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| oppId | integer |
Required |
|
| gradeCode | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"oppId": 1,
"gradeCode": "sample string 2"
}
application/xml, text/xml
Sample:
<saveGradeByUserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.Questionnaire.Https.Request"> <gradeCode>sample string 2</gradeCode> <oppId>1</oppId> </saveGradeByUserRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.