GET api/Job/GetNoNamedPreJobs/{serviceWorkerId}

Request Information

URI Parameters

Name Description Type Additional information
serviceWorkerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of NoNamedPreJobViewModel
Name Description Type Additional information
TableId

integer

None.

StatusId

integer

None.

ModifiedOn

date

None.

ProblemText

string

None.

PickedQuantity

integer

None.

ProductId

integer

None.

ProductName

string

None.

ProductShortName

string

None.

Quantity

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TableId": 1,
    "StatusId": 2,
    "ModifiedOn": "2025-05-17T00:17:13.3286717Z",
    "ProblemText": "sample string 3",
    "PickedQuantity": 1,
    "ProductId": 4,
    "ProductName": "sample string 5",
    "ProductShortName": "sample string 6",
    "Quantity": 7
  },
  {
    "TableId": 1,
    "StatusId": 2,
    "ModifiedOn": "2025-05-17T00:17:13.3286717Z",
    "ProblemText": "sample string 3",
    "PickedQuantity": 1,
    "ProductId": 4,
    "ProductName": "sample string 5",
    "ProductShortName": "sample string 6",
    "Quantity": 7
  }
]

text/html

Sample:
[{"TableId":1,"StatusId":2,"ModifiedOn":"2025-05-17T00:17:13.3286717Z","ProblemText":"sample string 3","PickedQuantity":1,"ProductId":4,"ProductName":"sample string 5","ProductShortName":"sample string 6","Quantity":7},{"TableId":1,"StatusId":2,"ModifiedOn":"2025-05-17T00:17:13.3286717Z","ProblemText":"sample string 3","PickedQuantity":1,"ProductId":4,"ProductName":"sample string 5","ProductShortName":"sample string 6","Quantity":7}]

application/xml, text/xml

Sample:
<ArrayOfNoNamedPreJobViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Job">
  <NoNamedPreJobViewModel>
    <ProductId>4</ProductId>
    <ProductName>sample string 5</ProductName>
    <ProductShortName>sample string 6</ProductShortName>
    <Quantity>7</Quantity>
    <StatusId>0</StatusId>
    <ModifiedOn>2025-05-17T00:17:13.3286717Z</ModifiedOn>
    <PickedQuantity>1</PickedQuantity>
    <ProblemText>sample string 3</ProblemText>
    <StatusId>2</StatusId>
    <TableId>1</TableId>
  </NoNamedPreJobViewModel>
  <NoNamedPreJobViewModel>
    <ProductId>4</ProductId>
    <ProductName>sample string 5</ProductName>
    <ProductShortName>sample string 6</ProductShortName>
    <Quantity>7</Quantity>
    <StatusId>0</StatusId>
    <ModifiedOn>2025-05-17T00:17:13.3286717Z</ModifiedOn>
    <PickedQuantity>1</PickedQuantity>
    <ProblemText>sample string 3</ProblemText>
    <StatusId>2</StatusId>
    <TableId>1</TableId>
  </NoNamedPreJobViewModel>
</ArrayOfNoNamedPreJobViewModel>