XeroAPI / Xero-OpenAPI

An OpenAPI description of the Xero API
https://developer.xero.com
MIT License
99 stars 123 forks source link

Date format is invalid #633

Open QuentinLemCode opened 2 hours ago

QuentinLemCode commented 2 hours ago

Hello,

The date format used in Payment object is invalid :

The OpenAPI definition defines this :

        Date:
          description: Date the payment is being made (YYYY-MM-DD) e.g. 2009-09-06
          type: string
          x-is-msdate: true

Here is what an API call gave me today :

{
  "date": "2024-09-24T00:00:00.000Z"
 }

Can you fix your backend to send plain date type or fix your OpenAPI schema please ?

github-actions[bot] commented 2 hours ago

PETOSS-599

github-actions[bot] commented 2 hours ago

Thanks for raising an issue, a ticket has been created to track your request