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": "173c8c96-8e98-45cc-a927-ec955eb5385f",
  "TransactionDate": "04/03/2025",
  "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>173c8c96-8e98-45cc-a927-ec955eb5385f</AccountId>
  <Filed>true</Filed>
  <TransactionDate>2025-04-03T05:00:47.8941175-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": "d49d5fbb-de55-4b4f-be5f-982c3e9da7e3",
  "TransactionDate": "04/03/2025",
  "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>d49d5fbb-de55-4b4f-be5f-982c3e9da7e3</AccountId>
  <Filed>true</Filed>
  <TransactionDate>2025-04-03T05:00:47.9097584-04:00</TransactionDate>
</FileDateCheckParam>