POST api/workshopInstance/update

Request Information

URI Parameters

None.

Body Parameters

UpdateWorkshopInstanceBindingModels
NameDescriptionTypeAdditional information
Id

integer

Required

Range: inclusive between 0 and 2147483647

workshopID

integer

Required

Range: inclusive between 0 and 2147483647

description

string

None.

educationDisplay

string

None.

trainingRoomID

integer

None.

teacherID

integer

None.

startDateTime

date

None.

endDateTime

date

None.

capacity

integer

None.

maxWaitingList

integer

None.

cost

decimal number

None.

cancellationCost

decimal number

None.

userID

integer

Required

Range: inclusive between 0 and 2147483647

isActive

boolean

None.

printerId

integer

None.

allowSelfCheckIn

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "workshopID": 2,
  "description": "sample string 3",
  "educationDisplay": "sample string 4",
  "trainingRoomID": 5,
  "teacherID": 6,
  "startDateTime": "2024-11-02T17:17:52.3139417+00:00",
  "endDateTime": "2024-11-02T17:17:52.3139417+00:00",
  "capacity": 9,
  "maxWaitingList": 10,
  "cost": 11.0,
  "cancellationCost": 12.0,
  "userID": 13,
  "isActive": true,
  "printerId": 15,
  "allowSelfCheckIn": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.