¿En qué podemos ayudarte?
WorkOrder (class)
Contains information about the work order.
Properties
| Property | Type | Description |
|---|---|---|
| Id | integer | Work order identifier |
| CustomerCode | string | Customer code |
| ProjectCode | string | Project code |
| ManagerCode | string | Set employee code that is responsible for the work order |
| TypeCode | string | Type code of work order |
| TypeOfDayCode | string | Type of day code of work order |
| GradeCode | string | Grade code of work order |
| StatusCode | string | Status code of work order |
| StatusDate | date | Status date |
| StatusTime | datetime | Status time |
| Document | string | Document of work order |
| Reference | string | Reference text of work order |
| Description | string | Description text of work order |
| SupplierCode | string | Subcontractor supplier code |
| IsPreventive | boolean | Indicates if it is a preventive work |
| IsWarranty | boolean | Indicates if it is warranty work |
| IsBillable | boolean | Indicates if it is billable work |
| ContactPerson | string | Contact of work order |
| ContactVATNumber | string | Tax identification number of contact |
| ContactAddress | string | Contact address |
| ContactCity | string | Contact city |
| ContactState | string | Contact state |
| ContactZipCode | string | Contact zipcode |
| ContactPhone1 | string | Phone 1 of the contact |
| ContactPhone2 | string | Phone 2 of the contact |
| ContactPhone3 | string | Phone 3 of the contact |
| ContactCountryCode | string | |
| ContactZoneCode | string | |
| ContactEmail | string | |
| NoticeDate | date | Notice date of work |
| NoticeTime | datetime | Notice time of work |
| NoticeDetails | string | Notice details |
| ExpectedDate | date | Expected date of work |
| ExpectedTime | datetime | Expected time of work |
| AgreedDateWithCustomer | boolean | Indicates if it is agreed date with customer |
| StartDate | date | Start date of work |
| StartTime | datetime | Start time of work |
| EndDate | date | End date of work |
| EndTime | datetime | End time of work |
| WorkDetails | string | Work details |
| Observations | string | Observations of work order |
| ObservationsTechnical | string | Observations technical of work order |
| Teams | list of WorkOrderTeam | Collect the teams of the work order, see more in WorkOrderTeam (class) |
| Products | list of WorkOrderProduct | Collect the products of the work order, see more in WorkOrderProduct (class) |
* Required to create a new work order