POST api/ARGetInvoiceItems

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "InvoiceId": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "InvoiceItems": [
    {
      "INVC_ID": 1,
      "INVC_ITEM_NUM": 2,
      "INVC_ITEM_QTY": 3.0,
      "INVC_ITEM_UNIT_PRICE": 4.0,
      "GST_APPLICABLE_CODE": "sample string 5",
      "PST_APPLICABLE_CODE": "sample string 6",
      "PRODUCT_CODE": "sample string 7",
      "LINE_ID": 1,
      "INS_USER": "sample string 8",
      "INS_DATE": "2024-09-19T05:08:23.0888475-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T05:08:23.0888475-07:00",
      "AMOUNT": 12.0,
      "PRODUCT_DESC": "sample string 13",
      "CC1_CODE": "sample string 14",
      "CC2_CODE": "sample string 15",
      "CC3_CODE": "sample string 16",
      "GL_ACCOUNT_CODE": "sample string 17",
      "GL_ACCOUNT_NAME": "sample string 18",
      "HAS_NOTES": true
    },
    {
      "INVC_ID": 1,
      "INVC_ITEM_NUM": 2,
      "INVC_ITEM_QTY": 3.0,
      "INVC_ITEM_UNIT_PRICE": 4.0,
      "GST_APPLICABLE_CODE": "sample string 5",
      "PST_APPLICABLE_CODE": "sample string 6",
      "PRODUCT_CODE": "sample string 7",
      "LINE_ID": 1,
      "INS_USER": "sample string 8",
      "INS_DATE": "2024-09-19T05:08:23.0888475-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T05:08:23.0888475-07:00",
      "AMOUNT": 12.0,
      "PRODUCT_DESC": "sample string 13",
      "CC1_CODE": "sample string 14",
      "CC2_CODE": "sample string 15",
      "CC3_CODE": "sample string 16",
      "GL_ACCOUNT_CODE": "sample string 17",
      "GL_ACCOUNT_NAME": "sample string 18",
      "HAS_NOTES": true
    },
    {
      "INVC_ID": 1,
      "INVC_ITEM_NUM": 2,
      "INVC_ITEM_QTY": 3.0,
      "INVC_ITEM_UNIT_PRICE": 4.0,
      "GST_APPLICABLE_CODE": "sample string 5",
      "PST_APPLICABLE_CODE": "sample string 6",
      "PRODUCT_CODE": "sample string 7",
      "LINE_ID": 1,
      "INS_USER": "sample string 8",
      "INS_DATE": "2024-09-19T05:08:23.0888475-07:00",
      "UPD_USER": "sample string 10",
      "UPD_DATE": "2024-09-19T05:08:23.0888475-07:00",
      "AMOUNT": 12.0,
      "PRODUCT_DESC": "sample string 13",
      "CC1_CODE": "sample string 14",
      "CC2_CODE": "sample string 15",
      "CC3_CODE": "sample string 16",
      "GL_ACCOUNT_CODE": "sample string 17",
      "GL_ACCOUNT_NAME": "sample string 18",
      "HAS_NOTES": true
    }
  ]
}