TAG LINE
SMALL TITLE
id | "id": 2 Type: Number This is the unique numeric identifier for the TimePeriodDetail |
dayOfWeekTypeId | "dayOfWeekTypeId": 1 Type: Number Unique identifier for the associated DayOfWeekType object. |
startTime | "startTime": "Hello World" Type: String |
endTime | "endTime": "Hello World" Type: String |
timePeriodId | "timePeriodId": 25 Type: Number Unique identifier for the associated TimePeriod object. |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
DELETE | api/v2/TimePeriod/Detail/{id:int} |
Delete an instance of the TimePeriodDetail object. |
GET | api/v2/TimePeriod/Detail |
Retrieve all of the TimePeriodDetail objects. |
GET | api/v2/TimePeriod/Detail/Paged |
Retreive all of the TimePeriodDetail objects in a paged fashion. |
GET | api/v2/TimePeriod/Detail/{id:int} |
Retrieve an instance of the TimePeriodDetail object by it's ID. | |
{id:int} | Unique identifier for the TimePeriodDetail object. |
POST | api/v2/TimePeriod/Detail |
Create a new instance of the TimePeriodDetail object. |
PUT | api/v2/TimePeriod/Detail/{id:int} |
Update an existing instance of the TimePeriodDetail object. |