POST api/FactoryOrder?offerId={offerId}&comment={comment}&uName={uName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| offerId | string |
Required |
|
| comment | string |
Required |
|
| uName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FactoryCommentList| Name | Description | Type | Additional 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>