|
27 | 27 | },
|
28 | 28 | {
|
29 | 29 | "name": "Business Cards",
|
30 |
| - "description": "View or update the Business Card attached to a Contact and/or Organisation" |
| 30 | + "description": "View or update the Business Card attached to a Contact and/or Organization" |
31 | 31 | },
|
32 | 32 | {
|
33 | 33 | "name": "Client Groups",
|
|
4836 | 4836 | },
|
4837 | 4837 | "tags": {
|
4838 | 4838 | "value": "Tags/any(tag: tag eq 'sync')",
|
4839 |
| - "summary": "The list tags assigned to the Organisation contains 'sync'" |
| 4839 | + "summary": "The list tags assigned to the Organization contains 'sync'" |
4840 | 4840 | }
|
4841 | 4841 | },
|
4842 | 4842 | "description": "When this parameter is combined with the URI, this endpoint will return a subset of the Organizations that satisfy the <code>$filter</code> expression. \nFiltering for Tags cannot be combined with other filters."
|
|
6062 | 6062 | "EntityType": {
|
6063 | 6063 | "type": "string",
|
6064 | 6064 | "enum": [
|
6065 |
| - "Organisation" |
| 6065 | + "Organization" |
6066 | 6066 | ],
|
6067 | 6067 | "description": "The entity type of the entity above",
|
6068 | 6068 | "example": "Organization"
|
|
6163 | 6163 | "EntityType": {
|
6164 | 6164 | "type": "string",
|
6165 | 6165 | "enum": [
|
6166 |
| - "Organisation" |
| 6166 | + "Organization" |
6167 | 6167 | ],
|
6168 | 6168 | "description": "The entity type of the entity above",
|
6169 | 6169 | "example": "Organization"
|
|
6203 | 6203 | "$ref": "#/components/schemas/GetTenantSettings"
|
6204 | 6204 | },
|
6205 | 6205 | "example": {
|
6206 |
| - "@odata.context": "https://api-dev.karbonhq.com/v3/$metadata#TenantSettings/$entity", |
| 6206 | + "@odata.context": "https://api.karbonhq.com/v3/$metadata#TenantSettings/$entity", |
6207 | 6207 | "TenantKey": "2BzmMRkhbwBT",
|
6208 | 6208 | "WorkStatuses": [
|
6209 | 6209 | {
|
|
8630 | 8630 | }
|
8631 | 8631 | },
|
8632 | 8632 | "BusinessCardRequest": {
|
8633 |
| - "description": "A business card associated with a contact or organisation", |
| 8633 | + "description": "A business card associated with a contact or organization", |
8634 | 8634 | "type": "object",
|
8635 | 8635 | "properties": {
|
8636 | 8636 | "IsPrimaryCard": {
|
|
8765 | 8765 | }
|
8766 | 8766 | },
|
8767 | 8767 | "BusinessCard": {
|
8768 |
| - "description": "A business card associated with a contact or organisation", |
| 8768 | + "description": "A business card associated with a contact or organization", |
8769 | 8769 | "type": "object",
|
8770 | 8770 | "properties": {
|
8771 | 8771 | "BusinessCardKey": {
|
|
9154 | 9154 | "properties": {
|
9155 | 9155 | "RegistrationNumber": {
|
9156 | 9156 | "type": "string",
|
9157 |
| - "description": "The registration number" |
| 9157 | + "description": "The registration number", |
| 9158 | + "maxLength": 50 |
9158 | 9159 | },
|
9159 | 9160 | "Type": {
|
9160 | 9161 | "type": "string",
|
|
11347 | 11348 | "Text": {
|
11348 | 11349 | "type": "string",
|
11349 | 11350 | "description": "Free-form text that can be used to add more information about the Organization",
|
11350 |
| - "example": "This organization has a sibling Organisation called Example Trust" |
| 11351 | + "example": "This organization has a sibling Organization called Example Trust" |
11351 | 11352 | }
|
11352 | 11353 | }
|
11353 | 11354 | },
|
|
12730 | 12731 | }
|
12731 | 12732 | },
|
12732 | 12733 | "Organization_Key_Not_Found_404": {
|
12733 |
| - "description": "The error returned when an Organization cannot be found for the provided Organisation Key", |
| 12734 | + "description": "The error returned when an Organization cannot be found for the provided Organization Key", |
12734 | 12735 | "value": {
|
12735 | 12736 | "error": {
|
12736 | 12737 | "code": 4004,
|
|
0 commit comments