PUT /deductions/create
Creates a new drs_pending_deduct record for the given data.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
deduction |
|
body of type: application/xml application/json
|
|
RowDrsPendingDeduct
|
Result
RowDrsPendingDeduct
of type:
application/xml
application/json
returns the created deduction record
Child Elements:
RowMovement
This element represent the movement associated with the pending deduction.
The element contains a __name
attribute with the value movement
.
RowOrders
This element represent the order associated with the pending deduction.
The element contains a __name
attribute with the value order
.
RowPayee
This element represent the payee associated with the pending deduction.
The element contains a __name
attribute with the value payee
.
RowDrsPayee
This element represent the drs_payee associated with the pending deduction.
The element contains a __name
attribute with the value drs_payee
.
Try It Out
Request