POST api/Orders/PostOrderNote
Request Information
URI Parameters
None.
Body Parameters
CreateOrderNoteDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
None. |
|
| Note | string |
Required String length: inclusive between 0 and 500 |
|
| PersonId | integer |
None. |
|
| noteTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": 1,
"Note": "sample string 2",
"PersonId": 3,
"noteTypeId": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.