API explorer

Theme switcher

Resume Order

Body Parameters

billinkIDstring Required

The ID linked to the Billink account.

billinkUsernamestring Required

The username associated with the billing account.

invoiceNumberstring Required

The unique number assigned to the invoice.

workflowNumberstring Required

The number representing the workflow of the order.

Response

200
Object

Response Attributes

codestring

Result code; 200 on success.

descriptionstring

Human-readable result, e.g. "Order successfully resumed".

resultstring

MSG on success, ERROR on failure.

400
Object

Response Attributes

messagestring

A message providing additional information about the response.

statusstring

The current status of the order.

402
Object

Errors return result "ERROR" with a numeric code: 101 = unknown client credentials, 401 = missing invoiceNumber or workflowNumber, 402 = unknown invoice or workflow number.

Response Attributes

resultstring

"ERROR" on failure.

codestring

Numeric error code (101 / 401 / 402).

descriptionstring

Human-readable error message.

Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?