Skip to content

Instantly share code, notes, and snippets.

@dmitryTsatsarin
Last active November 27, 2015 13:44
Show Gist options
  • Save dmitryTsatsarin/a0dd60cbcf185c9ab384 to your computer and use it in GitHub Desktop.
Save dmitryTsatsarin/a0dd60cbcf185c9ab384 to your computer and use it in GitHub Desktop.
GET /api/vendor/service_provider_user/order/<pk>/deferred-price/options
{
"count": 2,
"previous": null,
"results": [{
"pk": 5,
"label": "option1"
}, {
"pk": 6,
"label": "option2"
}],
"next": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment