You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Summary
Currently when service have no price model defined, PUT endpoint is used to create it. The same endpoint is then used for updating price model. Using example for updating price model delivered with Swagger leads to an error.
Details
Price model update for given service and for given customer should be verified and upgraded if necessary. Proper description in Swagger should be provied so that client could use the endpoint without any issues.
Additionally issue #137 must be verfied and resolved
Acceptance criteria
endpoints for setting the price model are working and are well documented
kowalczyka
changed the title
New endpoint for creating price model for specific service
Upgrade price model creation/update endpoint for specific service
Apr 6, 2020
Summary
Currently when service have no price model defined, PUT endpoint is used to create it. The same endpoint is then used for updating price model. Using example for updating price model delivered with Swagger leads to an error.
Details
Price model update for given service and for given customer should be verified and upgraded if necessary. Proper description in Swagger should be provied so that client could use the endpoint without any issues.
Additionally issue #137 must be verfied and resolved
Acceptance criteria
Additional context
N/A
The text was updated successfully, but these errors were encountered: