PUT api/Customers

Request Information

URI Parameters

None.

Body Parameters

Customer
NameDescriptionTypeAdditional information
Label

string

None.

CustomerName

string

None.

CustomerSurname

string

None.

Address

string

None.

Town

string

None.

Country

string

None.

ZipCode

string

None.

Email

string

None.

Phone

string

None.

PMSProperty

string

None.

PMSRoom

string

None.

PMSGuestName

string

None.

PMSAccount

string

None.

PMSArrivalDate

date

None.

PMSDepartureDate

date

None.

BirthDate

string

None.

FolderId

integer

None.

FolderAlias

string

None.

CustomerId

integer

None.

FolderNotes

string

None.

MemberId

string

None.

ActivationDate

date

None.

CustomerTypeId

integer

None.

PropertyId

integer

None.

LanguageId

integer

None.

AcceptsMarketingEmails

boolean

None.

AcceptsOperationEmails

boolean

None.

Gender

integer

None.

GoogleUserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Label": "sample string 1",
  "CustomerName": "sample string 2",
  "CustomerSurname": "sample string 3",
  "Address": "sample string 4",
  "Town": "sample string 5",
  "Country": "sample string 6",
  "ZipCode": "sample string 7",
  "Email": "sample string 8",
  "Phone": "sample string 9",
  "PMSProperty": "sample string 10",
  "PMSRoom": "sample string 11",
  "PMSGuestName": "sample string 12",
  "PMSAccount": "sample string 13",
  "PMSArrivalDate": "2025-05-04T18:43:06.781373+03:00",
  "PMSDepartureDate": "2025-05-04T18:43:06.781373+03:00",
  "BirthDate": "sample string 16",
  "FolderId": 17,
  "FolderAlias": "sample string 18",
  "CustomerId": 19,
  "FolderNotes": "sample string 20",
  "MemberId": "sample string 21",
  "ActivationDate": "2025-05-04T18:43:06.781373+03:00",
  "CustomerTypeId": 23,
  "PropertyId": 24,
  "LanguageId": 25,
  "AcceptsMarketingEmails": true,
  "AcceptsOperationEmails": true,
  "Gender": 28,
  "GoogleUserId": "sample string 29"
}

application/xml, text/xml

Sample:
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <AcceptsMarketingEmails>true</AcceptsMarketingEmails>
  <AcceptsOperationEmails>true</AcceptsOperationEmails>
  <ActivationDate>2025-05-04T18:43:06.781373+03:00</ActivationDate>
  <Address>sample string 4</Address>
  <BirthDate>sample string 16</BirthDate>
  <Country>sample string 6</Country>
  <CustomerId>19</CustomerId>
  <CustomerName>sample string 2</CustomerName>
  <CustomerSurname>sample string 3</CustomerSurname>
  <CustomerTypeId>23</CustomerTypeId>
  <Email>sample string 8</Email>
  <FolderAlias>sample string 18</FolderAlias>
  <FolderId>17</FolderId>
  <FolderNotes>sample string 20</FolderNotes>
  <Gender>28</Gender>
  <GoogleUserId>sample string 29</GoogleUserId>
  <Label>sample string 1</Label>
  <LanguageId>25</LanguageId>
  <MemberId>sample string 21</MemberId>
  <PMSAccount>sample string 13</PMSAccount>
  <PMSArrivalDate>2025-05-04T18:43:06.781373+03:00</PMSArrivalDate>
  <PMSDepartureDate>2025-05-04T18:43:06.781373+03:00</PMSDepartureDate>
  <PMSGuestName>sample string 12</PMSGuestName>
  <PMSProperty>sample string 10</PMSProperty>
  <PMSRoom>sample string 11</PMSRoom>
  <Phone>sample string 9</Phone>
  <PropertyId>24</PropertyId>
  <Town>sample string 5</Town>
  <ZipCode>sample string 7</ZipCode>
</Customer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Customer
NameDescriptionTypeAdditional information
Label

string

None.

CustomerName

string

None.

CustomerSurname

string

None.

Address

string

None.

Town

string

None.

Country

string

None.

ZipCode

string

None.

Email

string

None.

Phone

string

None.

PMSProperty

string

None.

PMSRoom

string

None.

PMSGuestName

string

None.

PMSAccount

string

None.

PMSArrivalDate

date

None.

PMSDepartureDate

date

None.

BirthDate

string

None.

FolderId

integer

None.

FolderAlias

string

None.

CustomerId

integer

None.

FolderNotes

string

None.

MemberId

string

None.

ActivationDate

date

None.

CustomerTypeId

integer

None.

PropertyId

integer

None.

LanguageId

integer

None.

AcceptsMarketingEmails

boolean

None.

AcceptsOperationEmails

boolean

None.

Gender

integer

None.

GoogleUserId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Label": "sample string 1",
  "CustomerName": "sample string 2",
  "CustomerSurname": "sample string 3",
  "Address": "sample string 4",
  "Town": "sample string 5",
  "Country": "sample string 6",
  "ZipCode": "sample string 7",
  "Email": "sample string 8",
  "Phone": "sample string 9",
  "PMSProperty": "sample string 10",
  "PMSRoom": "sample string 11",
  "PMSGuestName": "sample string 12",
  "PMSAccount": "sample string 13",
  "PMSArrivalDate": "2025-05-04T18:43:06.7833723+03:00",
  "PMSDepartureDate": "2025-05-04T18:43:06.7833723+03:00",
  "BirthDate": "sample string 16",
  "FolderId": 17,
  "FolderAlias": "sample string 18",
  "CustomerId": 19,
  "FolderNotes": "sample string 20",
  "MemberId": "sample string 21",
  "ActivationDate": "2025-05-04T18:43:06.7833723+03:00",
  "CustomerTypeId": 23,
  "PropertyId": 24,
  "LanguageId": 25,
  "AcceptsMarketingEmails": true,
  "AcceptsOperationEmails": true,
  "Gender": 28,
  "GoogleUserId": "sample string 29"
}

application/xml, text/xml

Sample:
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <AcceptsMarketingEmails>true</AcceptsMarketingEmails>
  <AcceptsOperationEmails>true</AcceptsOperationEmails>
  <ActivationDate>2025-05-04T18:43:06.7833723+03:00</ActivationDate>
  <Address>sample string 4</Address>
  <BirthDate>sample string 16</BirthDate>
  <Country>sample string 6</Country>
  <CustomerId>19</CustomerId>
  <CustomerName>sample string 2</CustomerName>
  <CustomerSurname>sample string 3</CustomerSurname>
  <CustomerTypeId>23</CustomerTypeId>
  <Email>sample string 8</Email>
  <FolderAlias>sample string 18</FolderAlias>
  <FolderId>17</FolderId>
  <FolderNotes>sample string 20</FolderNotes>
  <Gender>28</Gender>
  <GoogleUserId>sample string 29</GoogleUserId>
  <Label>sample string 1</Label>
  <LanguageId>25</LanguageId>
  <MemberId>sample string 21</MemberId>
  <PMSAccount>sample string 13</PMSAccount>
  <PMSArrivalDate>2025-05-04T18:43:06.7833723+03:00</PMSArrivalDate>
  <PMSDepartureDate>2025-05-04T18:43:06.7833723+03:00</PMSDepartureDate>
  <PMSGuestName>sample string 12</PMSGuestName>
  <PMSProperty>sample string 10</PMSProperty>
  <PMSRoom>sample string 11</PMSRoom>
  <Phone>sample string 9</Phone>
  <PropertyId>24</PropertyId>
  <Town>sample string 5</Town>
  <ZipCode>sample string 7</ZipCode>
</Customer>