RecurringChargeTemplateRs
Web service for managing org.meveo.model.catalog.RecurringChargeTemplate.
The following resources are applicable:
- /catalog/recurringChargeTemplate
- /catalog/recurringChargeTemplate/{recurringChargeTemplateCode}
- /catalog/recurringChargeTemplate/version
/catalog/recurringChargeTemplate
Mount Point: /api/rest/catalog/recurringChargeTemplate
The following operations are supported on this resource:
POST
Create recurring charge template.
Request Body
element: | RecurringChargeTemplate |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
GET
Search recurring charge template with a given code.
Parameters
name | description | type | default |
---|---|---|---|
recurringChargeTemplateCode | (no documentation provided) | query |
Response Body
element: | GetRecurringChargeTemplateResponse |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update recurring charge template.
Request Body
element: | RecurringChargeTemplate |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/catalog/recurringChargeTemplate/{recurringChargeTemplateCode}
Mount Point: /api/rest/catalog/recurringChargeTemplate/{recurringChargeTemplateCode}
DELETE
Remove recurring charge template with a given code.
Parameters
name | description | type | default |
---|---|---|---|
recurringChargeTemplateCode | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/catalog/recurringChargeTemplate/version
Mount Point: /api/rest/catalog/recurringChargeTemplate/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)