This web service updates the payment status of a certain invoice.
Request
The service request contains:
UpdateInvoicePaymentStatusRequest | ||||
---|---|---|---|---|
Name | Data Type | Required? | Default Value | Discussion |
InvoiceNumber | string(20) | yes | Number of the invoice to be modified | |
PaidFlag | boolean | yes | True to mark invoice as paid, false to make it not paid | |
PaymentComment | string(1000) | no | Only specify if marking invoice paid | |
InvoiceTimestamp | string | no | Can optionally be specified for optimistic locking |
Response
The following data is returned:
UpdateInvoicePaymentStatusResponse | ||
---|---|---|
Name | Data Type | Discussion |
InvoiceTimestamp | string | Invoice optimistic locking timestamp |