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