GET api/TechnologicalProcess/GetWorkShopTool?ToolID={ToolID}&Active={Active}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ToolID

string

None.

Active

boolean

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WorkShopTool
NameDescriptionTypeAdditional information
ToolID

string

None.

Title

string

None.

HourlyRate

decimal number

None.

OverHead

decimal number

None.

LifeSpan

decimal number

None.

LifeSpanUM

string

None.

CostUnitID

string

None.

Active

boolean

None.

InsUpdDate

date

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfWorkShopTool xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WorkShopTool>
    <ToolID>sample string 1</ToolID>
    <Title>sample string 2</Title>
    <HourlyRate>1</HourlyRate>
    <OverHead>1</OverHead>
    <LifeSpan>1</LifeSpan>
    <LifeSpanUM>sample string 3</LifeSpanUM>
    <CostUnitID>sample string 4</CostUnitID>
    <Active>true</Active>
    <InsUpdDate>2024-03-29T08:56:57.1883186+01:00</InsUpdDate>
  </WorkShopTool>
  <WorkShopTool>
    <ToolID>sample string 1</ToolID>
    <Title>sample string 2</Title>
    <HourlyRate>1</HourlyRate>
    <OverHead>1</OverHead>
    <LifeSpan>1</LifeSpan>
    <LifeSpanUM>sample string 3</LifeSpanUM>
    <CostUnitID>sample string 4</CostUnitID>
    <Active>true</Active>
    <InsUpdDate>2024-03-29T08:56:57.1883186+01:00</InsUpdDate>
  </WorkShopTool>
</ArrayOfWorkShopTool>