Open APIs

 View Only

TMF632 PATCH Individual for contactType

  • 1.  TMF632 PATCH Individual for contactType

    TM Forum Member
    Posted Mar 13, 2020 09:18

    The sub-resource /individual/ContactMedium/MediumCharacteristic  from  does not provide separate attribute for "mobileNumber", TMF suggest to use "contactType" to distinguish the "phoneNumber" so the representation will look like below.

    The question if client would like to update the "mobile number" only for above resource, how shall the PATCH request look like? 




    {
    //….
    "contactMedium":
    [
    { "mediumType": "telephoneNumber",
    "characteristic":
    { "contactType": "landLine",
    "phoneNumber": "0231567891"
    }
    },
    { "mediumType": "telephoneNumber",
    "characteristic":
    { "contactType": "mobile",
    "phoneNumber": "017670473311"
    }
    }
    ],
    …//
    }
     



    ------------------------------
    Thanks

    ------------------------------