POST api/scheduling/resourcetime/update

Request Information

URI Parameters

None.

Body Parameters

ResourceTimeModel
NameDescriptionTypeAdditional information
Resource_Time_ID

globally unique identifier

None.

Resource_ID

globally unique identifier

None.

start_val

integer

None.

end_val

integer

None.

sunday_ind

boolean

None.

monday_ind

boolean

None.

tuesday_ind

boolean

None.

wednesday_ind

boolean

None.

thursday_ind

boolean

None.

friday_ind

boolean

None.

saturday_ind

boolean

None.

active_ind

boolean

None.

start_dt

date

None.

end_dt

date

None.

Resource

ResourceModel

None.

Request Formats

application/json, text/json

Sample:
{
  "resource_Time_ID": "e27ee928-c7fd-4a4e-9510-00325b07e4bb",
  "resource_ID": "caf6c55a-1717-47b5-9a87-d0ceaf2b61df",
  "start_val": 3,
  "end_val": 4,
  "sunday_ind": true,
  "monday_ind": true,
  "tuesday_ind": true,
  "wednesday_ind": true,
  "thursday_ind": true,
  "friday_ind": true,
  "saturday_ind": true,
  "active_ind": true,
  "start_dt": "2025-08-14T21:52:47.5745309+00:00",
  "end_dt": "2025-08-14T21:52:47.5745309+00:00",
  "resource": {
    "$id": "2",
    "resource_id": "ebc2e162-76d4-4366-882a-bb499d429236",
    "name_txt": "sample string 2",
    "color_a": 3,
    "color_r": 4,
    "color_g": 5,
    "color_b": 6,
    "start_val": 7,
    "end_val": 8,
    "active_ind": true,
    "isShow": true,
    "resourceTimes": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ]
  }
}

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.