Property | Type | Length | Description | Req? | Field Mapping: ServiceScheduling |
---|
Tech | string
SS: EmpID (string)
|
| Pass through parameter to the ServiceScheduling "Fix Break Times" API. The identifier of the employee to whom the break is assigned. | Yes | empID
|
Breaks | array | max 5 | Pass through parameter to the ServiceScheduling "Fix Break Times" API. Up to 5 break structures can be supplied if multiple breaks are to be updated. See Breaks.objects |
Property | Type | Length | Description | Req? |
---|
Name | string
SS:
BreakName (string)
SS: 20 | Pass through parameter to the ServiceScheduling "Fix Break Times" API. The name of the break. SS Field: breaks.BreakName | Yes | Type | string
SS:
BreakType
Pass through parameter to the ServiceScheduling "Fix Break Times" API. The type of the break. SS Field: breaks.BreakType SS Valid Values: "Default", "Overridden", "Fixed"
| Yes | Start | string
SS:
spDateTime
SS: 16Pass through parameter to the ServiceScheduling "Fix Break Times" API.
The date and time at which the break will start/has started
SS Field: breaks.BreakStart
Yes | Duration | integer | Pass through parameter to the ServiceScheduling "Fix Break Times" API. The length of the break in minutes. The length of the break can be 0 to 999 minutes. SS Field: breaks.BreakDuration | YesYes | breaks
| Options | object Pass through parameter to the ServiceScheduling "Fix Break Times" API. |
Property | Type | Description | Req? |
---|
Started | Boolean
| Pass through parameter to the ServiceScheduling "Fix Break Times" API. When supplied and true , all named breaks supplied will be updated to have a status of Started . If the options value of Finished is also supplied, SP_OPTION_COMBINATION_INVALID (159) is returned. If not supplied, and the options value of Finished is also not supplied, then any of the breaks being updated that have previously been set to have a status of either Started or Finished will be set to the Fixed state and SP_OK_BREAK_STATUS_LOST (695) is returned SS Field: options.Started | No | Finished | Boolean | Pass through parameter to the ServiceScheduling "Fix Break Times" API. When supplied and true , all named breaks supplied will be updated to have a status of Finished . If the options value of Started is also supplied, SP_OPTION_COMBINATION_INVALID (159) is returned. If not supplied, and the options value of Started is also not supplied, then any of the breaks being updated that have previously been set to have a status of either Started or Finished will be set to the Fixed state and SP_OK_BREAK_STATUS_LOST (695) is returned SS Field: options.Finished | No |
NoNo | see FixBreakTimes.options.object |