Open APIs

 View Only
  • 1.  TMF 648 quote- details of the requester/ partner

    Posted Jun 11, 2021 05:57
    Requirement:
    As part of the create quote request..we need to submit partner details which includes 
    1st name, last name, job title along with the contact details. As part of the same request there could be multiple partner/ customer details and address.

    This is how i plan to achieve this. 
    Quote resource has contactMedium..as well as relatedParty {role, name, id}

    contactMedium{
    Mediumcharacteristic {

    "firstname": "", //extended to accommodate 1stname
    "lastname": "", //extended to accommodate lastname
    "jobTitle": "", //extended to accommodate jobTitle
    "city": "Newyork",
    "country": "US",
    "emailAddress": "abc.xyz@gmail.com",
    "phoneNumber": "XXXXXXXX",
    "postCode": "12345",
    "stateOrProvince": "",
    "street1": " 176 road",
    "street2": "racecourse"
    "street3": "pizzeria"
    }
    }
    Is it allowed to extend the contactMediumCharacteristics???

    ------------------------------
    Arup Sinha
    Infosys
    ------------------------------


  • 2.  RE: TMF 648 quote- details of the requester/ partner

    TM Forum Member
    Posted Jun 11, 2021 10:47
    Hi Arup
    It would seem to me to be healthier to use a PartyRole to record partner details, rather than extending medium characteristics.
    I suggest you look into that option.
    Hope it helps

    ------------------------------
    Jonathan Goldberg
    Amdocs Management Limited
    Any opinions and statements made by me on this forum are purely personal, and do not necessarily reflect the position of the TM Forum or my employer.
    ------------------------------