OneShotChargeTemplateRs
Web service for managing org.meveo.model.catalog.OneShotChargeTemplate.
The following resources are applicable:
- /catalog/oneShotChargeTemplate
- /catalog/oneShotChargeTemplate/{oneShotChargeTemplateCode}
- /catalog/oneShotChargeTemplate/version
/catalog/oneShotChargeTemplate
Mount Point: /api/rest/catalog/oneShotChargeTemplate
The following operations are supported on this resource:
POST
Create one shot charge template.
Request Body
element: | OneShotChargeTemplate |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
PUT
Update one shot charge template.
Request Body
element: | OneShotChargeTemplate |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
GET
Search one shot charge templatewith a given code.
Parameters
name | description | type | default |
---|---|---|---|
oneShotChargeTemplateCode | (no documentation provided) | query |
Response Body
element: | GetOneShotChargeTemplateResponse |
media types: | application/xml application/json |
(no documentation provided)
GET
List one shot charge template with the following filters.
Parameters
name | description | type | default |
---|---|---|---|
languageCode | (no documentation provided) | query | |
countryCode | (no documentation provided) | query | |
currencyCode | (no documentation provided) | query | |
sellerCode | (no documentation provided) | query | |
date | (no documentation provided) | query |
Response Body
element: | OneShotChargeTemplateList |
media types: | application/xml application/json |
(no documentation provided)
/catalog/oneShotChargeTemplate/{oneShotChargeTemplateCode}
Mount Point: /api/rest/catalog/oneShotChargeTemplate/{oneShotChargeTemplateCode}
DELETE
Remove one shot charge template with a given code.
Parameters
name | description | type | default |
---|---|---|---|
oneShotChargeTemplateCode | (no documentation provided) | path |
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)
/catalog/oneShotChargeTemplate/version
Mount Point: /api/rest/catalog/oneShotChargeTemplate/version
GET
Response Body
element: | ActionStatus |
media types: | application/xml application/json |
(no documentation provided)