Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 4079e9a

Browse files
authored
Merge pull request #263 from MJMortimer/f/org_id
Add Id to Organisation
2 parents b8c854e + 2d0b7e3 commit 4079e9a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Xero.Api/Core/Model/Organisation.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ namespace Xero.Api.Core.Model
99
[DataContract(Namespace = "")]
1010
public class Organisation
1111
{
12+
[DataMember(Name = "OrganisationID")]
13+
public Guid Id { get; set; }
14+
1215
[DataMember(EmitDefaultValue = false)]
1316
public string Name { get; set; }
1417

0 commit comments

Comments
 (0)