POST {version}/FilingDateCheck

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

FileDateCheckParam
NameDescriptionTypeAdditional information
AccountId

globally unique identifier

None.

TransactionDate

date

None.

Filed

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": "357908c2-1a1b-4a31-a8b8-7421ae809a98",
  "TransactionDate": "03/15/2026",
  "Filed": true
}

application/xml, text/xml

Sample:
<FileDateCheckParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
  <AccountId>357908c2-1a1b-4a31-a8b8-7421ae809a98</AccountId>
  <Filed>true</Filed>
  <TransactionDate>2026-03-15T15:00:33.2518704-04:00</TransactionDate>
</FileDateCheckParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FileDateCheckParam
NameDescriptionTypeAdditional information
AccountId

globally unique identifier

None.

TransactionDate

date

None.

Filed

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "AccountId": "2a5e4c36-7741-4f79-b1e5-5967d170533c",
  "TransactionDate": "03/15/2026",
  "Filed": true
}

application/xml, text/xml

Sample:
<FileDateCheckParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model">
  <AccountId>2a5e4c36-7741-4f79-b1e5-5967d170533c</AccountId>
  <Filed>true</Filed>
  <TransactionDate>2026-03-15T15:00:33.2674878-04:00</TransactionDate>
</FileDateCheckParam>