Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 591 Bytes

File metadata and controls

35 lines (31 loc) · 591 Bytes

opus

Demonstration of a Job sheet processing system using .NET Core 3.1

You will need

Request example

POST /job/create
{
  "referenceLabourInMinutes": 330,
  "referencePrice": 670,
  "items": [
    {
      "$type": "TyreReplacement",
      "position": "NearsideFront"
    },
    {
      "$type": "TyreReplacement",
      "position": "OffsideFront"
    },
    {
      "$type": "Exhaust"
    },
    {
      "$type": "OilChange"
    }
  ]
}