PUT /ediOrder/{id}/reply/submit
Replies to a specific RowEdiOrder, as determined by the ID, with the specified action, reason code, and remark.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the RowEdiOrder for which the reply is being submitted |
path
|
|
String
|
action |
the reply action specified by the user |
query
|
|
String
|
reason |
the reason code specified by the user |
query
|
|
String
|
remark |
the remark supplied by the user |
query
|
|
String
|
Result
Response
of type:
text/plain
response object with Success or Failure status and status string to display to the user
Try It Out
Request