POST api/FactoryOrder/{cultureName}/{category}/{collection}?offerId={offerId}&comment={comment}&uName={uName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
offerId

string

Required

comment

string

Required

uName

string

Required

cultureName

string

None.

category

string

None.

collection

string

None.

Body Parameters

None.

Response Information

Resource Description

FactoryCommentList
NameDescriptionTypeAdditional information
commentId

string

None.

offerId

string

None.

comment

string

None.

commentDate

string

None.

sentValue

string

None.

convertValue

string

None.

status

string

None.

errorText

string

None.

Response Formats

application/json, text/json

Sample:
{
  "commentId": "sample string 1",
  "offerId": "sample string 2",
  "comment": "sample string 3",
  "commentDate": "sample string 4",
  "sentValue": "sample string 5",
  "convertValue": "sample string 6",
  "status": "sample string 7",
  "errorText": "sample string 8"
}

text/xml

Sample:
<FactoryCommentList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StenskivorAPP.Models">
  <comment>sample string 3</comment>
  <commentDate>sample string 4</commentDate>
  <commentId>sample string 1</commentId>
  <convertValue>sample string 6</convertValue>
  <errorText>sample string 8</errorText>
  <offerId>sample string 2</offerId>
  <sentValue>sample string 5</sentValue>
  <status>sample string 7</status>
</FactoryCommentList>