Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

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

  • No labels