POST {version}/FilingDateCheck
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
FileDateCheckParam| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| TransactionDate | date |
None. |
|
| Filed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": "0d8846f2-de48-4578-a690-c35defaddd3d",
"TransactionDate": "01/27/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>0d8846f2-de48-4578-a690-c35defaddd3d</AccountId> <Filed>true</Filed> <TransactionDate>2026-01-27T02:33:45.7030843-05:00</TransactionDate> </FileDateCheckParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FileDateCheckParam| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| TransactionDate | date |
None. |
|
| Filed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"AccountId": "87dd24d5-93f4-4c4f-9581-2cdebf37b2c0",
"TransactionDate": "01/27/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>87dd24d5-93f4-4c4f-9581-2cdebf37b2c0</AccountId> <Filed>true</Filed> <TransactionDate>2026-01-27T02:33:45.7504186-05:00</TransactionDate> </FileDateCheckParam>