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
Service/PriceModel#POST and Service/PriceModel#PUT endpoints works that ways, so they creates new 'virtual service' records while defining price model for customer.
To edit this price models it is needed to provide ID of this new object.
To gain user access to that value, let's make it so the requests would return proper ID in its response.
Details
N/A
Acceptance criteria
Service/PriceModel#POST returns ID of 'virtual service' in the response
Service/PriceModel#POST returns ID of 'virtual service' in the response
Additional context
The text was updated successfully, but these errors were encountered:
adamczykba
changed the title
'Virtual service IDs' in Service/PriceModel#POST and Service/PriceModel#PUT responses
'Virtual service IDs' in Service/PriceModel#POST and Service/PriceModel#PUT is returned in the response
Jun 18, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
Service/PriceModel#POST and Service/PriceModel#PUT endpoints works that ways, so they creates new 'virtual service' records while defining price model for customer.
To edit this price models it is needed to provide ID of this new object.
To gain user access to that value, let's make it so the requests would return proper ID in its response.
Details
N/A
Acceptance criteria
Additional context
The text was updated successfully, but these errors were encountered: