POST {version}/FilingDateCheck
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
FileDateCheckParamName | Description | Type | Additional information |
---|---|---|---|
AccountId | globally unique identifier |
None. |
|
TransactionDate | date |
None. |
|
Filed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountId": "79df3b34-1b41-410d-a9b6-eeae812a60fc", "TransactionDate": "09/02/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>79df3b34-1b41-410d-a9b6-eeae812a60fc</AccountId> <Filed>true</Filed> <TransactionDate>2025-09-02T05:15:41.7425862-04:00</TransactionDate> </FileDateCheckParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FileDateCheckParamName | Description | Type | Additional information |
---|---|---|---|
AccountId | globally unique identifier |
None. |
|
TransactionDate | date |
None. |
|
Filed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "AccountId": "865947c4-7c62-489e-a40f-cf9678669242", "TransactionDate": "09/02/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>865947c4-7c62-489e-a40f-cf9678669242</AccountId> <Filed>true</Filed> <TransactionDate>2025-09-02T05:15:41.7425862-04:00</TransactionDate> </FileDateCheckParam>