Skip to content

Add requestedVersion to RapidCustomerIdentificationSubscriptionInput#36

Merged
brandonbk merged 3 commits intomainfrom
requestedPrintVersion
Sep 25, 2025
Merged

Add requestedVersion to RapidCustomerIdentificationSubscriptionInput#36
brandonbk merged 3 commits intomainfrom
requestedPrintVersion

Conversation

@B77Mills
Copy link
Member

@B77Mills B77Mills commented Sep 24, 2025

new Example payload sent to omeda:

{
  RunProcessor: 1,
  Products: [
    { OmedaProductId: 30, Receive: 1 },
    { OmedaProductId: 7, Receive: 1, RequestedVersion: 'D' },
    { OmedaProductId: 8, Receive: 1, RequestedVersion: 'B' }
  ],
  Emails: [ { EmailAddress: 'brian+9-24-4@parameter1.com' } ],
  FirstName: 'Brian',
  LastName: 'Miller',
  Addresses: [ { CountryCode: 'USA' } ],
  CustomerDemographics: [
    { OmedaDemographicId: 6, OmedaDemographicValue: [Array] },
    { OmedaDemographicId: 10, OmedaDemographicValue: [Array] },
    { OmedaDemographicId: 167, OmedaDemographicValue: [Array] }
  ],
  CustomerBehaviors: [
    {
      BehaviorId: 740,
      BehaviorDate: '2025-09-24 20:28:05',
      BehaviorAttributes: [Array]
    }
  ],
  PromoCode: 'P1Default'
}
Screenshot 2025-09-24 at 3 29 40 PM

@brandonbk brandonbk marked this pull request as ready for review September 25, 2025 12:30
@brandonbk brandonbk merged commit 3c43bed into main Sep 25, 2025
4 checks passed
@brandonbk brandonbk deleted the requestedPrintVersion branch September 25, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants