Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 26 additions & 14 deletions static/oas/Codat-Accounting.json
Original file line number Diff line number Diff line change
Expand Up @@ -144011,8 +144011,8 @@
"title": "Date time",
"type": "string",
"examples": [
"2022-10-23T00:00:00.000Z",
"2022-10-23T00:00:00.000Z"
"2022-10-23T00:00:00Z",
"2022-10-23"
],
"description": "In Codat's data model, dates and times are represented using the <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"_blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\nWhen syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:\n\n- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time: `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\n> Time zones\n> \n> Not all dates from Codat will contain information about time zones. \n> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced."
},
Expand Down Expand Up @@ -148259,9 +148259,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/itemId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a credit note."
},
Expand All @@ -148286,9 +148289,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/itemId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for an item receipt."
},
Expand Down Expand Up @@ -148328,9 +148334,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/itemId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a purchase order."
},
Expand All @@ -148340,9 +148349,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/parameters/itemId/schema/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a sales order."
},
Expand Down
4 changes: 2 additions & 2 deletions static/oas/Codat-Assess.json
Original file line number Diff line number Diff line change
Expand Up @@ -4153,8 +4153,8 @@
"title": "Date time",
"type": "string",
"examples": [
"2022-10-23T00:00:00.000Z",
"2022-10-23T00:00:00.000Z"
"2022-10-23T00:00:00Z",
"2022-10-23"
],
"description": "In Codat's data model, dates and times are represented using the <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"_blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\nWhen syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:\n\n- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time: `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\n> Time zones\n> \n> Not all dates from Codat will contain information about time zones. \n> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced."
},
Expand Down
18 changes: 9 additions & 9 deletions static/oas/Codat-Bank-Feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@
"accountInfo": {
"description": "account description 1",
"nickname": "account 123",
"accountOpenDate": "2023-05-06T00:00:00.000Z",
"accountOpenDate": "2023-05-06",
"availableBalance": 10
},
"modifiedDate": "2024-08-02T00:00:00.000Z"
Expand Down Expand Up @@ -4781,7 +4781,7 @@
"accountNumber": "12345678",
"currency": "GBP",
"balance": 99.99,
"modifiedDate": "2023-01-09T14:14:14.105Z",
"modifiedDate": "2023-01-09T14:14:14.1057478Z",
"status": "pending"
}
}
Expand Down Expand Up @@ -4831,7 +4831,7 @@
"accountNumber": "12345678",
"currency": "GBP",
"balance": 99.99,
"modifiedDate": "2023-01-09T14:14:14.105Z",
"modifiedDate": "2023-01-09T14:14:14.1057478Z",
"status": "pending"
}
}
Expand Down Expand Up @@ -6367,8 +6367,8 @@
"title": "Date time",
"type": "string",
"examples": [
"2022-10-23T00:00:00.000Z",
"2022-10-23T00:00:00.000Z"
"2022-10-23T00:00:00Z",
"2022-10-23"
],
"description": "In Codat's data model, dates and times are represented using the <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"_blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\nWhen syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:\n\n- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time: `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\n> Time zones\n> \n> Not all dates from Codat will contain information about time zones. \n> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced."
},
Expand Down Expand Up @@ -7372,12 +7372,12 @@
"accountInfo": {
"description": "account description 1",
"nickname": "account 123",
"accountOpenDate": "2023-05-06T00:00:00.000Z",
"accountOpenDate": "2023-05-06",
"availableBalance": 10
},
"modifiedDate": "2024-08-02T00:00:00.000Z",
"status": "pending",
"feedStartDate": "2024-05-01T00:00:00.000Z"
"feedStartDate": "2024-05-01"
},
{
"id": "acc-002",
Expand All @@ -7393,12 +7393,12 @@
"accountInfo": {
"description": "account description 2",
"nickname": "account 1290",
"accountOpenDate": "2023-05-23T00:00:00.000Z",
"accountOpenDate": "2023-05-23",
"availableBalance": 400
},
"modifiedDate": "2024-08-02T00:00:00.000Z",
"status": "pending",
"feedStartDate": "2024-05-01T00:00:00.000Z"
"feedStartDate": "2024-05-01"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions static/oas/Codat-Banking.json
Original file line number Diff line number Diff line change
Expand Up @@ -1460,8 +1460,8 @@
"title": "Date time",
"type": "string",
"examples": [
"2022-10-23T00:00:00.000Z",
"2022-10-23T00:00:00.000Z"
"2022-10-23T00:00:00Z",
"2022-10-23"
],
"description": "In Codat's data model, dates and times are represented using the <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"_blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\nWhen syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:\n\n- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time: `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\n> Time zones\n> \n> Not all dates from Codat will contain information about time zones. \n> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced."
},
Expand Down
13 changes: 8 additions & 5 deletions static/oas/Codat-Commerce.json
Original file line number Diff line number Diff line change
Expand Up @@ -7606,9 +7606,12 @@
"required": true,
"schema": {
"type": "string",
"examples": {
"$ref": "#/components/schemas/Order/allOf/0/properties/id/examples"
}
"examples": [
"13d946f0-c5d5-42bc-b092-97ece17923ab",
"9wg4lep4ush5cxs79pl8sozmsndbaukll3ind4g7buqbm1h2",
7110701885,
"EILBDVJVNUAGVKRQ"
]
},
"description": "Unique identifier for a tax component."
}
Expand Down Expand Up @@ -8076,8 +8079,8 @@
"title": "Date time",
"type": "string",
"examples": [
"2022-10-23T00:00:00.000Z",
"2022-10-23T00:00:00.000Z"
"2022-10-23T00:00:00Z",
"2022-10-23"
],
"description": "In Codat's data model, dates and times are represented using the <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"_blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\nWhen syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:\n\n- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time: `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\n> Time zones\n> \n> Not all dates from Codat will contain information about time zones. \n> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced."
},
Expand Down
4 changes: 2 additions & 2 deletions static/oas/Codat-Files.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@
"title": "Date time",
"type": "string",
"examples": [
"2022-10-23T00:00:00.000Z",
"2022-10-23T00:00:00.000Z"
"2022-10-23T00:00:00Z",
"2022-10-23"
],
"description": "In Codat's data model, dates and times are represented using the <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"_blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\nWhen syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:\n\n- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time: `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\n> Time zones\n> \n> Not all dates from Codat will contain information about time zones. \n> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced."
},
Expand Down
4 changes: 2 additions & 2 deletions static/oas/Codat-Intuit-IDX.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@
"title": "Date time",
"type": "string",
"examples": [
"2022-10-23T00:00:00.000Z",
"2022-10-23T00:00:00.000Z"
"2022-10-23T00:00:00Z",
"2022-10-23"
],
"description": "In Codat's data model, dates and times are represented using the <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"_blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\nWhen syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:\n\n- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time: `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\n> Time zones\n> \n> Not all dates from Codat will contain information about time zones. \n> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced."
},
Expand Down
14 changes: 7 additions & 7 deletions static/oas/Codat-Lending.json
Original file line number Diff line number Diff line change
Expand Up @@ -93520,7 +93520,7 @@
"accountInfo": {
"description": "account description 1",
"nickname": "account 123",
"accountOpenDate": "2023-05-06T00:00:00.000Z",
"accountOpenDate": "2023-05-06",
"availableBalance": 10
},
"modifiedDate": "2024-08-02T00:00:00.000Z"
Expand Down Expand Up @@ -119852,8 +119852,8 @@
"title": "Date time",
"type": "string",
"examples": [
"2022-10-23T00:00:00.000Z",
"2022-10-23T00:00:00.000Z"
"2022-10-23T00:00:00Z",
"2022-10-23"
],
"description": "In Codat's data model, dates and times are represented using the <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"_blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\nWhen syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:\n\n- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time: `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\n> Time zones\n> \n> Not all dates from Codat will contain information about time zones. \n> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced."
},
Expand Down Expand Up @@ -122238,12 +122238,12 @@
"accountInfo": {
"description": "account description 1",
"nickname": "account 123",
"accountOpenDate": "2023-05-06T00:00:00.000Z",
"accountOpenDate": "2023-05-06",
"availableBalance": 10
},
"modifiedDate": "2024-08-02T00:00:00.000Z",
"status": "pending",
"feedStartDate": "2024-05-01T00:00:00.000Z"
"feedStartDate": "2024-05-01"
},
{
"id": "acc-002",
Expand All @@ -122259,12 +122259,12 @@
"accountInfo": {
"description": "account description 2",
"nickname": "account 1290",
"accountOpenDate": "2023-05-23T00:00:00.000Z",
"accountOpenDate": "2023-05-23",
"availableBalance": 400
},
"modifiedDate": "2024-08-02T00:00:00.000Z",
"status": "pending",
"feedStartDate": "2024-05-01T00:00:00.000Z"
"feedStartDate": "2024-05-01"
}
]
},
Expand Down
Loading
Loading