Skip to content
/ opus Public

Demonstration of a work ticket processing system using .NET Core

License

Notifications You must be signed in to change notification settings

mortware/opus

Repository files navigation

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"
    }
  ]
}

About

Demonstration of a work ticket processing system using .NET Core

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published