PUT api/Rating

Request Information

URI Parameters

None.

Body Parameters

Rating
NameDescriptionTypeAdditional information
ID

integer

None.

Describe

string

None.

StarsNumber

integer

None.

AddDete

date

None.

IDUser

globally unique identifier

None.

IDActivity

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Describe": "sample string 2",
  "StarsNumber": 3,
  "AddDete": "2024-07-27T10:52:53.0722577+02:00",
  "IDUser": "506f3da0-e605-4986-8520-767d06bc2e2b",
  "IDActivity": "69f3c717-eed8-42b4-9086-ba4f3d96dde9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.