POST api/getNotificationReport

Request Information

URI Parameters

None.

Body Parameters

NotificationReport
NameDescriptionTypeAdditional information
COMPANY

string

None.

USER

string

None.

YEARCODE

string

None.

DOCNO

string

None.

DOCTYPE

string

None.

FROMDATE

date

None.

TODATE

date

None.

Request Formats

application/json, text/json

Sample:
{
  "COMPANY": "sample string 1",
  "USER": "sample string 2",
  "YEARCODE": "sample string 3",
  "DOCNO": "sample string 4",
  "DOCTYPE": "sample string 5",
  "FROMDATE": "2025-12-05T21:10:02.1839722-08:00",
  "TODATE": "2025-12-05T21:10:02.1839722-08:00"
}

application/xml, text/xml

Sample:
<NotificationReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BEAMS_DAL">
  <COMPANY>sample string 1</COMPANY>
  <DOCNO>sample string 4</DOCNO>
  <DOCTYPE>sample string 5</DOCTYPE>
  <FROMDATE>2025-12-05T21:10:02.1839722-08:00</FROMDATE>
  <TODATE>2025-12-05T21:10:02.1839722-08:00</TODATE>
  <USER>sample string 2</USER>
  <YEARCODE>sample string 3</YEARCODE>
</NotificationReport>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Dictionary of string [key] and Collection of Object [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "sample string 1": [
      {},
      {}
    ],
    "sample string 2": [
      {},
      {}
    ]
  },
  {
    "sample string 1": [
      {},
      {}
    ],
    "sample string 2": [
      {},
      {}
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>
    <KeyValueOfstringArrayOfanyTypety7Ep6D1>
      <Key>sample string 1</Key>
      <Value>
        <anyType />
        <anyType />
      </Value>
    </KeyValueOfstringArrayOfanyTypety7Ep6D1>
    <KeyValueOfstringArrayOfanyTypety7Ep6D1>
      <Key>sample string 2</Key>
      <Value>
        <anyType />
        <anyType />
      </Value>
    </KeyValueOfstringArrayOfanyTypety7Ep6D1>
  </ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>
  <ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>
    <KeyValueOfstringArrayOfanyTypety7Ep6D1>
      <Key>sample string 1</Key>
      <Value>
        <anyType />
        <anyType />
      </Value>
    </KeyValueOfstringArrayOfanyTypety7Ep6D1>
    <KeyValueOfstringArrayOfanyTypety7Ep6D1>
      <Key>sample string 2</Key>
      <Value>
        <anyType />
        <anyType />
      </Value>
    </KeyValueOfstringArrayOfanyTypety7Ep6D1>
  </ArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>
</ArrayOfArrayOfKeyValueOfstringArrayOfanyTypety7Ep6D1>