Add new order history event
Add new order history event
Authorizations:Token
Request Body Schema:
OrderHistoryEvents object that needs to be added | event_id | integerOrder history event unique id |
| date | integerEvent creation timestamp |
| code | stringCode of event |
| description | stringHuman-readable description of event |
| data | ArrayData for human-readable description |
| comment | stringEvent comment |
| details | ArrayEvent details |
| order | |
| author | |
| authorName | stringAuthor name |
| authorIp | stringAuthor IP |
Responses
200Success
Response schema:
Success | event_id | integerOrder history event unique id |
| date | integerEvent creation timestamp |
| code | stringCode of event |
| description | stringHuman-readable description of event |
| data | ArrayData for human-readable description |
| comment | stringEvent comment |
| details | ArrayEvent details |
| order | |
| author | |
| authorName | stringAuthor name |
| authorIp | stringAuthor IP |