Demonstration of a Job sheet processing system using .NET Core 3.1
- .NET Core 3.1 SDK
- Angular CLI 'npm install -g @angular/cli'
POST /job/create
{
"referenceLabourInMinutes": 330,
"referencePrice": 670,
"items": [
{
"$type": "TyreReplacement",
"position": "NearsideFront"
},
{
"$type": "TyreReplacement",
"position": "OffsideFront"
},
{
"$type": "Exhaust"
},
{
"$type": "OilChange"
}
]
}