Add a new document category.
https://api.wealthcare.com/participant/services/document/management/catetgory/{tpaId}
This endpoint allows you to create a new document category associated with a specific TPA (Third Party Administrator) identified by the tpaId. It is typically used when introducing new categories for organizing documents within the system.
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
Indicates whether to return the updated list of document categories after the new category is saved. Set to true to receive the updated list, or false to receive no content.
-
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.
-
TpaId string
-
CategoryName string
-
DisplayOrder integer <int32>
-
TpaId string
-
CategoryName string
-
DisplayOrder integer <int32>
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.