PUT api/CustomerAppProfiles

Request Information

URI Parameters

None.

Body Parameters

CustomerAppProfile
NameDescriptionTypeAdditional information
MerchantID

integer

None.

CustomerAppID

globally unique identifier

None.

SiteID

string

None.

AuthorizationAccountCode

string

None.

AppName

string

None.

BackColor

string

None.

CustomerAppUrl

string

None.

Description

string

None.

DownloadPromotionCouponCode

string

None.

DownloadPromotionCarWashCode

string

None.

Email

string

None.

EmailFromAddress

string

None.

EmailFromName

string

None.

EmailSubject

string

None.

ForeColor

string

None.

IsAllowingTrackingIdentifierManagement

boolean

None.

IsForcingTrackingIdentifierEntry

boolean

None.

IsHidingSchedule

boolean

None.

IsHidingSubscriptions

boolean

None.

IsShowingSubscriptionBarcode

boolean

None.

IsUsingLoyalty

boolean

None.

IsUsingFlashCodes

boolean

None.

LogoUrl

string

None.

RedemptionMethodCode

string

None.

ScanCodeFormat

string

None.

SubscriptionAlias

string

None.

SubscriptionSavingsDays

integer

None.

SubscriptionSavingsProductCode

string

None.

StyleID

integer

None.

TermsOfServiceURL

string

None.

TrackingIdentifierDisplayCode

string

None.

WashEntryInstructions

string

None.

WorkstationID

integer

None.

CustomerAppButtons

Collection of CustomerAppButton

None.

CustomerAppRelationships

Collection of CustomerAppRelationship

None.

CreationDateTime

date

None.

ModificationDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "MerchantID": 1,
  "CustomerAppID": "d2213197-4b4c-4a6e-8507-6fe1096c333e",
  "SiteID": "sample string 3",
  "AuthorizationAccountCode": "sample string 4",
  "AppName": "sample string 5",
  "BackColor": "sample string 6",
  "CustomerAppUrl": "sample string 7",
  "Description": "sample string 8",
  "DownloadPromotionCouponCode": "sample string 9",
  "DownloadPromotionCarWashCode": "sample string 10",
  "Email": "sample string 11",
  "EmailFromAddress": "sample string 12",
  "EmailFromName": "sample string 13",
  "EmailSubject": "sample string 14",
  "ForeColor": "sample string 15",
  "IsAllowingTrackingIdentifierManagement": true,
  "IsForcingTrackingIdentifierEntry": true,
  "IsHidingSchedule": true,
  "IsHidingSubscriptions": true,
  "IsShowingSubscriptionBarcode": true,
  "IsUsingLoyalty": true,
  "IsUsingFlashCodes": true,
  "LogoUrl": "sample string 23",
  "RedemptionMethodCode": "sample string 24",
  "ScanCodeFormat": "sample string 25",
  "SubscriptionAlias": "sample string 26",
  "SubscriptionSavingsDays": 27,
  "SubscriptionSavingsProductCode": "sample string 28",
  "StyleID": 29,
  "TermsOfServiceURL": "sample string 30",
  "TrackingIdentifierDisplayCode": "sample string 31",
  "WashEntryInstructions": "sample string 32",
  "WorkstationID": 33,
  "CustomerAppButtons": [
    {
      "MerchantID": 1,
      "CustomerAppID": "758d61ac-07a9-4a8c-81ab-453e35e60f22",
      "CustomerAppButtonCode": "sample string 3",
      "Description": "sample string 4",
      "IsActive": true,
      "DisplayOrder": 6,
      "IsDeleted": true,
      "CreationDateTime": "2025-06-06T23:35:32.6524195+00:00",
      "ModificationDateTime": "2025-06-06T23:35:32.6524195+00:00"
    },
    {
      "MerchantID": 1,
      "CustomerAppID": "758d61ac-07a9-4a8c-81ab-453e35e60f22",
      "CustomerAppButtonCode": "sample string 3",
      "Description": "sample string 4",
      "IsActive": true,
      "DisplayOrder": 6,
      "IsDeleted": true,
      "CreationDateTime": "2025-06-06T23:35:32.6524195+00:00",
      "ModificationDateTime": "2025-06-06T23:35:32.6524195+00:00"
    }
  ],
  "CustomerAppRelationships": [
    {
      "MerchantID": 1,
      "CustomerAppID": "555e05f3-3ec9-48d4-87df-4ea6713c758b",
      "CarWashCode": "sample string 3",
      "CertificateCode": "sample string 4",
      "ServiceCode": "sample string 5",
      "SubscriptionCode": "sample string 6",
      "PromotionID": "b6b37ccd-a22a-4a18-b4fd-8d346e76e47a",
      "NotificationHubID": "ca797ef9-1976-4358-8584-98711175c6d5",
      "AmountList": "sample string 9",
      "IsDeleted": true,
      "CreationDateTime": "2025-06-06T23:35:32.6524195+00:00",
      "ModificationDateTime": "2025-06-06T23:35:32.6524195+00:00"
    },
    {
      "MerchantID": 1,
      "CustomerAppID": "555e05f3-3ec9-48d4-87df-4ea6713c758b",
      "CarWashCode": "sample string 3",
      "CertificateCode": "sample string 4",
      "ServiceCode": "sample string 5",
      "SubscriptionCode": "sample string 6",
      "PromotionID": "b6b37ccd-a22a-4a18-b4fd-8d346e76e47a",
      "NotificationHubID": "ca797ef9-1976-4358-8584-98711175c6d5",
      "AmountList": "sample string 9",
      "IsDeleted": true,
      "CreationDateTime": "2025-06-06T23:35:32.6524195+00:00",
      "ModificationDateTime": "2025-06-06T23:35:32.6524195+00:00"
    }
  ],
  "CreationDateTime": "2025-06-06T23:35:32.6524195+00:00",
  "ModificationDateTime": "2025-06-06T23:35:32.6524195+00:00"
}

application/xml, text/xml

Sample:
<CustomerAppProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eGenuity.UniversalLogin.WebAPI.Contracts">
  <AppName>sample string 5</AppName>
  <AuthorizationAccountCode>sample string 4</AuthorizationAccountCode>
  <BackColor>sample string 6</BackColor>
  <CreationDateTime>2025-06-06T23:35:32.6524195+00:00</CreationDateTime>
  <CustomerAppButtons>
    <CustomerAppButton>
      <CreationDateTime>2025-06-06T23:35:32.6524195+00:00</CreationDateTime>
      <CustomerAppButtonCode>sample string 3</CustomerAppButtonCode>
      <CustomerAppID>758d61ac-07a9-4a8c-81ab-453e35e60f22</CustomerAppID>
      <Description>sample string 4</Description>
      <DisplayOrder>6</DisplayOrder>
      <IsActive>true</IsActive>
      <IsDeleted>true</IsDeleted>
      <MerchantID>1</MerchantID>
      <ModificationDateTime>2025-06-06T23:35:32.6524195+00:00</ModificationDateTime>
    </CustomerAppButton>
    <CustomerAppButton>
      <CreationDateTime>2025-06-06T23:35:32.6524195+00:00</CreationDateTime>
      <CustomerAppButtonCode>sample string 3</CustomerAppButtonCode>
      <CustomerAppID>758d61ac-07a9-4a8c-81ab-453e35e60f22</CustomerAppID>
      <Description>sample string 4</Description>
      <DisplayOrder>6</DisplayOrder>
      <IsActive>true</IsActive>
      <IsDeleted>true</IsDeleted>
      <MerchantID>1</MerchantID>
      <ModificationDateTime>2025-06-06T23:35:32.6524195+00:00</ModificationDateTime>
    </CustomerAppButton>
  </CustomerAppButtons>
  <CustomerAppID>d2213197-4b4c-4a6e-8507-6fe1096c333e</CustomerAppID>
  <CustomerAppRelationships>
    <CustomerAppRelationship>
      <AmountList>sample string 9</AmountList>
      <CarWashCode>sample string 3</CarWashCode>
      <CertificateCode>sample string 4</CertificateCode>
      <CreationDateTime>2025-06-06T23:35:32.6524195+00:00</CreationDateTime>
      <CustomerAppID>555e05f3-3ec9-48d4-87df-4ea6713c758b</CustomerAppID>
      <IsDeleted>true</IsDeleted>
      <MerchantID>1</MerchantID>
      <ModificationDateTime>2025-06-06T23:35:32.6524195+00:00</ModificationDateTime>
      <NotificationHubID>ca797ef9-1976-4358-8584-98711175c6d5</NotificationHubID>
      <PromotionID>b6b37ccd-a22a-4a18-b4fd-8d346e76e47a</PromotionID>
      <ServiceCode>sample string 5</ServiceCode>
      <SubscriptionCode>sample string 6</SubscriptionCode>
    </CustomerAppRelationship>
    <CustomerAppRelationship>
      <AmountList>sample string 9</AmountList>
      <CarWashCode>sample string 3</CarWashCode>
      <CertificateCode>sample string 4</CertificateCode>
      <CreationDateTime>2025-06-06T23:35:32.6524195+00:00</CreationDateTime>
      <CustomerAppID>555e05f3-3ec9-48d4-87df-4ea6713c758b</CustomerAppID>
      <IsDeleted>true</IsDeleted>
      <MerchantID>1</MerchantID>
      <ModificationDateTime>2025-06-06T23:35:32.6524195+00:00</ModificationDateTime>
      <NotificationHubID>ca797ef9-1976-4358-8584-98711175c6d5</NotificationHubID>
      <PromotionID>b6b37ccd-a22a-4a18-b4fd-8d346e76e47a</PromotionID>
      <ServiceCode>sample string 5</ServiceCode>
      <SubscriptionCode>sample string 6</SubscriptionCode>
    </CustomerAppRelationship>
  </CustomerAppRelationships>
  <CustomerAppUrl>sample string 7</CustomerAppUrl>
  <Description>sample string 8</Description>
  <DownloadPromotionCarWashCode>sample string 10</DownloadPromotionCarWashCode>
  <DownloadPromotionCouponCode>sample string 9</DownloadPromotionCouponCode>
  <Email>sample string 11</Email>
  <EmailFromAddress>sample string 12</EmailFromAddress>
  <EmailFromName>sample string 13</EmailFromName>
  <EmailSubject>sample string 14</EmailSubject>
  <ForeColor>sample string 15</ForeColor>
  <IsAllowingTrackingIdentifierManagement>true</IsAllowingTrackingIdentifierManagement>
  <IsForcingTrackingIdentifierEntry>true</IsForcingTrackingIdentifierEntry>
  <IsHidingSchedule>true</IsHidingSchedule>
  <IsHidingSubscriptions>true</IsHidingSubscriptions>
  <IsShowingSubscriptionBarcode>true</IsShowingSubscriptionBarcode>
  <IsUsingFlashCodes>true</IsUsingFlashCodes>
  <IsUsingLoyalty>true</IsUsingLoyalty>
  <LogoUrl>sample string 23</LogoUrl>
  <MerchantID>1</MerchantID>
  <ModificationDateTime>2025-06-06T23:35:32.6524195+00:00</ModificationDateTime>
  <RedemptionMethodCode>sample string 24</RedemptionMethodCode>
  <ScanCodeFormat>sample string 25</ScanCodeFormat>
  <SiteID>sample string 3</SiteID>
  <StyleID>29</StyleID>
  <SubscriptionAlias>sample string 26</SubscriptionAlias>
  <SubscriptionSavingsDays>27</SubscriptionSavingsDays>
  <SubscriptionSavingsProductCode>sample string 28</SubscriptionSavingsProductCode>
  <TermsOfServiceURL>sample string 30</TermsOfServiceURL>
  <TrackingIdentifierDisplayCode>sample string 31</TrackingIdentifierDisplayCode>
  <WashEntryInstructions>sample string 32</WashEntryInstructions>
  <WorkstationID>33</WorkstationID>
</CustomerAppProfile>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.