POST customer_bill/feedback/questions/update/{billNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
billNumber

string

Required

Body Parameters

CustomerFeedbackFormEntity
NameDescriptionTypeAdditional information
Logo

string

None.

BusinessName

string

None.

LocationAddress

string

None.

CommonQuestions

Collection of FeedbackQuestionEntity

None.

Questions

Collection of ServiceFeedbackEntity

None.

IsReviewed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Logo": "sample string 1",
  "BusinessName": "sample string 2",
  "LocationAddress": "sample string 3",
  "CommonQuestions": [
    {
      "QuestionId": 1,
      "Question": "sample string 2",
      "QuestionType": 64,
      "AnswerType": "sample string 4",
      "AnswerOptions": "sample string 5",
      "Active": true,
      "CreatedTime": "2025-12-31T16:42:07.563928+05:30",
      "UpdatedTime": "2025-12-31T16:42:07.563928+05:30",
      "VendorId": 8,
      "CustomerFeedback": "sample string 9",
      "QuestionFor": 64
    },
    {
      "QuestionId": 1,
      "Question": "sample string 2",
      "QuestionType": 64,
      "AnswerType": "sample string 4",
      "AnswerOptions": "sample string 5",
      "Active": true,
      "CreatedTime": "2025-12-31T16:42:07.563928+05:30",
      "UpdatedTime": "2025-12-31T16:42:07.563928+05:30",
      "VendorId": 8,
      "CustomerFeedback": "sample string 9",
      "QuestionFor": 64
    }
  ],
  "Questions": [
    {
      "ServiceId": 1,
      "BillItemId": 1,
      "ServiceName": "sample string 2",
      "Questions": [
        {
          "QuestionId": 1,
          "Question": "sample string 2",
          "QuestionType": 64,
          "AnswerType": "sample string 4",
          "AnswerOptions": "sample string 5",
          "Active": true,
          "CreatedTime": "2025-12-31T16:42:07.563928+05:30",
          "UpdatedTime": "2025-12-31T16:42:07.563928+05:30",
          "VendorId": 8,
          "CustomerFeedback": "sample string 9",
          "QuestionFor": 64
        },
        {
          "QuestionId": 1,
          "Question": "sample string 2",
          "QuestionType": 64,
          "AnswerType": "sample string 4",
          "AnswerOptions": "sample string 5",
          "Active": true,
          "CreatedTime": "2025-12-31T16:42:07.563928+05:30",
          "UpdatedTime": "2025-12-31T16:42:07.563928+05:30",
          "VendorId": 8,
          "CustomerFeedback": "sample string 9",
          "QuestionFor": 64
        }
      ]
    },
    {
      "ServiceId": 1,
      "BillItemId": 1,
      "ServiceName": "sample string 2",
      "Questions": [
        {
          "QuestionId": 1,
          "Question": "sample string 2",
          "QuestionType": 64,
          "AnswerType": "sample string 4",
          "AnswerOptions": "sample string 5",
          "Active": true,
          "CreatedTime": "2025-12-31T16:42:07.563928+05:30",
          "UpdatedTime": "2025-12-31T16:42:07.563928+05:30",
          "VendorId": 8,
          "CustomerFeedback": "sample string 9",
          "QuestionFor": 64
        },
        {
          "QuestionId": 1,
          "Question": "sample string 2",
          "QuestionType": 64,
          "AnswerType": "sample string 4",
          "AnswerOptions": "sample string 5",
          "Active": true,
          "CreatedTime": "2025-12-31T16:42:07.563928+05:30",
          "UpdatedTime": "2025-12-31T16:42:07.563928+05:30",
          "VendorId": 8,
          "CustomerFeedback": "sample string 9",
          "QuestionFor": 64
        }
      ]
    }
  ],
  "IsReviewed": true
}

application/xml, text/xml

Sample:
<CustomerFeedbackFormEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities">
  <BusinessName>sample string 2</BusinessName>
  <CommonQuestions>
    <FeedbackQuestionEntity>
      <Active>true</Active>
      <AnswerOptions>sample string 5</AnswerOptions>
      <AnswerType>sample string 4</AnswerType>
      <CreatedTime>2025-12-31T16:42:07.563928+05:30</CreatedTime>
      <CustomerFeedback>sample string 9</CustomerFeedback>
      <Question>sample string 2</Question>
      <QuestionFor>64</QuestionFor>
      <QuestionId>1</QuestionId>
      <QuestionType>64</QuestionType>
      <UpdatedTime>2025-12-31T16:42:07.563928+05:30</UpdatedTime>
      <VendorId>8</VendorId>
    </FeedbackQuestionEntity>
    <FeedbackQuestionEntity>
      <Active>true</Active>
      <AnswerOptions>sample string 5</AnswerOptions>
      <AnswerType>sample string 4</AnswerType>
      <CreatedTime>2025-12-31T16:42:07.563928+05:30</CreatedTime>
      <CustomerFeedback>sample string 9</CustomerFeedback>
      <Question>sample string 2</Question>
      <QuestionFor>64</QuestionFor>
      <QuestionId>1</QuestionId>
      <QuestionType>64</QuestionType>
      <UpdatedTime>2025-12-31T16:42:07.563928+05:30</UpdatedTime>
      <VendorId>8</VendorId>
    </FeedbackQuestionEntity>
  </CommonQuestions>
  <IsReviewed>true</IsReviewed>
  <LocationAddress>sample string 3</LocationAddress>
  <Logo>sample string 1</Logo>
  <Questions>
    <ServiceFeedbackEntity>
      <BillItemId>1</BillItemId>
      <Questions>
        <FeedbackQuestionEntity>
          <Active>true</Active>
          <AnswerOptions>sample string 5</AnswerOptions>
          <AnswerType>sample string 4</AnswerType>
          <CreatedTime>2025-12-31T16:42:07.563928+05:30</CreatedTime>
          <CustomerFeedback>sample string 9</CustomerFeedback>
          <Question>sample string 2</Question>
          <QuestionFor>64</QuestionFor>
          <QuestionId>1</QuestionId>
          <QuestionType>64</QuestionType>
          <UpdatedTime>2025-12-31T16:42:07.563928+05:30</UpdatedTime>
          <VendorId>8</VendorId>
        </FeedbackQuestionEntity>
        <FeedbackQuestionEntity>
          <Active>true</Active>
          <AnswerOptions>sample string 5</AnswerOptions>
          <AnswerType>sample string 4</AnswerType>
          <CreatedTime>2025-12-31T16:42:07.563928+05:30</CreatedTime>
          <CustomerFeedback>sample string 9</CustomerFeedback>
          <Question>sample string 2</Question>
          <QuestionFor>64</QuestionFor>
          <QuestionId>1</QuestionId>
          <QuestionType>64</QuestionType>
          <UpdatedTime>2025-12-31T16:42:07.563928+05:30</UpdatedTime>
          <VendorId>8</VendorId>
        </FeedbackQuestionEntity>
      </Questions>
      <ServiceId>1</ServiceId>
      <ServiceName>sample string 2</ServiceName>
    </ServiceFeedbackEntity>
    <ServiceFeedbackEntity>
      <BillItemId>1</BillItemId>
      <Questions>
        <FeedbackQuestionEntity>
          <Active>true</Active>
          <AnswerOptions>sample string 5</AnswerOptions>
          <AnswerType>sample string 4</AnswerType>
          <CreatedTime>2025-12-31T16:42:07.563928+05:30</CreatedTime>
          <CustomerFeedback>sample string 9</CustomerFeedback>
          <Question>sample string 2</Question>
          <QuestionFor>64</QuestionFor>
          <QuestionId>1</QuestionId>
          <QuestionType>64</QuestionType>
          <UpdatedTime>2025-12-31T16:42:07.563928+05:30</UpdatedTime>
          <VendorId>8</VendorId>
        </FeedbackQuestionEntity>
        <FeedbackQuestionEntity>
          <Active>true</Active>
          <AnswerOptions>sample string 5</AnswerOptions>
          <AnswerType>sample string 4</AnswerType>
          <CreatedTime>2025-12-31T16:42:07.563928+05:30</CreatedTime>
          <CustomerFeedback>sample string 9</CustomerFeedback>
          <Question>sample string 2</Question>
          <QuestionFor>64</QuestionFor>
          <QuestionId>1</QuestionId>
          <QuestionType>64</QuestionType>
          <UpdatedTime>2025-12-31T16:42:07.563928+05:30</UpdatedTime>
          <VendorId>8</VendorId>
        </FeedbackQuestionEntity>
      </Questions>
      <ServiceId>1</ServiceId>
      <ServiceName>sample string 2</ServiceName>
    </ServiceFeedbackEntity>
  </Questions>
</CustomerFeedbackFormEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.