POST api/BEQuotation/GetQuotationReplyList

Request Information

URI Parameters

None.

Body Parameters

GetQuotationReplyListInput
NameDescriptionTypeAdditional information
Q_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Q_Id": 1
}

application/xml, text/xml

Sample:
<QuotationModel.GetQuotationReplyListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <Q_Id>1</Q_Id>
</QuotationModel.GetQuotationReplyListInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfListOfGetQuotationReplyListOutput
NameDescriptionTypeAdditional information
body

Collection of GetQuotationReplyListOutput

None.

isSuccess

boolean

None.

message

string

None.

code

string

None.

response

Enum

None.

exception

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<BaseModels.BaseResultOfArrayOfQuotationModel.GetQuotationReplyListOutputuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <QuotationModel.GetQuotationReplyListOutput>
      <QR_Id>1</QR_Id>
      <ReplyContent>sample string 2</ReplyContent>
      <ReplyDatetime>sample string 3</ReplyDatetime>
      <UserId>sample string 4</UserId>
      <UserName>sample string 5</UserName>
    </QuotationModel.GetQuotationReplyListOutput>
    <QuotationModel.GetQuotationReplyListOutput>
      <QR_Id>1</QR_Id>
      <ReplyContent>sample string 2</ReplyContent>
      <ReplyDatetime>sample string 3</ReplyDatetime>
      <UserId>sample string 4</UserId>
      <UserName>sample string 5</UserName>
    </QuotationModel.GetQuotationReplyListOutput>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfArrayOfQuotationModel.GetQuotationReplyListOutputuKWfnEcv>