We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the correct POST body for creating a new record under the 'Other' service time?
I've tried a number of variations of the request below, but I keep getting HTTP response 422.
{ "campus_id": 78665, "category_id": 524071, "replaces": true, "value": 217, "service_time_id": null, "service_date_time": "2020-02-23T00:00:00Z" }
Other things I've tried:
Does the API support creating new records under the 'Other' service time?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the correct POST body for creating a new record under the 'Other' service time?
I've tried a number of variations of the request below, but I keep getting HTTP response 422.
{
"campus_id": 78665,
"category_id": 524071,
"replaces": true,
"value": 217,
"service_time_id": null,
"service_date_time": "2020-02-23T00:00:00Z"
}
Other things I've tried:
Does the API support creating new records under the 'Other' service time?
The text was updated successfully, but these errors were encountered: