GET api/job/type

Returns a list of Job Types

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of JobType
NameDescriptionTypeAdditional information
JobTypeId

integer

None.

JobTypeCode

string

None.

Description

string

None.

Inactive

boolean

None.

HoldBackPctg

decimal number

None.

PctgBilling

string

None.

CategoryId

integer

None.

COGSId

integer

None.

HoldBackAccountId

integer

None.

HoldBackItemId

integer

None.

ExpenseWhenIssued

boolean

None.

ForcePartReconciliation

string

None.

AllowCostToClose

string

None.

COGS2Id

integer

None.

UseCOGS2Value

decimal number

None.

ZeroPartPrice

string

None.

EstLaborUnitCost

decimal number

None.

LaborToGL

string

None.

LaborType

string

None.

LaborExpenseId

integer

None.

LaborWIPId

integer

None.

LaborDeferredId

integer

None.

OverHeadTypePFN

string

None.

OverHeadAmount

decimal number

None.

OverHeadDebitId

integer

None.

OverHeadCreditId

integer

None.

CommissionToGL

string

None.

CommissionType

string

None.

CommissionExpenseId

integer

None.

CommissionWIPId

integer

None.

CommissionDeferredId

integer

None.

AccruedIncomeId

integer

None.

MaterialWIPId

integer

None.

OtherWIPAccountId

integer

None.

AllowOverrideTaskList

string

None.

Lease

string

None.

MaterialItemId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "JobTypeId": 1,
    "JobTypeCode": "sample string 2",
    "Description": "sample string 3",
    "Inactive": true,
    "HoldBackPctg": 1.1,
    "PctgBilling": "sample string 5",
    "CategoryId": 1,
    "COGSId": 1,
    "HoldBackAccountId": 1,
    "HoldBackItemId": 1,
    "ExpenseWhenIssued": true,
    "ForcePartReconciliation": "sample string 7",
    "AllowCostToClose": "sample string 8",
    "COGS2Id": 9,
    "UseCOGS2Value": 10.0,
    "ZeroPartPrice": "sample string 11",
    "EstLaborUnitCost": 12.0,
    "LaborToGL": "sample string 13",
    "LaborType": "sample string 14",
    "LaborExpenseId": 15,
    "LaborWIPId": 16,
    "LaborDeferredId": 17,
    "OverHeadTypePFN": "sample string 18",
    "OverHeadAmount": 19.0,
    "OverHeadDebitId": 20,
    "OverHeadCreditId": 21,
    "CommissionToGL": "sample string 22",
    "CommissionType": "sample string 23",
    "CommissionExpenseId": 24,
    "CommissionWIPId": 25,
    "CommissionDeferredId": 26,
    "AccruedIncomeId": 27,
    "MaterialWIPId": 28,
    "OtherWIPAccountId": 29,
    "AllowOverrideTaskList": "sample string 30",
    "Lease": "sample string 31",
    "MaterialItemId": 32
  },
  {
    "JobTypeId": 1,
    "JobTypeCode": "sample string 2",
    "Description": "sample string 3",
    "Inactive": true,
    "HoldBackPctg": 1.1,
    "PctgBilling": "sample string 5",
    "CategoryId": 1,
    "COGSId": 1,
    "HoldBackAccountId": 1,
    "HoldBackItemId": 1,
    "ExpenseWhenIssued": true,
    "ForcePartReconciliation": "sample string 7",
    "AllowCostToClose": "sample string 8",
    "COGS2Id": 9,
    "UseCOGS2Value": 10.0,
    "ZeroPartPrice": "sample string 11",
    "EstLaborUnitCost": 12.0,
    "LaborToGL": "sample string 13",
    "LaborType": "sample string 14",
    "LaborExpenseId": 15,
    "LaborWIPId": 16,
    "LaborDeferredId": 17,
    "OverHeadTypePFN": "sample string 18",
    "OverHeadAmount": 19.0,
    "OverHeadDebitId": 20,
    "OverHeadCreditId": 21,
    "CommissionToGL": "sample string 22",
    "CommissionType": "sample string 23",
    "CommissionExpenseId": 24,
    "CommissionWIPId": 25,
    "CommissionDeferredId": 26,
    "AccruedIncomeId": 27,
    "MaterialWIPId": 28,
    "OtherWIPAccountId": 29,
    "AllowOverrideTaskList": "sample string 30",
    "Lease": "sample string 31",
    "MaterialItemId": 32
  }
]

application/xml, text/xml

Sample:
<ArrayOfJobType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SedonaServices.Models">
  <JobType>
    <AccruedIncomeId>27</AccruedIncomeId>
    <AllowCostToClose>sample string 8</AllowCostToClose>
    <AllowOverrideTaskList>sample string 30</AllowOverrideTaskList>
    <COGS2Id>9</COGS2Id>
    <COGSId>1</COGSId>
    <CategoryId>1</CategoryId>
    <CommissionDeferredId>26</CommissionDeferredId>
    <CommissionExpenseId>24</CommissionExpenseId>
    <CommissionToGL>sample string 22</CommissionToGL>
    <CommissionType>sample string 23</CommissionType>
    <CommissionWIPId>25</CommissionWIPId>
    <Description>sample string 3</Description>
    <EstLaborUnitCost>12</EstLaborUnitCost>
    <ExpenseWhenIssued>true</ExpenseWhenIssued>
    <ForcePartReconciliation>sample string 7</ForcePartReconciliation>
    <HoldBackAccountId>1</HoldBackAccountId>
    <HoldBackItemId>1</HoldBackItemId>
    <HoldBackPctg>1.1</HoldBackPctg>
    <Inactive>true</Inactive>
    <JobTypeCode>sample string 2</JobTypeCode>
    <JobTypeId>1</JobTypeId>
    <LaborDeferredId>17</LaborDeferredId>
    <LaborExpenseId>15</LaborExpenseId>
    <LaborToGL>sample string 13</LaborToGL>
    <LaborType>sample string 14</LaborType>
    <LaborWIPId>16</LaborWIPId>
    <Lease>sample string 31</Lease>
    <MaterialItemId>32</MaterialItemId>
    <MaterialWIPId>28</MaterialWIPId>
    <OtherWIPAccountId>29</OtherWIPAccountId>
    <OverHeadAmount>19</OverHeadAmount>
    <OverHeadCreditId>21</OverHeadCreditId>
    <OverHeadDebitId>20</OverHeadDebitId>
    <OverHeadTypePFN>sample string 18</OverHeadTypePFN>
    <PctgBilling>sample string 5</PctgBilling>
    <UseCOGS2Value>10</UseCOGS2Value>
    <ZeroPartPrice>sample string 11</ZeroPartPrice>
  </JobType>
  <JobType>
    <AccruedIncomeId>27</AccruedIncomeId>
    <AllowCostToClose>sample string 8</AllowCostToClose>
    <AllowOverrideTaskList>sample string 30</AllowOverrideTaskList>
    <COGS2Id>9</COGS2Id>
    <COGSId>1</COGSId>
    <CategoryId>1</CategoryId>
    <CommissionDeferredId>26</CommissionDeferredId>
    <CommissionExpenseId>24</CommissionExpenseId>
    <CommissionToGL>sample string 22</CommissionToGL>
    <CommissionType>sample string 23</CommissionType>
    <CommissionWIPId>25</CommissionWIPId>
    <Description>sample string 3</Description>
    <EstLaborUnitCost>12</EstLaborUnitCost>
    <ExpenseWhenIssued>true</ExpenseWhenIssued>
    <ForcePartReconciliation>sample string 7</ForcePartReconciliation>
    <HoldBackAccountId>1</HoldBackAccountId>
    <HoldBackItemId>1</HoldBackItemId>
    <HoldBackPctg>1.1</HoldBackPctg>
    <Inactive>true</Inactive>
    <JobTypeCode>sample string 2</JobTypeCode>
    <JobTypeId>1</JobTypeId>
    <LaborDeferredId>17</LaborDeferredId>
    <LaborExpenseId>15</LaborExpenseId>
    <LaborToGL>sample string 13</LaborToGL>
    <LaborType>sample string 14</LaborType>
    <LaborWIPId>16</LaborWIPId>
    <Lease>sample string 31</Lease>
    <MaterialItemId>32</MaterialItemId>
    <MaterialWIPId>28</MaterialWIPId>
    <OtherWIPAccountId>29</OtherWIPAccountId>
    <OverHeadAmount>19</OverHeadAmount>
    <OverHeadCreditId>21</OverHeadCreditId>
    <OverHeadDebitId>20</OverHeadDebitId>
    <OverHeadTypePFN>sample string 18</OverHeadTypePFN>
    <PctgBilling>sample string 5</PctgBilling>
    <UseCOGS2Value>10</UseCOGS2Value>
    <ZeroPartPrice>sample string 11</ZeroPartPrice>
  </JobType>
</ArrayOfJobType>