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": "c4f0ed7f-5892-4c04-bd74-366fdfc398f6",
  "TransactionDate": "10/16/2024",
  "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>c4f0ed7f-5892-4c04-bd74-366fdfc398f6</AccountId>
  <Filed>true</Filed>
  <TransactionDate>2024-10-16T12:23:47.0652096-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": "44714ca9-2e6d-4380-881c-9158ea71c6f8",
  "TransactionDate": "10/16/2024",
  "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>44714ca9-2e6d-4380-881c-9158ea71c6f8</AccountId>
  <Filed>true</Filed>
  <TransactionDate>2024-10-16T12:23:47.0652096-04:00</TransactionDate>
</FileDateCheckParam>