POST api/Feedback/insertWardFeedback

Request Information

URI Parameters

None.

Body Parameters

Collection of feedbackRef
NameDescriptionTypeAdditional information
ChildID

string

None.

ChildName

string

None.

Question

string

None.

Answer

string

None.

FeedBackNo

string

None.

MasterChildNo

string

None.

WardId

integer

None.

BranchId

integer

None.

QuestionId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ChildID": "sample string 1",
    "ChildName": "sample string 2",
    "Question": "sample string 3",
    "Answer": "sample string 4",
    "FeedBackNo": "sample string 5",
    "MasterChildNo": "sample string 6",
    "WardId": 7,
    "BranchId": 8,
    "QuestionId": 9
  },
  {
    "ChildID": "sample string 1",
    "ChildName": "sample string 2",
    "Question": "sample string 3",
    "Answer": "sample string 4",
    "FeedBackNo": "sample string 5",
    "MasterChildNo": "sample string 6",
    "WardId": 7,
    "BranchId": 8,
    "QuestionId": 9
  }
]

application/xml, text/xml

Sample:
<ArrayOffeedbackRef xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FunNRewardAPI.Models.Resources">
  <feedbackRef>
    <Answer>sample string 4</Answer>
    <BranchId>8</BranchId>
    <ChildID>sample string 1</ChildID>
    <ChildName>sample string 2</ChildName>
    <FeedBackNo>sample string 5</FeedBackNo>
    <MasterChildNo>sample string 6</MasterChildNo>
    <Question>sample string 3</Question>
    <QuestionId>9</QuestionId>
    <WardId>7</WardId>
  </feedbackRef>
  <feedbackRef>
    <Answer>sample string 4</Answer>
    <BranchId>8</BranchId>
    <ChildID>sample string 1</ChildID>
    <ChildName>sample string 2</ChildName>
    <FeedBackNo>sample string 5</FeedBackNo>
    <MasterChildNo>sample string 6</MasterChildNo>
    <Question>sample string 3</Question>
    <QuestionId>9</QuestionId>
    <WardId>7</WardId>
  </feedbackRef>
</ArrayOffeedbackRef>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.