POST api/my/basura/foodwaste/adm/schedules
Request Information
URI Parameters
None.
Body Parameters
FWScheduleCreateDTOName | Description | Type | Additional information |
---|---|---|---|
customerID | integer |
None. |
|
schedule | Collection of SchedulesCreateDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "customerID": 1, "schedule": [ { "schedule": "2025-07-13T19:16:02.2077137+08:00" }, { "schedule": "2025-07-13T19:16:02.2077137+08:00" } ] }
application/xml, text/xml
Sample:
<FWScheduleCreateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO"> <customerID>1</customerID> <schedule> <SchedulesCreateDTO> <schedule>2025-07-13T19:16:02.2077137+08:00</schedule> </SchedulesCreateDTO> <SchedulesCreateDTO> <schedule>2025-07-13T19:16:02.2077137+08:00</schedule> </SchedulesCreateDTO> </schedule> </FWScheduleCreateDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.