CreateOnSiteJobsRequestInputType
Input fields
Request related assets.
Comment for the request.
External reference for the request.
Is emergency.
Ignore any warnings raised by the request checks.
Request reporter.
Run validation checks before creating the request. Cannot be false when using AccountUser authentication.
Request status. This value may be overridden to APPROVAL_PENDING if the reason or emergency requires approval.
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
{
"assets": OnSiteJobsAssetInput,
"comment": "address-Mr-modern-can-value",
"externalReference": "sit-it-couple-matter-candidate",
"isEmergency": true,
"overrideRequestCheckWarnings": true,
"reporter": ReporterInput,
"runRequestChecks": true,
"status": "APPOINTMENT_FAILED",
"supplyPointIdentifierToMarketNameMapping": SupplyPointIdentifierToMarketNameMappingInput,
"supplyPointInternalIds": 36
}