Skip to content

Commit ec52c43

Browse files
Merge pull request #562 from pasidux/feature/BPC-7036
[BPC-7036] - Remove Contact's SkypeUserName field.
2 parents bc41fc4 + 6abac45 commit ec52c43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

xero_accounting.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -4471,7 +4471,6 @@ paths:
44714471
"LastName": "Kohler",
44724472
"CompanyNumber": "NumberBusiness1234",
44734473
"EmailAddress": "[email protected]",
4474-
"SkypeUserName": "blake",
44754474
"BankAccountDetails": "12334567",
44764475
"TaxNumber": "123-22-3456",
44774476
"AccountsReceivableTaxType": "TAX003",
@@ -4621,7 +4620,6 @@ paths:
46214620
"LastName": "Kohler",
46224621
"CompanyNumber": "NumberBusiness1234",
46234622
"EmailAddress": "[email protected]",
4624-
"SkypeUserName": "blake",
46254623
"BankAccountDetails": "12334567",
46264624
"TaxNumber": "123-22-3456",
46274625
"AccountsReceivableTaxType": "TAX003",
@@ -24496,9 +24494,6 @@ components:
2449624494
description: Email address of contact person (umlauts not supported) (max length = 255)
2449724495
maxLength: 255
2449824496
type: string
24499-
SkypeUserName:
24500-
description: Skype user name of contact
24501-
type: string
2450224497
ContactPersons:
2450324498
description: See contact persons
2450424499
type: array

0 commit comments

Comments
 (0)