You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r"""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:
72
-
73
-
```
74
-
2020-10-08T22:40:50Z
75
-
2021-01-01T00:00:00
76
-
```
77
-
78
-
79
-
80
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
81
-
82
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
83
-
- Unqualified local time: `2021-11-15T01:00:00`
84
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
85
-
86
-
> Time zones
87
-
>
88
-
> Not all dates from Codat will contain information about time zones.
89
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
r"""Reference given to each nominal account for a business. It ensures money is allocated to the correct account. This code isn't a unique identifier in the Codat system."""
r"""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:
97
-
98
-
```
99
-
2020-10-08T22:40:50Z
100
-
2021-01-01T00:00:00
101
-
```
102
-
103
-
104
-
105
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
106
-
107
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
108
-
- Unqualified local time: `2021-11-15T01:00:00`
109
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
110
-
111
-
> Time zones
112
-
>
113
-
> Not all dates from Codat will contain information about time zones.
114
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
r"""'The validDatatypeLinks can be used to determine whether an account can be correctly mapped to another object; for example, accounts with a `type` of `income` might only support being used on an Invoice and Direct Income. For more information, see Valid Data Type Links.'"""
77
+
r"""The validDatatypeLinks can be used to determine whether an account can be correctly mapped to another object; for example, accounts with a `type` of `income` might only support being used on an Invoice and Direct Income. For more information, see [Valid Data Type Links](/accounting-api#/schemas/ValidDataTypeLinks)."""
r"""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:
107
-
108
-
```
109
-
2020-10-08T22:40:50Z
110
-
2021-01-01T00:00:00
111
-
```
112
-
113
-
114
-
115
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
116
-
117
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
118
-
- Unqualified local time: `2021-11-15T01:00:00`
119
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
120
-
121
-
> Time zones
122
-
>
123
-
> Not all dates from Codat will contain information about time zones.
124
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
r"""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:
130
-
131
-
```
132
-
2020-10-08T22:40:50Z
133
-
2021-01-01T00:00:00
134
-
```
135
-
136
-
137
-
138
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
139
-
140
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
141
-
- Unqualified local time: `2021-11-15T01:00:00`
142
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
143
-
144
-
> Time zones
145
-
>
146
-
> Not all dates from Codat will contain information about time zones.
147
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
r"""If `true`, then the attachment is included with the associated invoice, bill or direct costs when it is printed, emailed, or sent to a customer, if the underlying accounting platform allows this."""
r"""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:
58
-
59
-
```
60
-
2020-10-08T22:40:50Z
61
-
2021-01-01T00:00:00
62
-
```
63
-
64
-
65
-
66
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
67
-
68
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
69
-
- Unqualified local time: `2021-11-15T01:00:00`
70
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
71
-
72
-
> Time zones
73
-
>
74
-
> Not all dates from Codat will contain information about time zones.
75
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
r"""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:
81
-
82
-
```
83
-
2020-10-08T22:40:50Z
84
-
2021-01-01T00:00:00
85
-
```
86
-
87
-
88
-
89
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
90
-
91
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
92
-
- Unqualified local time: `2021-11-15T01:00:00`
93
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
94
-
95
-
> Time zones
96
-
>
97
-
> Not all dates from Codat will contain information about time zones.
98
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
r"""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:
80
-
81
-
```
82
-
2020-10-08T22:40:50Z
83
-
2021-01-01T00:00:00
84
-
```
85
-
86
-
87
-
88
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
89
-
90
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
91
-
- Unqualified local time: `2021-11-15T01:00:00`
92
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
93
-
94
-
> Time zones
95
-
>
96
-
> Not all dates from Codat will contain information about time zones.
97
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
The sort code is only displayed when the currency = GBP and the sort code and account number sum to 14 digits. For non-GBP accounts, this field is not populated.
r"""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:
114
-
115
-
```
116
-
2020-10-08T22:40:50Z
117
-
2021-01-01T00:00:00
118
-
```
119
-
120
-
121
-
122
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
123
-
124
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
125
-
- Unqualified local time: `2021-11-15T01:00:00`
126
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
127
-
128
-
> Time zones
129
-
>
130
-
> Not all dates from Codat will contain information about time zones.
131
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
0 commit comments