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 |