POST api/v1/DoorProgram/CreateWDoorProgram

Request Information

URI Parameters

None.

Body Parameters

DoorProgram
NameDescriptionTypeAdditional information
DoorProgramID

integer

None.

_ProgramName

string

None.

_Time

date

None.

_Week

Week

None.

_Task

PROGRAM_TASK

None.

Request Formats

application/json, text/json

Sample:
{
  "DoorProgramID": 1,
  "_ProgramName": "sample string 2",
  "_Time": "2025-12-06T11:09:30.284908+00:00",
  "_Week": {
    "_Mon": 0,
    "_Tue": 0,
    "_Wed": 0,
    "_Thu": 0,
    "_Fr": 0,
    "_Sat": 0,
    "_Sun": 0,
    "_Hol": 0,
    "_Sp": 0
  },
  "_Task": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.