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: postPath:
/web/v1/chgPrcTmpl
- Authorize the chargePricingTemplateg template by given ID
- Method: putPath:
/web/v1/chgPrcTmpl/{id}/authorize
- Close the charge pricing template by given ID
- Method: patchPath:
/web/v1/chgPrcTmpl/{id}/close
- Deletes the charge pricing template identified by given ID
- Method: putPath:
/web/v1/chgPrcTmpl/{id}/delete
- Get all valid charge pricing template
- Method: getPath:
/web/v1/chgPrcTmpl
- Rejects the resource by given Resource Id
- Method: patchPath:
/web/v1/chgPrcTmpl/{id}/reject
- Reopen the charge pricing template by given ID
- Method: patchPath:
/web/v1/chgPrcTmpl/{id}/reopen
- Retrieves the charge pricing template actions by ID
- Method: getPath:
/web/v1/chgPrcTmpl/{id}/actions
- Retrieves the charge pricing template by ID.
- Method: getPath:
/web/v1/chgPrcTmpl/{id}
- Retrives the charge pricing template by given ID
- Method: getPath:
/web/v1/chgPrcTmpl/{id}/history
- Retrives the charge pricing template by given ID
- Method: getPath:
/web/v1/chgPrcTmpl/{id}/unauthorized
- Submit for the Resource
- Method: patchPath:
/web/v1/chgPrcTmpl/{id}/submit
- Update an existing charge pricing template
- Method: putPath:
/web/v1/chgPrcTmpl/{id}