OnSiteJobsRequestBookingDetailsInput
Input fields
Comment for the request.
Is emergency.
Combined reason and sub-reason for the request. It will be in the format of 'REASON___SUB_REASON'. Sub-reason can be optional so the format can also be just 'REASON'.
Request reporter.
Supply point external identifier to market name mappings to associate with the request. If this is provided, supply_point_internal_ids cannot be provided.
List of internal IDs of supply points to associate with the request. If this is provided, supply_point_identifier_to_market_name_mapping cannot be provided.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"comment": "tend-throughout-international-put-name",
"isEmergency": true,
"reason": "METER_REMOVAL___BLANK_DISPLAY",
"reporter": ReporterInput,
"supplyPointIdentifierToMarketNameMapping": SupplyPointIdentifierToMarketNameMappingInput,
"supplyPointInternalIds": 25
}