Participant APIs | REST

Selected Version:
Download Open API File

Update a list of document categories

https://api.wealthcare.com/participant/services/document/management/catetgory/{tpaId}

Update the document categories associated with a specific TPA ID. This operation is used to modify existing categories or add new ones as needed.

Request

  • tpaId string Required

    A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.

  • refresh boolean

    If set to true, the operation returns the updated list of document categories after the changes are saved; if false, it returns an empty response.

  • decrypt integer <int32>

    Indicate if the URI parameters are encrypted or not. Use 1 for encrypted, 0 for decrypted (default is 0). This affects how the API interprets the incoming identifiers.

  • array <object>
    • TpaId string
    • CategoryKey integer <int32>
    • CategoryId string
    • CategoryName string
    • DisplayOrder integer <int32>
    • LastUpdateDate string <date-time>
  • array <object>
    • TpaId string
    • CategoryKey integer <int32>
    • CategoryId string
    • CategoryName string
    • DisplayOrder integer <int32>
    • LastUpdateDate string <date-time>

Response

  • array <object>
    • TpaId string
    • CategoryKey integer <int32>
    • CategoryId string
    • CategoryName string
    • DisplayOrder integer <int32>
    • LastUpdateDate string <date-time>
  • array <object>
    • TpaId string
    • CategoryKey integer <int32>
    • CategoryId string
    • CategoryName string
    • DisplayOrder integer <int32>
    • LastUpdateDate string <date-time>
Response Headers
No response yet.
Response Body
No response yet.

AI Assistant Preview

Generating response...