Fetch pricing templates for given pricing category
get
/service/v1/prcMethods
This endpoint is used to fetch the pricing templates for given pricing category.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
applicationCode(required): string
Application code
-
prcCategory(required): string
Pricing category
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
200 Response
Provides pricing templates
Nested Schema : ObPrcMethodsModel
Type:
Show Source
array
-
Array of:
object ObPrcMethodsModel
Pricing Methods Model
Nested Schema : ObPrcMethodsModel
Type:
object
Pricing Methods Model
Show Source
-
applicationCode:
string
Application Id
-
id:
integer(int64)
Id of the Parameter
-
prcCategory:
string
Pricing Category
-
prcCategoryDesc:
string
Pricing Category Description
-
prcMethod:
string
Pricing Method
-
prcMethodDesc:
string
Pricing Method Description
-
slabType:
string
Slab Type
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error