PricePlanRs
Web service for managing org.meveo.model.catalog.PricePlanMatrix.
The following resources are applicable:
- /catalog/pricePlan
- /catalog/pricePlan/{pricePlanCode}
- /catalog/pricePlan/createOrUpdate
- /catalog/pricePlan/version
/catalog/pricePlan
Mount Point: /api/rest/catalog/pricePlan
The following operations are supported on this resource:
POST
Create price plan.
Request Body
| element: | PricePlan |
| media types: | application/xml application/json |
(no documentation provided)
Response Body
| element: | ActionStatus |
| media types: | application/xml application/json |
(no documentation provided)
PUT
Update price plan.
Request Body
| element: | PricePlan |
| media types: | application/xml application/json |
(no documentation provided)
Response Body
| element: | ActionStatus |
| media types: | application/xml application/json |
(no documentation provided)
GET
Search price plan with a given id.
Parameters
| name | description | type | default |
|---|---|---|---|
| pricePlanCode | (no documentation provided) | query |
Response Body
| element: | GetPricePlanResponse |
| media types: | application/xml application/json |
(no documentation provided)
GET
Parameters
| name | description | type | default |
|---|---|---|---|
| eventCode | (no documentation provided) | query |
Response Body
| element: | PricePlanMatrixesResponse |
| media types: | application/xml application/json |
(no documentation provided)
/catalog/pricePlan/{pricePlanCode}
Mount Point: /api/rest/catalog/pricePlan/{pricePlanCode}
DELETE
Remove price plan with a given id.
Parameters
| name | description | type | default |
|---|---|---|---|
| pricePlanCode | (no documentation provided) | path |
Response Body
| element: | ActionStatus |
| media types: | application/xml application/json |
(no documentation provided)
/catalog/pricePlan/createOrUpdate
Mount Point: /api/rest/catalog/pricePlan/createOrUpdate
POST
Request Body
| element: | PricePlan |
| media types: | application/xml application/json |
(no documentation provided)
Response Body
| element: | ActionStatus |
| media types: | application/xml application/json |
(no documentation provided)
/catalog/pricePlan/version
Mount Point: /api/rest/catalog/pricePlan/version
GET
Response Body
| element: | ActionStatus |
| media types: | application/xml application/json |
(no documentation provided)