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": "3d0a314b-7274-4b31-9433-4f07b4ee0b78",
"TransactionDate": "11/27/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>3d0a314b-7274-4b31-9433-4f07b4ee0b78</AccountId> <Filed>true</Filed> <TransactionDate>2025-11-27T23:26:28.7319779-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": "83a49eab-e380-4534-a2f4-e541f974911c",
"TransactionDate": "11/27/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>83a49eab-e380-4534-a2f4-e541f974911c</AccountId> <Filed>true</Filed> <TransactionDate>2025-11-27T23:26:28.7319779-05:00</TransactionDate> </FileDateCheckParam>