You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Add a contact to party in REST

edited Dec 3, 2020 10:43PM in Subscription Management 1 comment

Content

Hi,

I am currently facing below issue when importing subscription with party contact:
The combination of party role and party must be unique.(OSS - 6075049)

Here is an extract of the payload.. It seems "PrimaryPartyName" at header level may be in conflict with "parties" object.. Or may be something else ?

{
   "SubscriptionNumber": "<my number>",
   "BusinessUnitName": "XX",
   "SubscriptionProfileName": "DEFAULT",
   "PrimaryPartyName": "<BILL_TO CUSTOMER name",
 ....
   "BillToAccountNumber": "127842",
   "BillToSiteUseId": 100000160776746,
....
   "parties": [
      {
        "PartyId": 100000160733793,
        "PartyRole": "ORA_CUSTOMER",
        "contacts": [
            {
               "ContactRole": "ORA_CUSTOMER_CONTACT",
               "ContactId": 100000161091092
            }
         ]
      }
   ],

Note: all Ids are correct

Thanks

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!