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 6 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

int

yes



PaidFlag

string(1)

yes



PaymentComment

string(50)

no



InvoiceTimestamp

string(50)

no



Response


The following data is returned: 

UpdateInvoicePaymentStatusResponse

Name

Data Type

Discussion

UpdateStatus

int

1 if transaction found and updated, 0 if not found, -1 if unsuccessful

  • No labels