Skip to main content

Input fields

contactCustomer : Boolean

Whether or not the service order requires contacting the customer.

contactName : String! required

Customer contact name for the service order.

contactNumber : String! required

Customer contact number for the service order.

disconnectionType : DisconnectionType! required

Possible values: CREDIT: CREDIT VACANT: VACANT NETWORK: NETWORK

dogNotes : String default: No Dogs.

Dog notes for the service order.

executionMethod : ExecutionMethod! required

Possible values: REMOTE: REMOTE FIELD: FIELD

hazardNotes : String default: No Hazards.

Hazard notes for the service order.

icpNumber : ID! required

The ICP number of the supply point for the service order.

medicallyDependent : Boolean

Whether or not the customer is medically dependent.

meterAccessible : Boolean

Whether or not meter is accessible.

specialAccessInstructions : String default: No Special Access Instructions.

Special access instructions for the service order.

specialWorkInstructions : String default: No Special Work Instructions.

Special work instructions for the service order.

wiringChanges : Boolean

Whether or not the service order requires wired changes.

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

{ "contactCustomer": true, "contactName": "time-loss-can-spring-model", "contactNumber": "next-such-ok-mind-air", "disconnectionType": "CREDIT", "dogNotes": "woman-yard-sea-customer-home", "executionMethod": "REMOTE", "hazardNotes": "food-important-call-ask-feel", "icpNumber": "97391450", "medicallyDependent": true, "meterAccessible": true, "specialAccessInstructions": "move-individual-five-evening-see", "specialWorkInstructions": "minute-across-business-first-risk", "wiringChanges": true }