POST api/ResourceAPI?date={date}&userID={userID}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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-11-21T03:17:03.9499238+00:00": [
    1,
    2
  ],
  "2025-11-21T03:17:04.0130904+00:00": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Dictionary`2'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, application/scim+json

Sample:
true