Original publication date: December 10, 2020
Question:
1. What are the definitions of these 2 parameters, {fromDate} and {toDate}?
2. We see 5 dates in the response body. What do they represent?
Answer:
1. The fromDate and toDate refer to createdAt. If you are looking for a particular resource ensure the query includes the date it was created. For example, if you originated a wire on Monday but it wasn’t completed until Thursday, and you wanted to search for that wire, the fromDate value needs to be the same or older than the createdAt value..
2. The descriptions of these attributes are:
postingDate | Date of the transaction. |
postedAt | Date and time transaction was actually executed. May be different than posting date in the event of system outage. |
executedAt | Date and time transaction was actually processed |
createdAt | Date a transaction was created. |
lastModifiedAt | Date a transaction was last modified. |