POST api/Schedules/PostSchedule
Request Information
URI Parameters
None.
Body Parameters
PropertySchedulesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| BrancheId | integer |
None. |
|
| ContractId | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Recurring | boolean |
None. |
|
| FrequencyType | integer |
None. |
|
| StartDate | string |
None. |
|
| ScheduleDate | string |
None. |
|
| Time | string |
None. |
|
| EndType | integer |
None. |
|
| EndDate | string |
None. |
|
| CalendarColor | string |
None. |
|
| ShowMoreOptions | boolean |
None. |
|
| InvoiceableTask | boolean |
None. |
|
| CustomerId | integer |
None. |
|
| Location | string |
None. |
|
| EmployeeCategoryId | integer |
None. |
|
| Employees | string |
None. |
|
| CallId | integer |
None. |
|
| Notes | string |
None. |
|
| Active | boolean |
None. |
|
| CreateUser | integer |
None. |
|
| CreateDate | date |
None. |
|
| OneScheduleDate | PropertyScheduleDateDTO |
None. |
|
| LstScheduleItemsServices | Collection of PropertyScheduleItemsServicesDTO |
None. |
|
| CustomerDTO | PropertyCustomersDTO |
None. |
|
| LstEmployeeDTO | Collection of PropertyEmployeeDTO |
None. |
|
| EmpsID | Collection of integer |
None. |
|
| EstimateDTO | PropertyEstimateDTO |
None. |
|
| InvoiceDTO | PropertyInvoiceDTO |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |