POST api/CustomerAppProfiles
Request Information
URI Parameters
None.
Body Parameters
CustomerAppProfileName | Description | Type | Additional 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. |
|
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": "5baf01c9-b6e3-4129-b0d7-2d1a77948197", "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": "78369d5e-9812-4222-8ee1-7a408da491e9", "CustomerAppButtonCode": "sample string 3", "Description": "sample string 4", "IsActive": true, "DisplayOrder": 6, "IsDeleted": true, "CreationDateTime": "2025-06-07T00:23:15.6790826+00:00", "ModificationDateTime": "2025-06-07T00:23:15.6790826+00:00" }, { "MerchantID": 1, "CustomerAppID": "78369d5e-9812-4222-8ee1-7a408da491e9", "CustomerAppButtonCode": "sample string 3", "Description": "sample string 4", "IsActive": true, "DisplayOrder": 6, "IsDeleted": true, "CreationDateTime": "2025-06-07T00:23:15.6790826+00:00", "ModificationDateTime": "2025-06-07T00:23:15.6790826+00:00" } ], "CustomerAppRelationships": [ { "MerchantID": 1, "CustomerAppID": "7f46d0b3-f307-4e3e-81f1-16f9e6562c10", "CarWashCode": "sample string 3", "CertificateCode": "sample string 4", "ServiceCode": "sample string 5", "SubscriptionCode": "sample string 6", "PromotionID": "688b6716-bb4f-4ce0-98e4-52dd81bc83ea", "NotificationHubID": "ba2be196-5b90-4228-a507-a3429d959a44", "AmountList": "sample string 9", "IsDeleted": true, "CreationDateTime": "2025-06-07T00:23:15.6796678+00:00", "ModificationDateTime": "2025-06-07T00:23:15.6796678+00:00" }, { "MerchantID": 1, "CustomerAppID": "7f46d0b3-f307-4e3e-81f1-16f9e6562c10", "CarWashCode": "sample string 3", "CertificateCode": "sample string 4", "ServiceCode": "sample string 5", "SubscriptionCode": "sample string 6", "PromotionID": "688b6716-bb4f-4ce0-98e4-52dd81bc83ea", "NotificationHubID": "ba2be196-5b90-4228-a507-a3429d959a44", "AmountList": "sample string 9", "IsDeleted": true, "CreationDateTime": "2025-06-07T00:23:15.6796678+00:00", "ModificationDateTime": "2025-06-07T00:23:15.6796678+00:00" } ], "CreationDateTime": "2025-06-07T00:23:15.6796678+00:00", "ModificationDateTime": "2025-06-07T00:23:15.6796678+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-07T00:23:15.6796678+00:00</CreationDateTime> <CustomerAppButtons> <CustomerAppButton> <CreationDateTime>2025-06-07T00:23:15.6790826+00:00</CreationDateTime> <CustomerAppButtonCode>sample string 3</CustomerAppButtonCode> <CustomerAppID>78369d5e-9812-4222-8ee1-7a408da491e9</CustomerAppID> <Description>sample string 4</Description> <DisplayOrder>6</DisplayOrder> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <MerchantID>1</MerchantID> <ModificationDateTime>2025-06-07T00:23:15.6790826+00:00</ModificationDateTime> </CustomerAppButton> <CustomerAppButton> <CreationDateTime>2025-06-07T00:23:15.6790826+00:00</CreationDateTime> <CustomerAppButtonCode>sample string 3</CustomerAppButtonCode> <CustomerAppID>78369d5e-9812-4222-8ee1-7a408da491e9</CustomerAppID> <Description>sample string 4</Description> <DisplayOrder>6</DisplayOrder> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <MerchantID>1</MerchantID> <ModificationDateTime>2025-06-07T00:23:15.6790826+00:00</ModificationDateTime> </CustomerAppButton> </CustomerAppButtons> <CustomerAppID>5baf01c9-b6e3-4129-b0d7-2d1a77948197</CustomerAppID> <CustomerAppRelationships> <CustomerAppRelationship> <AmountList>sample string 9</AmountList> <CarWashCode>sample string 3</CarWashCode> <CertificateCode>sample string 4</CertificateCode> <CreationDateTime>2025-06-07T00:23:15.6796678+00:00</CreationDateTime> <CustomerAppID>7f46d0b3-f307-4e3e-81f1-16f9e6562c10</CustomerAppID> <IsDeleted>true</IsDeleted> <MerchantID>1</MerchantID> <ModificationDateTime>2025-06-07T00:23:15.6796678+00:00</ModificationDateTime> <NotificationHubID>ba2be196-5b90-4228-a507-a3429d959a44</NotificationHubID> <PromotionID>688b6716-bb4f-4ce0-98e4-52dd81bc83ea</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-07T00:23:15.6796678+00:00</CreationDateTime> <CustomerAppID>7f46d0b3-f307-4e3e-81f1-16f9e6562c10</CustomerAppID> <IsDeleted>true</IsDeleted> <MerchantID>1</MerchantID> <ModificationDateTime>2025-06-07T00:23:15.6796678+00:00</ModificationDateTime> <NotificationHubID>ba2be196-5b90-4228-a507-a3429d959a44</NotificationHubID> <PromotionID>688b6716-bb4f-4ce0-98e4-52dd81bc83ea</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-07T00:23:15.6796678+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
CustomerAppProfileName | Description | Type | Additional 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. |
|
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. |
Response Formats
application/json, text/json
Sample:
{ "MerchantID": 1, "CustomerAppID": "e938b862-14dc-4cd6-80f0-07410a7ea37b", "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": "096441d4-2c86-40c8-998d-f497a37426cf", "CustomerAppButtonCode": "sample string 3", "Description": "sample string 4", "IsActive": true, "DisplayOrder": 6, "IsDeleted": true, "CreationDateTime": "2025-06-07T00:23:15.7114072+00:00", "ModificationDateTime": "2025-06-07T00:23:15.7114072+00:00" }, { "MerchantID": 1, "CustomerAppID": "096441d4-2c86-40c8-998d-f497a37426cf", "CustomerAppButtonCode": "sample string 3", "Description": "sample string 4", "IsActive": true, "DisplayOrder": 6, "IsDeleted": true, "CreationDateTime": "2025-06-07T00:23:15.7114072+00:00", "ModificationDateTime": "2025-06-07T00:23:15.7114072+00:00" } ], "CustomerAppRelationships": [ { "MerchantID": 1, "CustomerAppID": "6d6db021-75b4-42bf-b808-b0229e265a4d", "CarWashCode": "sample string 3", "CertificateCode": "sample string 4", "ServiceCode": "sample string 5", "SubscriptionCode": "sample string 6", "PromotionID": "00d2939d-0291-4bce-87a9-50136a2f60a5", "NotificationHubID": "0de17243-b420-4757-8ca1-f98e32e5e9b0", "AmountList": "sample string 9", "IsDeleted": true, "CreationDateTime": "2025-06-07T00:23:15.7114072+00:00", "ModificationDateTime": "2025-06-07T00:23:15.7114072+00:00" }, { "MerchantID": 1, "CustomerAppID": "6d6db021-75b4-42bf-b808-b0229e265a4d", "CarWashCode": "sample string 3", "CertificateCode": "sample string 4", "ServiceCode": "sample string 5", "SubscriptionCode": "sample string 6", "PromotionID": "00d2939d-0291-4bce-87a9-50136a2f60a5", "NotificationHubID": "0de17243-b420-4757-8ca1-f98e32e5e9b0", "AmountList": "sample string 9", "IsDeleted": true, "CreationDateTime": "2025-06-07T00:23:15.7114072+00:00", "ModificationDateTime": "2025-06-07T00:23:15.7114072+00:00" } ], "CreationDateTime": "2025-06-07T00:23:15.7114072+00:00", "ModificationDateTime": "2025-06-07T00:23:15.7114072+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-07T00:23:15.7114072+00:00</CreationDateTime> <CustomerAppButtons> <CustomerAppButton> <CreationDateTime>2025-06-07T00:23:15.7114072+00:00</CreationDateTime> <CustomerAppButtonCode>sample string 3</CustomerAppButtonCode> <CustomerAppID>096441d4-2c86-40c8-998d-f497a37426cf</CustomerAppID> <Description>sample string 4</Description> <DisplayOrder>6</DisplayOrder> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <MerchantID>1</MerchantID> <ModificationDateTime>2025-06-07T00:23:15.7114072+00:00</ModificationDateTime> </CustomerAppButton> <CustomerAppButton> <CreationDateTime>2025-06-07T00:23:15.7114072+00:00</CreationDateTime> <CustomerAppButtonCode>sample string 3</CustomerAppButtonCode> <CustomerAppID>096441d4-2c86-40c8-998d-f497a37426cf</CustomerAppID> <Description>sample string 4</Description> <DisplayOrder>6</DisplayOrder> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <MerchantID>1</MerchantID> <ModificationDateTime>2025-06-07T00:23:15.7114072+00:00</ModificationDateTime> </CustomerAppButton> </CustomerAppButtons> <CustomerAppID>e938b862-14dc-4cd6-80f0-07410a7ea37b</CustomerAppID> <CustomerAppRelationships> <CustomerAppRelationship> <AmountList>sample string 9</AmountList> <CarWashCode>sample string 3</CarWashCode> <CertificateCode>sample string 4</CertificateCode> <CreationDateTime>2025-06-07T00:23:15.7114072+00:00</CreationDateTime> <CustomerAppID>6d6db021-75b4-42bf-b808-b0229e265a4d</CustomerAppID> <IsDeleted>true</IsDeleted> <MerchantID>1</MerchantID> <ModificationDateTime>2025-06-07T00:23:15.7114072+00:00</ModificationDateTime> <NotificationHubID>0de17243-b420-4757-8ca1-f98e32e5e9b0</NotificationHubID> <PromotionID>00d2939d-0291-4bce-87a9-50136a2f60a5</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-07T00:23:15.7114072+00:00</CreationDateTime> <CustomerAppID>6d6db021-75b4-42bf-b808-b0229e265a4d</CustomerAppID> <IsDeleted>true</IsDeleted> <MerchantID>1</MerchantID> <ModificationDateTime>2025-06-07T00:23:15.7114072+00:00</ModificationDateTime> <NotificationHubID>0de17243-b420-4757-8ca1-f98e32e5e9b0</NotificationHubID> <PromotionID>00d2939d-0291-4bce-87a9-50136a2f60a5</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-07T00:23:15.7114072+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>