Participant APIs | REST

Version:
Download Open API Specification

This Method gets the Data Partner Custom Text

https://api.wealthcare.com/participant/services/datapartner/datapartnercustomtext/{dataPartnerId}/{customTextOption}/{ctype}

Retrieve custom text associated with a specific data partner, identified by their unique ID and custom text options. This endpoint is useful for fetching dynamic text configurations that may vary based on the data partner's settings.

Request

  • dataPartnerId string Required

    Data Partner Id

  • customTextOption integer <int32> Required

    Custom Text Option. 1: CIPType.

  • ctype integer <int32> Required

    Custom Text Type. 16: IDV_DOB_AFTER_END_ISSUE_DATE, 64: ENROLLEE_IN_DECEASED_FILE, 128: IDV_ENROLLEE_UNDER_AGED

Response

  • array <object>
    • DataPartnerId string
    • DataPartnerCustomTextKey integer <int32>
    • CustomTextOption integer <int32>
    • CustomTextType integer <int32>
    • CustomText string
    • InsertUserIdKey integer <int32>
    • UpdateUserIdKey integer <int32>

AI Assistant Preview

Generating response...