Fetch the pricing templates

post

/service/v1/getChargeDetails

This endpoint is used to fetch the pricing templates based on given filter parameters.

Request

Supported Media Types
Header Parameters
Body ()
Charge filter parameters
Root Schema : ChargesRequestDto
Type: object
Show Source
Nested Schema : chargeCodes
Type: array
List of Charge Codes
Show Source
Nested Schema : StringStringMap
Type: object
Additional Properties Allowed
Show Source
Back to Top

Response

Supported Media Types

200 Response

Best possible record from the pricing methods
Body ()
Root Schema : ChargeCodeDetailsCollection
Type: object
Show Source
Nested Schema : priceMethods
Type: array
Price Methods
Show Source
Nested Schema : ChargeCodeDetails
Type: object
Show Source
Nested Schema : slabDetails
Type: array
Slab Details
Show Source
Nested Schema : SlabDetails
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top