POST api/ResourceAPI?date={date}&userID={userID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
|
| userID | integer |
Required |
Body Parameters
Dictionary of date [key] and Collection of integer [value]Request Formats
application/json, text/json, application/scim+json
Sample:
{
"2025-12-14T16:30:52.4705922+00:00": [
1,
2
],
"2025-12-14T16:30:52.4863561+00:00": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, application/scim+json
Sample:
true