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": "9eedf5ef-1517-4a11-919e-276e00ebc7e4", "TransactionDate": "07/09/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>9eedf5ef-1517-4a11-919e-276e00ebc7e4</AccountId> <Filed>true</Filed> <TransactionDate>2025-07-09T06:29:02.2568246-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": "7f5a3ab8-5799-4424-b627-1ab391fee8de", "TransactionDate": "07/09/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>7f5a3ab8-5799-4424-b627-1ab391fee8de</AccountId> <Filed>true</Filed> <TransactionDate>2025-07-09T06:29:02.444343-04:00</TransactionDate> </FileDateCheckParam>