Charge Pricing Template API REST Endpoints

Charge Services/Charge Pricing Template API
This service is used for Charge Pricing Template related operation
Adds a new charge pricing template
Method: post
Path: /web/v1/chgPrcTmpl
Authorize the chargePricingTemplateg template by given ID
Method: put
Path: /web/v1/chgPrcTmpl/{id}/authorize
Close the charge pricing template by given ID
Method: patch
Path: /web/v1/chgPrcTmpl/{id}/close
Deletes the charge pricing template identified by given ID
Method: put
Path: /web/v1/chgPrcTmpl/{id}/delete
Get all valid charge pricing template
Method: get
Path: /web/v1/chgPrcTmpl
Rejects the resource by given Resource Id
Method: patch
Path: /web/v1/chgPrcTmpl/{id}/reject
Reopen the charge pricing template by given ID
Method: patch
Path: /web/v1/chgPrcTmpl/{id}/reopen
Retrieves the charge pricing template actions by ID
Method: get
Path: /web/v1/chgPrcTmpl/{id}/actions
Retrieves the charge pricing template by ID.
Method: get
Path: /web/v1/chgPrcTmpl/{id}
Retrives the charge pricing template by given ID
Method: get
Path: /web/v1/chgPrcTmpl/{id}/history
Retrives the charge pricing template by given ID
Method: get
Path: /web/v1/chgPrcTmpl/{id}/unauthorized
Submit for the Resource
Method: patch
Path: /web/v1/chgPrcTmpl/{id}/submit
Update an existing charge pricing template
Method: put
Path: /web/v1/chgPrcTmpl/{id}