# Create job Payload to create a job. Endpoint: POST /createJob Version: 1.0.0 Security: Certificate ## Request fields (application/json): - `id` (integer, required) - `sent` (string, required) - `method` (string, required) - `ref` (string, required) - `content` (object, required) - `content.jobHeader` (object) - `content.jobHeader.serviceId` (string) - `content.jobHeader.requestorJobId` (string) - `content.jobHeader.providerJobId` (string) - `content.jobHeader.buyerReferenceId` (string) - `content.jobHeader.eventTimestamp` (string) - `content.jobHeader.providerDunsId` (string) - `content.jobHeader.requestorDunsId` (string) - `content.siteContactDetails` (object) - `content.siteContactDetails.name` (string) - `content.siteContactDetails.telephoneNumber` (string) - `content.appointmentTime` (string) - `content.accessRestrictions` (string) - `content.hazards` (string) - `content.installType` (object) - `content.installType.cityCode` (string) - `content.installType.jobCodes` (array) - `content.siteAddress` (object) - `content.siteAddress.locationId` (string) - `content.siteAddress.buildingNumber` (string) - `content.siteAddress.thoroughfareName` (string) - `content.siteAddress.dependentLocality` (string) - `content.siteAddress.postTown` (string) - `content.siteAddress.postcode` (string) - `content.siteCoordinates` (object) - `content.siteCoordinates.latitude` (number) - `content.siteCoordinates.longitude` (number) - `content.cabinetAddress` (object) - `content.cabinetCoordinates` (object) - `content.installInformation` (object) - `content.installInformation.cabinetSplitterPort` (string) - `content.installInformation.lineProfile` (string) - `content.installInformation.communicationsServiceProvider` (string) - `content.attachments` (array) - `content.attachments.title` (string) - `content.attachments.contentType` (string) - `content.additionalSiteContactDetails` (array) - `content.notes` (array) - `content.notes.timestamp` (string) - `content.notes.installationNotes` (string) - `content.notes.text` (string) - `content.confidenceFactor` (integer) Confidence factor of the work order. - `content.dropArchitectureType` (string) Type of drop architecture. - `content.networkTechnologyType` (string) Type of network technology. - `content.ontVendor` (string) ONT vendor type. - `content.emergencyResponseServicesJobDetails` (object) Details of emergency response services for the job. - `content.emergencyResponseServicesJobDetails.iTaskRef` (string) Reference to the iTask. - `content.emergencyResponseServicesJobDetails.incidentRef` (string) Reference to the incident. - `content.emergencyResponseServicesJobDetails.faultDescription` (string) Description of the fault. - `content.emergencyResponseServicesJobDetails.accessNeeded` (boolean) Indicates if access is needed. - `content.propertyFlags` (string) Property flags associated with the work order. - `content.projectReference` (string) Name of the project related to the work order. - `content.permittedONTs` (string) Permitted ONTs type of the work order. - `content.ispMigration` (boolean) Indicates whether the work order involves ISP migration. - `content.description` (string) Description of the work order. - `response` (object, required) - `response.jsonrpc` (string) - `response.result` (object)