POST api/TestRatingSubmit
Request Information
URI Parameters
None.
Body Parameters
PanelServiceSubmitRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Serial | string |
None. |
|
| Key | string |
None. |
|
| Version | decimal number |
None. |
|
| RatingUniqueID | integer |
None. |
|
| SiteID | integer |
None. |
|
| ChecklistID | integer |
None. |
|
| Vote | string |
None. |
|
| VotePos | integer |
None. |
|
| MaxVotePos | integer |
None. |
|
| Data | string |
None. |
|
| PhoneSubmitDate | string |
None. |
|
| OnDutyStaff | integer |
None. |
|
| AcknowledgeMinutes | integer |
None. |
|
| AcknowledgeUser | integer |
None. |
|
| Remarks | string |
None. |
|
| DemoVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Serial": "sample string 1",
"Key": "sample string 2",
"Version": 3.1,
"RatingUniqueID": 4,
"SiteID": 5,
"ChecklistID": 6,
"Vote": "sample string 7",
"VotePos": 8,
"MaxVotePos": 9,
"Data": "sample string 10",
"PhoneSubmitDate": "sample string 11",
"OnDutyStaff": 12,
"AcknowledgeMinutes": 13,
"AcknowledgeUser": 14,
"Remarks": "sample string 15",
"DemoVersion": "sample string 16"
}
application/xml, text/xml
Sample:
<PanelServiceSubmitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M2senseWebApiProject.Models"> <AcknowledgeMinutes>13</AcknowledgeMinutes> <AcknowledgeUser>14</AcknowledgeUser> <ChecklistID>6</ChecklistID> <Data>sample string 10</Data> <DemoVersion>sample string 16</DemoVersion> <Key>sample string 2</Key> <MaxVotePos>9</MaxVotePos> <OnDutyStaff>12</OnDutyStaff> <PhoneSubmitDate>sample string 11</PhoneSubmitDate> <RatingUniqueID>4</RatingUniqueID> <Remarks>sample string 15</Remarks> <Serial>sample string 1</Serial> <SiteID>5</SiteID> <Version>3.1</Version> <Vote>sample string 7</Vote> <VotePos>8</VotePos> </PanelServiceSubmitRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |