Fetch the reconciliation categories for a specific language
get
/service/v1/reconCategories
This API fetches reconciliation categories for a specific language.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
language: string
Language
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Nested Schema : ReconCategoryDto
Type:
Show Source
object
-
allocationRequired:
string
Allocation Required
-
allowMultipleGenRule:
string
Allow Multiple Gen Rule
-
categoryDesc:
string
Category Description
-
categoryName:
string
Category Name
-
entities:
array entities
Nested Schema : ReconEntityDto
Type:
Show Source
object
-
entityDesc:
string
Entity Description
-
entityName:
string
Entity Name
-
entityType:
string
Entity Type
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error