POST api/PostComments
Request Information
URI Parameters
None.
Body Parameters
CommentName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
SalesOrderLineId | string |
String length: inclusive between 0 and 50 |
|
Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "salesOrderLineId": "sample string 2", "comments": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CommentName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
SalesOrderLineId | string |
String length: inclusive between 0 and 50 |
|
Comments | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "salesOrderLineId": "sample string 2", "comments": "sample string 3" }