How Can We Help?
< All Topics
Print

Order Invoice Number Transaction

The Order Invoice Number is used to get an Invoice Number using the Order Number.

Request JSON Example (Version 3.0)

The following is an example of the JSON string that will be posted

{
   "order_invoice_number": {
      "version": "3.0",
      "integration_type": "FLK",
      "member_id": "###",
      "account_id": "######",
      "location_id": "STN",
      "order_number": "JTest16"
   }
}

Response JSON Example (Version 3.0)

The following is an example of the JSON string to be returned

{
   "order_invoice_number_response": {
      "version": "3.0",
      "integration_type": "FLK",
      "member_id": "###",
      "account_id": "######",
      "status": "success",
      "error_description": "",
      "order_number": "JTest16",
      "invoice_status": "complete",
      "invoice_number": "012-109927"
   }
}
Table of Contents