POST api/v1/WeeklyProgram/WeeklyDoorProgram
Request Information
URI Parameters
None.
Body Parameters
DoorLimit| Name | Description | Type | Additional information |
|---|---|---|---|
| limit | integer |
None. |
|
| skip | integer |
None. |
|
| LastUpdated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"limit": 1,
"skip": 2,
"LastUpdated": "2025-12-06T17:35:41.1881532+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.