POST api/customers/createnewfolder

Request Information

URI Parameters

None.

Body Parameters

Customer
NameDescriptionTypeAdditional information
AcceptedIndividualConsents

Collection of IndividualConsent

None.

Label

string

None.

CustomerName

string

None.

CustomerSurname

string

None.

Address

string

None.

Town

string

None.

Country

string

None.

CountryId

integer

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.

CRMSourceId

integer

None.

AcceptsMarketingEmails

boolean

None.

AcceptsOperationEmails

boolean

None.

Gender

integer

None.

AgeDemographicGroupId

integer

None.

GoogleUserId

string

None.

MustChangePassword

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AcceptedIndividualConsents": [
    {
      "CustId": 1,
      "ConsentId": 2,
      "ConsentStatus": 3,
      "ConsentStatusText": "sample string 4",
      "EventSourceTypeId": 5,
      "EventSourceId": 6,
      "CreationDateTime": "2026-08-18T04:42:21.0641562+03:00",
      "LastUpdateDateTime": "2026-08-18T04:42:21.0641562+03:00"
    },
    {
      "CustId": 1,
      "ConsentId": 2,
      "ConsentStatus": 3,
      "ConsentStatusText": "sample string 4",
      "EventSourceTypeId": 5,
      "EventSourceId": 6,
      "CreationDateTime": "2026-08-18T04:42:21.0641562+03:00",
      "LastUpdateDateTime": "2026-08-18T04:42:21.0641562+03:00"
    }
  ],
  "Label": "sample string 1",
  "CustomerName": "sample string 2",
  "CustomerSurname": "sample string 3",
  "Address": "sample string 4",
  "Town": "sample string 5",
  "Country": "sample string 6",
  "CountryId": 7,
  "ZipCode": "sample string 8",
  "Email": "sample string 9",
  "Phone": "sample string 10",
  "PMSProperty": "sample string 11",
  "PMSRoom": "sample string 12",
  "PMSGuestName": "sample string 13",
  "PMSAccount": "sample string 14",
  "PMSArrivalDate": "2026-08-18T04:42:21.0641562+03:00",
  "PMSDepartureDate": "2026-08-18T04:42:21.0641562+03:00",
  "BirthDate": "sample string 17",
  "FolderId": 18,
  "FolderAlias": "sample string 19",
  "CustomerId": 20,
  "FolderNotes": "sample string 21",
  "MemberId": "sample string 22",
  "ActivationDate": "2026-08-18T04:42:21.0641562+03:00",
  "CustomerTypeId": 24,
  "PropertyId": 25,
  "LanguageId": 26,
  "CRMSourceId": 27,
  "AcceptsMarketingEmails": true,
  "AcceptsOperationEmails": true,
  "Gender": 30,
  "AgeDemographicGroupId": 31,
  "GoogleUserId": "sample string 32",
  "MustChangePassword": true
}

application/xml, text/xml

Sample:
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <AcceptedIndividualConsents>
    <IndividualConsent>
      <ConsentId>2</ConsentId>
      <ConsentStatus>3</ConsentStatus>
      <ConsentStatusText>sample string 4</ConsentStatusText>
      <CreationDateTime>2026-08-18T04:42:21.0641562+03:00</CreationDateTime>
      <CustId>1</CustId>
      <EventSourceId>6</EventSourceId>
      <EventSourceTypeId>5</EventSourceTypeId>
      <LastUpdateDateTime>2026-08-18T04:42:21.0641562+03:00</LastUpdateDateTime>
    </IndividualConsent>
    <IndividualConsent>
      <ConsentId>2</ConsentId>
      <ConsentStatus>3</ConsentStatus>
      <ConsentStatusText>sample string 4</ConsentStatusText>
      <CreationDateTime>2026-08-18T04:42:21.0641562+03:00</CreationDateTime>
      <CustId>1</CustId>
      <EventSourceId>6</EventSourceId>
      <EventSourceTypeId>5</EventSourceTypeId>
      <LastUpdateDateTime>2026-08-18T04:42:21.0641562+03:00</LastUpdateDateTime>
    </IndividualConsent>
  </AcceptedIndividualConsents>
  <AcceptsMarketingEmails>true</AcceptsMarketingEmails>
  <AcceptsOperationEmails>true</AcceptsOperationEmails>
  <ActivationDate>2026-08-18T04:42:21.0641562+03:00</ActivationDate>
  <Address>sample string 4</Address>
  <AgeDemographicGroupId>31</AgeDemographicGroupId>
  <BirthDate>sample string 17</BirthDate>
  <CRMSourceId>27</CRMSourceId>
  <Country>sample string 6</Country>
  <CountryId>7</CountryId>
  <CustomerId>20</CustomerId>
  <CustomerName>sample string 2</CustomerName>
  <CustomerSurname>sample string 3</CustomerSurname>
  <CustomerTypeId>24</CustomerTypeId>
  <Email>sample string 9</Email>
  <FolderAlias>sample string 19</FolderAlias>
  <FolderId>18</FolderId>
  <FolderNotes>sample string 21</FolderNotes>
  <Gender>30</Gender>
  <GoogleUserId>sample string 32</GoogleUserId>
  <Label>sample string 1</Label>
  <LanguageId>26</LanguageId>
  <MemberId>sample string 22</MemberId>
  <MustChangePassword>true</MustChangePassword>
  <PMSAccount>sample string 14</PMSAccount>
  <PMSArrivalDate>2026-08-18T04:42:21.0641562+03:00</PMSArrivalDate>
  <PMSDepartureDate>2026-08-18T04:42:21.0641562+03:00</PMSDepartureDate>
  <PMSGuestName>sample string 13</PMSGuestName>
  <PMSProperty>sample string 11</PMSProperty>
  <PMSRoom>sample string 12</PMSRoom>
  <Phone>sample string 10</Phone>
  <PropertyId>25</PropertyId>
  <Town>sample string 5</Town>
  <ZipCode>sample string 8</ZipCode>
</Customer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Customer
NameDescriptionTypeAdditional information
AcceptedIndividualConsents

Collection of IndividualConsent

None.

Label

string

None.

CustomerName

string

None.

CustomerSurname

string

None.

Address

string

None.

Town

string

None.

Country

string

None.

CountryId

integer

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.

CRMSourceId

integer

None.

AcceptsMarketingEmails

boolean

None.

AcceptsOperationEmails

boolean

None.

Gender

integer

None.

AgeDemographicGroupId

integer

None.

GoogleUserId

string

None.

MustChangePassword

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "AcceptedIndividualConsents": [
    {
      "CustId": 1,
      "ConsentId": 2,
      "ConsentStatus": 3,
      "ConsentStatusText": "sample string 4",
      "EventSourceTypeId": 5,
      "EventSourceId": 6,
      "CreationDateTime": "2026-08-18T04:42:21.0641562+03:00",
      "LastUpdateDateTime": "2026-08-18T04:42:21.0641562+03:00"
    },
    {
      "CustId": 1,
      "ConsentId": 2,
      "ConsentStatus": 3,
      "ConsentStatusText": "sample string 4",
      "EventSourceTypeId": 5,
      "EventSourceId": 6,
      "CreationDateTime": "2026-08-18T04:42:21.0641562+03:00",
      "LastUpdateDateTime": "2026-08-18T04:42:21.0641562+03:00"
    }
  ],
  "Label": "sample string 1",
  "CustomerName": "sample string 2",
  "CustomerSurname": "sample string 3",
  "Address": "sample string 4",
  "Town": "sample string 5",
  "Country": "sample string 6",
  "CountryId": 7,
  "ZipCode": "sample string 8",
  "Email": "sample string 9",
  "Phone": "sample string 10",
  "PMSProperty": "sample string 11",
  "PMSRoom": "sample string 12",
  "PMSGuestName": "sample string 13",
  "PMSAccount": "sample string 14",
  "PMSArrivalDate": "2026-08-18T04:42:21.0641562+03:00",
  "PMSDepartureDate": "2026-08-18T04:42:21.0641562+03:00",
  "BirthDate": "sample string 17",
  "FolderId": 18,
  "FolderAlias": "sample string 19",
  "CustomerId": 20,
  "FolderNotes": "sample string 21",
  "MemberId": "sample string 22",
  "ActivationDate": "2026-08-18T04:42:21.0641562+03:00",
  "CustomerTypeId": 24,
  "PropertyId": 25,
  "LanguageId": 26,
  "CRMSourceId": 27,
  "AcceptsMarketingEmails": true,
  "AcceptsOperationEmails": true,
  "Gender": 30,
  "AgeDemographicGroupId": 31,
  "GoogleUserId": "sample string 32",
  "MustChangePassword": true
}

application/xml, text/xml

Sample:
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <AcceptedIndividualConsents>
    <IndividualConsent>
      <ConsentId>2</ConsentId>
      <ConsentStatus>3</ConsentStatus>
      <ConsentStatusText>sample string 4</ConsentStatusText>
      <CreationDateTime>2026-08-18T04:42:21.0641562+03:00</CreationDateTime>
      <CustId>1</CustId>
      <EventSourceId>6</EventSourceId>
      <EventSourceTypeId>5</EventSourceTypeId>
      <LastUpdateDateTime>2026-08-18T04:42:21.0641562+03:00</LastUpdateDateTime>
    </IndividualConsent>
    <IndividualConsent>
      <ConsentId>2</ConsentId>
      <ConsentStatus>3</ConsentStatus>
      <ConsentStatusText>sample string 4</ConsentStatusText>
      <CreationDateTime>2026-08-18T04:42:21.0641562+03:00</CreationDateTime>
      <CustId>1</CustId>
      <EventSourceId>6</EventSourceId>
      <EventSourceTypeId>5</EventSourceTypeId>
      <LastUpdateDateTime>2026-08-18T04:42:21.0641562+03:00</LastUpdateDateTime>
    </IndividualConsent>
  </AcceptedIndividualConsents>
  <AcceptsMarketingEmails>true</AcceptsMarketingEmails>
  <AcceptsOperationEmails>true</AcceptsOperationEmails>
  <ActivationDate>2026-08-18T04:42:21.0641562+03:00</ActivationDate>
  <Address>sample string 4</Address>
  <AgeDemographicGroupId>31</AgeDemographicGroupId>
  <BirthDate>sample string 17</BirthDate>
  <CRMSourceId>27</CRMSourceId>
  <Country>sample string 6</Country>
  <CountryId>7</CountryId>
  <CustomerId>20</CustomerId>
  <CustomerName>sample string 2</CustomerName>
  <CustomerSurname>sample string 3</CustomerSurname>
  <CustomerTypeId>24</CustomerTypeId>
  <Email>sample string 9</Email>
  <FolderAlias>sample string 19</FolderAlias>
  <FolderId>18</FolderId>
  <FolderNotes>sample string 21</FolderNotes>
  <Gender>30</Gender>
  <GoogleUserId>sample string 32</GoogleUserId>
  <Label>sample string 1</Label>
  <LanguageId>26</LanguageId>
  <MemberId>sample string 22</MemberId>
  <MustChangePassword>true</MustChangePassword>
  <PMSAccount>sample string 14</PMSAccount>
  <PMSArrivalDate>2026-08-18T04:42:21.0641562+03:00</PMSArrivalDate>
  <PMSDepartureDate>2026-08-18T04:42:21.0641562+03:00</PMSDepartureDate>
  <PMSGuestName>sample string 13</PMSGuestName>
  <PMSProperty>sample string 11</PMSProperty>
  <PMSRoom>sample string 12</PMSRoom>
  <Phone>sample string 10</Phone>
  <PropertyId>25</PropertyId>
  <Town>sample string 5</Town>
  <ZipCode>sample string 8</ZipCode>
</Customer>