POST api/Fido/SavePatientFeedback
Request Information
URI Parameters
None.
Body Parameters
FidoPatientFeebackDeatilsParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| Registrationid | integer |
None. |
|
| Encounterid | integer |
None. |
|
| MobileNo | string |
None. |
|
| FeedBackUserType | string |
None. |
|
| FeedBackRemark | string |
None. |
|
| Name | string |
None. |
|
| UHIDNo | string |
None. |
|
| FidoPatientFeebackDeatils | Collection of FidoPatientFeebackDeatils |
None. |
|
| FidoPatientFeedBack | Collection of FidoPatientFeedBack |
None. |
Request Formats
application/json, text/json
Sample:
{
"Registrationid": 1,
"Encounterid": 2,
"MobileNo": "sample string 3",
"FeedBackUserType": "sample string 4",
"FeedBackRemark": "sample string 5",
"Name": "sample string 6",
"UHIDNo": "sample string 7",
"FidoPatientFeebackDeatils": [
{
"FeedBackDeaprtmentId": 1,
"FeedSubDepartmentId": 2,
"FeedBackStatusmasterId": 3,
"Remarks": "sample string 4",
"Flag": "sample string 5",
"Active": true,
"FeedBackStatus": true,
"Registrationid": 8,
"Encounterid": 9,
"MobileNo": "sample string 10"
},
{
"FeedBackDeaprtmentId": 1,
"FeedSubDepartmentId": 2,
"FeedBackStatusmasterId": 3,
"Remarks": "sample string 4",
"Flag": "sample string 5",
"Active": true,
"FeedBackStatus": true,
"Registrationid": 8,
"Encounterid": 9,
"MobileNo": "sample string 10"
}
],
"FidoPatientFeedBack": [
{
"Remarks": "sample string 1",
"Flag": "sample string 2",
"Active": true,
"Registrationid": 4,
"Encounterid": 5,
"FeedBackDeaprtmentId": 6,
"FeedBackUserType": "sample string 7",
"FeedBackSource": "sample string 8",
"MobileNo": "sample string 9",
"FeedBackStatusmasterId": 10
},
{
"Remarks": "sample string 1",
"Flag": "sample string 2",
"Active": true,
"Registrationid": 4,
"Encounterid": 5,
"FeedBackDeaprtmentId": 6,
"FeedBackUserType": "sample string 7",
"FeedBackSource": "sample string 8",
"MobileNo": "sample string 9",
"FeedBackStatusmasterId": 10
}
]
}
application/xml, text/xml
Sample:
<FidoPatientFeebackDeatilsParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService">
<Encounterid>2</Encounterid>
<FeedBackRemark>sample string 5</FeedBackRemark>
<FeedBackUserType>sample string 4</FeedBackUserType>
<FidoPatientFeebackDeatils>
<FidoPatientFeebackDeatils>
<Active>true</Active>
<Encounterid>9</Encounterid>
<FeedBackDeaprtmentId>1</FeedBackDeaprtmentId>
<FeedBackStatus>true</FeedBackStatus>
<FeedBackStatusmasterId>3</FeedBackStatusmasterId>
<FeedSubDepartmentId>2</FeedSubDepartmentId>
<Flag>sample string 5</Flag>
<MobileNo>sample string 10</MobileNo>
<Registrationid>8</Registrationid>
<Remarks>sample string 4</Remarks>
</FidoPatientFeebackDeatils>
<FidoPatientFeebackDeatils>
<Active>true</Active>
<Encounterid>9</Encounterid>
<FeedBackDeaprtmentId>1</FeedBackDeaprtmentId>
<FeedBackStatus>true</FeedBackStatus>
<FeedBackStatusmasterId>3</FeedBackStatusmasterId>
<FeedSubDepartmentId>2</FeedSubDepartmentId>
<Flag>sample string 5</Flag>
<MobileNo>sample string 10</MobileNo>
<Registrationid>8</Registrationid>
<Remarks>sample string 4</Remarks>
</FidoPatientFeebackDeatils>
</FidoPatientFeebackDeatils>
<FidoPatientFeedBack>
<FidoPatientFeedBack>
<Active>true</Active>
<Encounterid>5</Encounterid>
<FeedBackDeaprtmentId>6</FeedBackDeaprtmentId>
<FeedBackSource>sample string 8</FeedBackSource>
<FeedBackStatusmasterId>10</FeedBackStatusmasterId>
<FeedBackUserType>sample string 7</FeedBackUserType>
<Flag>sample string 2</Flag>
<MobileNo>sample string 9</MobileNo>
<Registrationid>4</Registrationid>
<Remarks>sample string 1</Remarks>
</FidoPatientFeedBack>
<FidoPatientFeedBack>
<Active>true</Active>
<Encounterid>5</Encounterid>
<FeedBackDeaprtmentId>6</FeedBackDeaprtmentId>
<FeedBackSource>sample string 8</FeedBackSource>
<FeedBackStatusmasterId>10</FeedBackStatusmasterId>
<FeedBackUserType>sample string 7</FeedBackUserType>
<Flag>sample string 2</Flag>
<MobileNo>sample string 9</MobileNo>
<Registrationid>4</Registrationid>
<Remarks>sample string 1</Remarks>
</FidoPatientFeedBack>
</FidoPatientFeedBack>
<MobileNo>sample string 3</MobileNo>
<Name>sample string 6</Name>
<Registrationid>1</Registrationid>
<UHIDNo>sample string 7</UHIDNo>
</FidoPatientFeebackDeatilsParameter>
application/x-www-form-urlencoded
Sample:
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. |