POST api/ARGetInvoiceDetails

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:
{
  "InvoiceDetails": {
    "INVC_ID": 1,
    "PAY_OR_REC_CODE": "sample string 2",
    "VOUCHER_ID": 3,
    "INVC_NUM": "sample string 4",
    "INVC_DATE": "2024-09-19T05:07:45.5355797-07:00",
    "INVC_DUE_DATE": "2024-09-19T05:07:45.5355797-07:00",
    "INVC_STATUS_CODE": "sample string 7",
    "INVC_AMT": 8.0,
    "INVC_GST_AMT": 9.0,
    "INVC_PST_AMT": 10.0,
    "SEPARATE_CHQ_FLAG": "sample string 11",
    "RELEASED_AMT": 12.0,
    "RECEIVED_DATE": "2024-09-19T05:07:45.5355797-07:00",
    "EXPENSE_RECORD_FLAG": "sample string 14",
    "INVC_PRIORITY_CODE": "sample string 15",
    "DISC_AMT": 16.0,
    "DISC_DATE": "2024-09-19T05:07:45.5355797-07:00",
    "DISC_CODE": "sample string 17",
    "INVC_HOLD_DATE": "2024-09-19T05:07:45.5355797-07:00",
    "CONTRACT_REF": "sample string 18",
    "PO_NUMBER": "sample string 19",
    "SUPP_ACCT_NUM": "sample string 20",
    "BANK_ACCT_CODE": "sample string 21",
    "CUST_ACCT_NUM": "sample string 22",
    "INVOICE_TYPE": "sample string 23",
    "SALESMAN_CODE": "sample string 24",
    "ORIGINAL_INVC_ID": 1,
    "INVC_CHQ_NOTE": "sample string 25",
    "INVC_DESC": "sample string 26",
    "INS_USER": "sample string 27",
    "INS_DATE": "2024-09-19T05:07:45.5355797-07:00",
    "UPD_USER": "sample string 29",
    "UPD_DATE": "2024-09-19T05:07:45.5355797-07:00",
    "DISCOUNT_PCT": 31.0,
    "FISCAL_YEAR_PERIOD": "sample string 32",
    "PROP_FOLIO_NUMBER": "sample string 33",
    "VOUCHER_STATUS": "sample string 34",
    "CustomFieldList": [
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      }
    ]
  }
}