POST api/v1/ProjectEvaluationFeedback/Add

Request Information

URI Parameters

None.

Body Parameters

ProjectEvaluationSelfgradeFeedbackModel
NameDescriptionTypeAdditional information
Id

string

None.

ProjectId

string

None.

ProjectName

string

None.

AssignToId

string

None.

AssignToId_Name

string

None.

SelfgradeId

string

None.

SelfgradeId_CreatedDate

decimal number

None.

CreatedDate

decimal number

None.

FeedbackById

string

None.

FeedbackById_Name

string

None.

Note

string

None.

IsCompleted

boolean

None.

Questions

Collection of ProjectEvaluationSelfgradeDetail2Model

None.

CanSubmit

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ProjectId": "sample string 2",
  "ProjectName": "sample string 3",
  "AssignToId": "sample string 4",
  "AssignToId_Name": "sample string 5",
  "SelfgradeId": "sample string 6",
  "SelfgradeId_CreatedDate": 1.1,
  "CreatedDate": 1.1,
  "FeedbackById": "sample string 7",
  "FeedbackById_Name": "sample string 8",
  "Note": "sample string 9",
  "IsCompleted": true,
  "Questions": [
    {
      "Id": "sample string 1",
      "OrderNo": 2,
      "QuestionId": "sample string 3",
      "QuestionDescription": "sample string 4",
      "QuestionAnswer": "sample string 5",
      "Feedbacks": [
        {
          "Id": "sample string 1",
          "SelfgradeFeedbackId": "sample string 2",
          "SelfgradeDetailId": "sample string 3",
          "QuestionFeedbackId": "sample string 4",
          "QuestionFeedbackDescription": "sample string 5",
          "QuestionFeedbackAnswer": "sample string 6",
          "QuestionFeedbackPoint": 1.0,
          "QuestionFeedbackType": "sample string 7",
          "Note": "sample string 8"
        },
        {
          "Id": "sample string 1",
          "SelfgradeFeedbackId": "sample string 2",
          "SelfgradeDetailId": "sample string 3",
          "QuestionFeedbackId": "sample string 4",
          "QuestionFeedbackDescription": "sample string 5",
          "QuestionFeedbackAnswer": "sample string 6",
          "QuestionFeedbackPoint": 1.0,
          "QuestionFeedbackType": "sample string 7",
          "Note": "sample string 8"
        }
      ]
    },
    {
      "Id": "sample string 1",
      "OrderNo": 2,
      "QuestionId": "sample string 3",
      "QuestionDescription": "sample string 4",
      "QuestionAnswer": "sample string 5",
      "Feedbacks": [
        {
          "Id": "sample string 1",
          "SelfgradeFeedbackId": "sample string 2",
          "SelfgradeDetailId": "sample string 3",
          "QuestionFeedbackId": "sample string 4",
          "QuestionFeedbackDescription": "sample string 5",
          "QuestionFeedbackAnswer": "sample string 6",
          "QuestionFeedbackPoint": 1.0,
          "QuestionFeedbackType": "sample string 7",
          "Note": "sample string 8"
        },
        {
          "Id": "sample string 1",
          "SelfgradeFeedbackId": "sample string 2",
          "SelfgradeDetailId": "sample string 3",
          "QuestionFeedbackId": "sample string 4",
          "QuestionFeedbackDescription": "sample string 5",
          "QuestionFeedbackAnswer": "sample string 6",
          "QuestionFeedbackPoint": 1.0,
          "QuestionFeedbackType": "sample string 7",
          "Note": "sample string 8"
        }
      ]
    }
  ],
  "CanSubmit": true
}

application/xml, text/xml

Sample:
<ProjectEvaluationSelfgradeFeedbackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <AssignToId>sample string 4</AssignToId>
  <AssignToId_Name>sample string 5</AssignToId_Name>
  <CanSubmit>true</CanSubmit>
  <CreatedDate>1.1</CreatedDate>
  <FeedbackById>sample string 7</FeedbackById>
  <FeedbackById_Name>sample string 8</FeedbackById_Name>
  <Id>sample string 1</Id>
  <IsCompleted>true</IsCompleted>
  <Note>sample string 9</Note>
  <ProjectId>sample string 2</ProjectId>
  <ProjectName>sample string 3</ProjectName>
  <Questions>
    <ProjectEvaluationSelfgradeDetail2Model>
      <Feedbacks>
        <ProjectEvaluationSelfgradeFeedbackDetailModel>
          <Id>sample string 1</Id>
          <Note>sample string 8</Note>
          <QuestionFeedbackAnswer>sample string 6</QuestionFeedbackAnswer>
          <QuestionFeedbackDescription>sample string 5</QuestionFeedbackDescription>
          <QuestionFeedbackId>sample string 4</QuestionFeedbackId>
          <QuestionFeedbackPoint>1</QuestionFeedbackPoint>
          <QuestionFeedbackType>sample string 7</QuestionFeedbackType>
          <SelfgradeDetailId>sample string 3</SelfgradeDetailId>
          <SelfgradeFeedbackId>sample string 2</SelfgradeFeedbackId>
        </ProjectEvaluationSelfgradeFeedbackDetailModel>
        <ProjectEvaluationSelfgradeFeedbackDetailModel>
          <Id>sample string 1</Id>
          <Note>sample string 8</Note>
          <QuestionFeedbackAnswer>sample string 6</QuestionFeedbackAnswer>
          <QuestionFeedbackDescription>sample string 5</QuestionFeedbackDescription>
          <QuestionFeedbackId>sample string 4</QuestionFeedbackId>
          <QuestionFeedbackPoint>1</QuestionFeedbackPoint>
          <QuestionFeedbackType>sample string 7</QuestionFeedbackType>
          <SelfgradeDetailId>sample string 3</SelfgradeDetailId>
          <SelfgradeFeedbackId>sample string 2</SelfgradeFeedbackId>
        </ProjectEvaluationSelfgradeFeedbackDetailModel>
      </Feedbacks>
      <Id>sample string 1</Id>
      <OrderNo>2</OrderNo>
      <QuestionAnswer>sample string 5</QuestionAnswer>
      <QuestionDescription>sample string 4</QuestionDescription>
      <QuestionId>sample string 3</QuestionId>
    </ProjectEvaluationSelfgradeDetail2Model>
    <ProjectEvaluationSelfgradeDetail2Model>
      <Feedbacks>
        <ProjectEvaluationSelfgradeFeedbackDetailModel>
          <Id>sample string 1</Id>
          <Note>sample string 8</Note>
          <QuestionFeedbackAnswer>sample string 6</QuestionFeedbackAnswer>
          <QuestionFeedbackDescription>sample string 5</QuestionFeedbackDescription>
          <QuestionFeedbackId>sample string 4</QuestionFeedbackId>
          <QuestionFeedbackPoint>1</QuestionFeedbackPoint>
          <QuestionFeedbackType>sample string 7</QuestionFeedbackType>
          <SelfgradeDetailId>sample string 3</SelfgradeDetailId>
          <SelfgradeFeedbackId>sample string 2</SelfgradeFeedbackId>
        </ProjectEvaluationSelfgradeFeedbackDetailModel>
        <ProjectEvaluationSelfgradeFeedbackDetailModel>
          <Id>sample string 1</Id>
          <Note>sample string 8</Note>
          <QuestionFeedbackAnswer>sample string 6</QuestionFeedbackAnswer>
          <QuestionFeedbackDescription>sample string 5</QuestionFeedbackDescription>
          <QuestionFeedbackId>sample string 4</QuestionFeedbackId>
          <QuestionFeedbackPoint>1</QuestionFeedbackPoint>
          <QuestionFeedbackType>sample string 7</QuestionFeedbackType>
          <SelfgradeDetailId>sample string 3</SelfgradeDetailId>
          <SelfgradeFeedbackId>sample string 2</SelfgradeFeedbackId>
        </ProjectEvaluationSelfgradeFeedbackDetailModel>
      </Feedbacks>
      <Id>sample string 1</Id>
      <OrderNo>2</OrderNo>
      <QuestionAnswer>sample string 5</QuestionAnswer>
      <QuestionDescription>sample string 4</QuestionDescription>
      <QuestionId>sample string 3</QuestionId>
    </ProjectEvaluationSelfgradeDetail2Model>
  </Questions>
  <SelfgradeId>sample string 6</SelfgradeId>
  <SelfgradeId_CreatedDate>1.1</SelfgradeId_CreatedDate>
</ProjectEvaluationSelfgradeFeedbackModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProjectEvaluationSelfgradeFeedbackModel'.

Response Information

Resource Description

EzyResultObjectOfProjectEvaluationSelfgradeFeedbackModel
NameDescriptionTypeAdditional information
Data

ProjectEvaluationSelfgradeFeedbackModel

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Id": "sample string 1",
    "ProjectId": "sample string 2",
    "ProjectName": "sample string 3",
    "AssignToId": "sample string 4",
    "AssignToId_Name": "sample string 5",
    "SelfgradeId": "sample string 6",
    "SelfgradeId_CreatedDate": 1.1,
    "CreatedDate": 1.1,
    "FeedbackById": "sample string 7",
    "FeedbackById_Name": "sample string 8",
    "Note": "sample string 9",
    "IsCompleted": true,
    "Questions": [
      {
        "Id": "sample string 1",
        "OrderNo": 2,
        "QuestionId": "sample string 3",
        "QuestionDescription": "sample string 4",
        "QuestionAnswer": "sample string 5",
        "Feedbacks": [
          {
            "Id": "sample string 1",
            "SelfgradeFeedbackId": "sample string 2",
            "SelfgradeDetailId": "sample string 3",
            "QuestionFeedbackId": "sample string 4",
            "QuestionFeedbackDescription": "sample string 5",
            "QuestionFeedbackAnswer": "sample string 6",
            "QuestionFeedbackPoint": 1.0,
            "QuestionFeedbackType": "sample string 7",
            "Note": "sample string 8"
          },
          {
            "Id": "sample string 1",
            "SelfgradeFeedbackId": "sample string 2",
            "SelfgradeDetailId": "sample string 3",
            "QuestionFeedbackId": "sample string 4",
            "QuestionFeedbackDescription": "sample string 5",
            "QuestionFeedbackAnswer": "sample string 6",
            "QuestionFeedbackPoint": 1.0,
            "QuestionFeedbackType": "sample string 7",
            "Note": "sample string 8"
          }
        ]
      },
      {
        "Id": "sample string 1",
        "OrderNo": 2,
        "QuestionId": "sample string 3",
        "QuestionDescription": "sample string 4",
        "QuestionAnswer": "sample string 5",
        "Feedbacks": [
          {
            "Id": "sample string 1",
            "SelfgradeFeedbackId": "sample string 2",
            "SelfgradeDetailId": "sample string 3",
            "QuestionFeedbackId": "sample string 4",
            "QuestionFeedbackDescription": "sample string 5",
            "QuestionFeedbackAnswer": "sample string 6",
            "QuestionFeedbackPoint": 1.0,
            "QuestionFeedbackType": "sample string 7",
            "Note": "sample string 8"
          },
          {
            "Id": "sample string 1",
            "SelfgradeFeedbackId": "sample string 2",
            "SelfgradeDetailId": "sample string 3",
            "QuestionFeedbackId": "sample string 4",
            "QuestionFeedbackDescription": "sample string 5",
            "QuestionFeedbackAnswer": "sample string 6",
            "QuestionFeedbackPoint": 1.0,
            "QuestionFeedbackType": "sample string 7",
            "Note": "sample string 8"
          }
        ]
      }
    ],
    "CanSubmit": true
  },
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfProjectEvaluationSelfgradeFeedbackModel3BwjWE5f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
    <d2p1:AssignToId>sample string 4</d2p1:AssignToId>
    <d2p1:AssignToId_Name>sample string 5</d2p1:AssignToId_Name>
    <d2p1:CanSubmit>true</d2p1:CanSubmit>
    <d2p1:CreatedDate>1.1</d2p1:CreatedDate>
    <d2p1:FeedbackById>sample string 7</d2p1:FeedbackById>
    <d2p1:FeedbackById_Name>sample string 8</d2p1:FeedbackById_Name>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:IsCompleted>true</d2p1:IsCompleted>
    <d2p1:Note>sample string 9</d2p1:Note>
    <d2p1:ProjectId>sample string 2</d2p1:ProjectId>
    <d2p1:ProjectName>sample string 3</d2p1:ProjectName>
    <d2p1:Questions>
      <d2p1:ProjectEvaluationSelfgradeDetail2Model>
        <d2p1:Feedbacks>
          <d2p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            <d2p1:Id>sample string 1</d2p1:Id>
            <d2p1:Note>sample string 8</d2p1:Note>
            <d2p1:QuestionFeedbackAnswer>sample string 6</d2p1:QuestionFeedbackAnswer>
            <d2p1:QuestionFeedbackDescription>sample string 5</d2p1:QuestionFeedbackDescription>
            <d2p1:QuestionFeedbackId>sample string 4</d2p1:QuestionFeedbackId>
            <d2p1:QuestionFeedbackPoint>1</d2p1:QuestionFeedbackPoint>
            <d2p1:QuestionFeedbackType>sample string 7</d2p1:QuestionFeedbackType>
            <d2p1:SelfgradeDetailId>sample string 3</d2p1:SelfgradeDetailId>
            <d2p1:SelfgradeFeedbackId>sample string 2</d2p1:SelfgradeFeedbackId>
          </d2p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
          <d2p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            <d2p1:Id>sample string 1</d2p1:Id>
            <d2p1:Note>sample string 8</d2p1:Note>
            <d2p1:QuestionFeedbackAnswer>sample string 6</d2p1:QuestionFeedbackAnswer>
            <d2p1:QuestionFeedbackDescription>sample string 5</d2p1:QuestionFeedbackDescription>
            <d2p1:QuestionFeedbackId>sample string 4</d2p1:QuestionFeedbackId>
            <d2p1:QuestionFeedbackPoint>1</d2p1:QuestionFeedbackPoint>
            <d2p1:QuestionFeedbackType>sample string 7</d2p1:QuestionFeedbackType>
            <d2p1:SelfgradeDetailId>sample string 3</d2p1:SelfgradeDetailId>
            <d2p1:SelfgradeFeedbackId>sample string 2</d2p1:SelfgradeFeedbackId>
          </d2p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
        </d2p1:Feedbacks>
        <d2p1:Id>sample string 1</d2p1:Id>
        <d2p1:OrderNo>2</d2p1:OrderNo>
        <d2p1:QuestionAnswer>sample string 5</d2p1:QuestionAnswer>
        <d2p1:QuestionDescription>sample string 4</d2p1:QuestionDescription>
        <d2p1:QuestionId>sample string 3</d2p1:QuestionId>
      </d2p1:ProjectEvaluationSelfgradeDetail2Model>
      <d2p1:ProjectEvaluationSelfgradeDetail2Model>
        <d2p1:Feedbacks>
          <d2p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            <d2p1:Id>sample string 1</d2p1:Id>
            <d2p1:Note>sample string 8</d2p1:Note>
            <d2p1:QuestionFeedbackAnswer>sample string 6</d2p1:QuestionFeedbackAnswer>
            <d2p1:QuestionFeedbackDescription>sample string 5</d2p1:QuestionFeedbackDescription>
            <d2p1:QuestionFeedbackId>sample string 4</d2p1:QuestionFeedbackId>
            <d2p1:QuestionFeedbackPoint>1</d2p1:QuestionFeedbackPoint>
            <d2p1:QuestionFeedbackType>sample string 7</d2p1:QuestionFeedbackType>
            <d2p1:SelfgradeDetailId>sample string 3</d2p1:SelfgradeDetailId>
            <d2p1:SelfgradeFeedbackId>sample string 2</d2p1:SelfgradeFeedbackId>
          </d2p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
          <d2p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
            <d2p1:Id>sample string 1</d2p1:Id>
            <d2p1:Note>sample string 8</d2p1:Note>
            <d2p1:QuestionFeedbackAnswer>sample string 6</d2p1:QuestionFeedbackAnswer>
            <d2p1:QuestionFeedbackDescription>sample string 5</d2p1:QuestionFeedbackDescription>
            <d2p1:QuestionFeedbackId>sample string 4</d2p1:QuestionFeedbackId>
            <d2p1:QuestionFeedbackPoint>1</d2p1:QuestionFeedbackPoint>
            <d2p1:QuestionFeedbackType>sample string 7</d2p1:QuestionFeedbackType>
            <d2p1:SelfgradeDetailId>sample string 3</d2p1:SelfgradeDetailId>
            <d2p1:SelfgradeFeedbackId>sample string 2</d2p1:SelfgradeFeedbackId>
          </d2p1:ProjectEvaluationSelfgradeFeedbackDetailModel>
        </d2p1:Feedbacks>
        <d2p1:Id>sample string 1</d2p1:Id>
        <d2p1:OrderNo>2</d2p1:OrderNo>
        <d2p1:QuestionAnswer>sample string 5</d2p1:QuestionAnswer>
        <d2p1:QuestionDescription>sample string 4</d2p1:QuestionDescription>
        <d2p1:QuestionId>sample string 3</d2p1:QuestionId>
      </d2p1:ProjectEvaluationSelfgradeDetail2Model>
    </d2p1:Questions>
    <d2p1:SelfgradeId>sample string 6</d2p1:SelfgradeId>
    <d2p1:SelfgradeId_CreatedDate>1.1</d2p1:SelfgradeId_CreatedDate>
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfProjectEvaluationSelfgradeFeedbackModel3BwjWE5f>