PUT /movements/{id}/otherPay
Creates other pay records tied to the movement record.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the movement record to which we're adding other pay records |
path
|
|
String
|
otherPay |
the RowDriverExtraPay object to be added to the movement |
body of type: application/xml application/json
|
|
RowDriverExtraPay
|
Result
Response
of type:
text/plain
a String indicating if the operation was successful
Try It Out
Request