SavePayment
Overview
Saves a Payment to the system. Either adding a new Payment, or updating an existing Payment.
Returns
No Overview Available.
Request
Name | Type | Description |
---|---|---|
payment | Payment | The Payment to save. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Boolean | Operation result. |