updateStatusLogOfInvoiceByHash
This function is used to update the status log of an invoice by hash.
The hash is a unique identifier for the invoice. It is generated when the invoice is created and is used to identify the invoice.
An example can be found here Update Status Log Of Invoice By Hash example
Request
Data
Parameter | Required | Type | Description |
---|---|---|---|
hash | true | string | The hash of the invoice. |
body | true | object | The body of the request. |
Body
Property | Required | Type | Description |
---|---|---|---|
text | true | string | The text to be added to the status log of the invoice. |
You can set placeholders in the text, for example %(key)
, which will be replaced with the value of the key in the body object.
Function
Property | Required | Type | Description |
---|---|---|---|
function | true | string | The function name to be used, for this page it’s updateStatusLogOfInvoiceByHash |
Response
Property | Type | Description |
---|---|---|
result | string | The result of this call. Currently this function returns "OK" |