PUT /wires
Creates a new unposted wire record.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
zmitWire |
whether we should send the driver a message that the wire was created |
query
|
false |
Boolean
|
wire |
a Wire object in xml format |
body of type: application/xml application/json
|
|
RowUnpostedWire
|
Result
Response
of type:
text/plain
a response containing a String message showing the success or failure of the wire creation
Try It Out
Request