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