---
title: "Changes to Create a new Job"
method: POST
path: "/job.json"
---

# Changes to Create a new Job

`POST /job.json`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 50 revisions.

- **2025-09-12** `638a8df09bf4` — 13 breaking, 7 warning
- **2025-08-14** `ca9b053c4373` — 4 info
- **2025-08-11** `f2e41074a468` — 8 breaking, 8 info

## Changes

- **2025-09-12** `638a8df09bf4` — 13 breaking, 7 warning
  - removed the enum value `0.00` of the request property `geo_is_valid`
  - removed the enum value `1.00` of the request property `geo_is_valid`
  - the `geo_city` request property type/format changed from `string`/`` to ``/``
  - the `geo_country` request property type/format changed from `string`/`` to ``/``
  - the `geo_is_valid` request property type/format changed from `integer`/`` to ``/``
  - the `geo_number` request property type/format changed from `string`/`` to ``/``
  - the `geo_postcode` request property type/format changed from `string`/`` to ``/``
  - the `geo_state` request property type/format changed from `string`/`` to ``/``
  - the `geo_street` request property type/format changed from `string`/`` to ``/``
  - the `invoice_sent_stamp` request property type/format changed from `string`/`` to ``/``
  - the `lat` request property type/format changed from `number`/`float` to ``/``
  - the `lng` request property type/format changed from `number`/`float` to ``/``
  - the `quote_sent_stamp` request property type/format changed from `string`/`` to ``/``
  - removed the request property `active`
  - removed the request property `completion_actioned_by_uuid`
  - removed the request property `generated_job_id`
  - removed the request property `job_is_scheduled_until_stamp`
  - removed the request property `payment_processed_stamp`
  - removed the request property `payment_received_stamp`
  - removed the request property `total_invoice_amount`
- **2025-08-14** `ca9b053c4373` — 4 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2025-08-11** `f2e41074a468` — 8 breaking, 8 info
  - request property `geo_is_valid` was restricted to a list of enum values
  - request property `invoice_sent` was restricted to a list of enum values
  - request property `payment_processed` was restricted to a list of enum values
  - request property `payment_received` was restricted to a list of enum values
  - the `geo_is_valid` request property type/format changed from `string`/`` to `integer`/``
  - the `invoice_sent` request property type/format changed from `string`/`` to `integer`/``
  - the `payment_processed` request property type/format changed from `string`/`` to `integer`/``
  - the `payment_received` request property type/format changed from `string`/`` to `integer`/``
  - added the new `0.00` enum value to the request property `geo_is_valid`
  - added the new `0.00` enum value to the request property `invoice_sent`
  - added the new `0.00` enum value to the request property `payment_processed`
  - added the new `0.00` enum value to the request property `payment_received`
  - added the new `1.00` enum value to the request property `geo_is_valid`
  - added the new `1.00` enum value to the request property `invoice_sent`
  - added the new `1.00` enum value to the request property `payment_processed`
  - added the new `1.00` enum value to the request property `payment_received`

---

[Operation](https://skmtc.dev/servicem8/apis/servicem8-api/docs/job.json/post.md) · [API](https://skmtc.dev/servicem8/apis/servicem8-api.md) · [Page](https://skmtc.dev/servicem8/apis/servicem8-api/changes/job.json/post)
