POST api/Engineer/AddTempJobSheetDetails
Request Information
URI Parameters
None.
Body Parameters
TempJobsheet| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| JOBID | integer |
None. |
|
| clientId | integer |
None. |
|
| Customername | string |
None. |
|
| address | string |
None. |
|
| OrderNumber | string |
None. |
|
| JobNumber | string |
None. |
|
| InvoiceNumber | string |
None. |
|
| InvoiceTo | string |
None. |
|
| ServiceType | string |
None. |
|
| PlannedMaintenance | string |
None. |
|
| EquipmentIdentification | string |
None. |
|
| EquipmentInstallation | string |
None. |
|
| Appliance | string |
None. |
|
| Manufacturer | string |
None. |
|
| Model | string |
None. |
|
| SerialNo | string |
None. |
|
| AssetNumber | string |
None. |
|
| TotalTime | string |
None. |
|
| GasLeakTest | string |
None. |
|
| EarthLeakageTest | string |
None. |
|
| LoadTest | string |
None. |
|
| flashTest | string |
None. |
|
| InsRes | string |
None. |
|
| EC | string |
None. |
|
| MicrowaveLeakage | string |
None. |
|
| PowerOutput | string |
None. |
|
| fault | string |
None. |
|
| workDetails | string |
None. |
|
| TotalParts | decimal number |
None. |
|
| TotalLabour | decimal number |
None. |
|
| charges | string |
None. |
|
| SubTotal | decimal number |
None. |
|
| Vat | decimal number |
None. |
|
| TotalIncVat | decimal number |
None. |
|
| ChargeableStatus | string |
None. |
|
| warrantyStatus | string |
None. |
|
| JobCompleteStatus | string |
None. |
|
| Reason | string |
None. |
|
| PrintName | string |
None. |
|
| JobTitle | string |
None. |
|
| Engineerid | integer |
None. |
|
| Whenx | string |
None. |
|
| Whenxupdate | string |
None. |
|
| Action_required | boolean |
None. |
|
| AdditionalEquipment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"JOBID": 2,
"clientId": 3,
"Customername": "sample string 4",
"address": "sample string 5",
"OrderNumber": "sample string 6",
"JobNumber": "sample string 7",
"InvoiceNumber": "sample string 8",
"InvoiceTo": "sample string 9",
"ServiceType": "sample string 10",
"PlannedMaintenance": "sample string 11",
"EquipmentIdentification": "sample string 12",
"EquipmentInstallation": "sample string 13",
"Appliance": "sample string 14",
"Manufacturer": "sample string 15",
"Model": "sample string 16",
"SerialNo": "sample string 17",
"AssetNumber": "sample string 18",
"TotalTime": "sample string 19",
"GasLeakTest": "sample string 20",
"EarthLeakageTest": "sample string 21",
"LoadTest": "sample string 22",
"flashTest": "sample string 23",
"InsRes": "sample string 24",
"EC": "sample string 25",
"MicrowaveLeakage": "sample string 26",
"PowerOutput": "sample string 27",
"fault": "sample string 28",
"workDetails": "sample string 29",
"TotalParts": 30.1,
"TotalLabour": 31.1,
"charges": "sample string 32",
"SubTotal": 33.1,
"Vat": 34.1,
"TotalIncVat": 35.1,
"ChargeableStatus": "sample string 36",
"warrantyStatus": "sample string 37",
"JobCompleteStatus": "sample string 38",
"Reason": "sample string 39",
"PrintName": "sample string 40",
"JobTitle": "sample string 41",
"Engineerid": 42,
"Whenx": "sample string 43",
"Whenxupdate": "sample string 44",
"Action_required": true,
"AdditionalEquipment": "sample string 46"
}
application/xml, text/xml
Sample:
<BETempJobsheet.TempJobsheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tentacle_FastFixSystem_API.Models.BE"> <Action_required>true</Action_required> <AdditionalEquipment>sample string 46</AdditionalEquipment> <Appliance>sample string 14</Appliance> <AssetNumber>sample string 18</AssetNumber> <ChargeableStatus>sample string 36</ChargeableStatus> <Customername>sample string 4</Customername> <EC>sample string 25</EC> <EarthLeakageTest>sample string 21</EarthLeakageTest> <Engineerid>42</Engineerid> <EquipmentIdentification>sample string 12</EquipmentIdentification> <EquipmentInstallation>sample string 13</EquipmentInstallation> <GasLeakTest>sample string 20</GasLeakTest> <Id>1</Id> <InsRes>sample string 24</InsRes> <InvoiceNumber>sample string 8</InvoiceNumber> <InvoiceTo>sample string 9</InvoiceTo> <JOBID>2</JOBID> <JobCompleteStatus>sample string 38</JobCompleteStatus> <JobNumber>sample string 7</JobNumber> <JobTitle>sample string 41</JobTitle> <LoadTest>sample string 22</LoadTest> <Manufacturer>sample string 15</Manufacturer> <MicrowaveLeakage>sample string 26</MicrowaveLeakage> <Model>sample string 16</Model> <OrderNumber>sample string 6</OrderNumber> <PlannedMaintenance>sample string 11</PlannedMaintenance> <PowerOutput>sample string 27</PowerOutput> <PrintName>sample string 40</PrintName> <Reason>sample string 39</Reason> <SerialNo>sample string 17</SerialNo> <ServiceType>sample string 10</ServiceType> <SubTotal>33.1</SubTotal> <TotalIncVat>35.1</TotalIncVat> <TotalLabour>31.1</TotalLabour> <TotalParts>30.1</TotalParts> <TotalTime>sample string 19</TotalTime> <Vat>34.1</Vat> <Whenx>sample string 43</Whenx> <Whenxupdate>sample string 44</Whenxupdate> <address>sample string 5</address> <charges>sample string 32</charges> <clientId>3</clientId> <fault>sample string 28</fault> <flashTest>sample string 23</flashTest> <warrantyStatus>sample string 37</warrantyStatus> <workDetails>sample string 29</workDetails> </BETempJobsheet.TempJobsheet>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |