POST api/v1/ProjectEvaluationFeedback/Submit

Request Information

URI Parameters

None.

Body Parameters

ProjectEvaluationSelfgradeFeedbackSubmitModel
NameDescriptionTypeAdditional information
Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1"
}

application/xml, text/xml

Sample:
<ProjectEvaluationSelfgradeFeedbackSubmitModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <Id>sample string 1</Id>
</ProjectEvaluationSelfgradeFeedbackSubmitModel>

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 'ProjectEvaluationSelfgradeFeedbackSubmitModel'.

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>