Atom
Click here for a complete list of operations.
WorkOrderEmpHoursSave
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /atom.asmx HTTP/1.1
Host: atomdev2.readysoftind.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/WorkOrderEmpHoursSave"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<WorkOrderEmpHoursSave xmlns="http://tempuri.org/">
<UserName>string</UserName>
<WOEmpHours>
<LaborDtlId>string</LaborDtlId>
<EmpID>string</EmpID>
<EmpGroupNumb>string</EmpGroupNumb>
<WoCode>string</WoCode>
<CraftCode>string</CraftCode>
<Hours>string</Hours>
<WorkDate>string</WorkDate>
<ActivityCode>string</ActivityCode>
<UnitCode>string</UnitCode>
<UnitOwner>string</UnitOwner>
<Comments>string</Comments>
<Completed>boolean</Completed>
<IsMyWorkOrder>boolean</IsMyWorkOrder>
<Union>string</Union>
<ClassCode>string</ClassCode>
<Shift>string</Shift>
<Department>string</Department>
<Position>string</Position>
<Billable>boolean</Billable>
<StartTime>string</StartTime>
<StopTime>string</StopTime>
<StateTaxCode>string</StateTaxCode>
<CityTaxCode>string</CityTaxCode>
<Perdiem>string</Perdiem>
<BoomLength>string</BoomLength>
<WorkedThroughLunch>boolean</WorkedThroughLunch>
<StartTime_Timezone>string</StartTime_Timezone>
<StopTime_Timezone>string</StopTime_Timezone>
<StartTime_UtcOffset>string</StartTime_UtcOffset>
<StopTime_UtcOffset>string</StopTime_UtcOffset>
<WoDetailId>string</WoDetailId>
<ComponentCode>string</ComponentCode>
</WOEmpHours>
</WorkOrderEmpHoursSave>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<WorkOrderEmpHoursSaveResponse xmlns="http://tempuri.org/">
<WorkOrderEmpHoursSaveResult>string</WorkOrderEmpHoursSaveResult>
</WorkOrderEmpHoursSaveResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /atom.asmx HTTP/1.1
Host: atomdev2.readysoftind.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<WorkOrderEmpHoursSave xmlns="http://tempuri.org/">
<UserName>string</UserName>
<WOEmpHours>
<LaborDtlId>string</LaborDtlId>
<EmpID>string</EmpID>
<EmpGroupNumb>string</EmpGroupNumb>
<WoCode>string</WoCode>
<CraftCode>string</CraftCode>
<Hours>string</Hours>
<WorkDate>string</WorkDate>
<ActivityCode>string</ActivityCode>
<UnitCode>string</UnitCode>
<UnitOwner>string</UnitOwner>
<Comments>string</Comments>
<Completed>boolean</Completed>
<IsMyWorkOrder>boolean</IsMyWorkOrder>
<Union>string</Union>
<ClassCode>string</ClassCode>
<Shift>string</Shift>
<Department>string</Department>
<Position>string</Position>
<Billable>boolean</Billable>
<StartTime>string</StartTime>
<StopTime>string</StopTime>
<StateTaxCode>string</StateTaxCode>
<CityTaxCode>string</CityTaxCode>
<Perdiem>string</Perdiem>
<BoomLength>string</BoomLength>
<WorkedThroughLunch>boolean</WorkedThroughLunch>
<StartTime_Timezone>string</StartTime_Timezone>
<StopTime_Timezone>string</StopTime_Timezone>
<StartTime_UtcOffset>string</StartTime_UtcOffset>
<StopTime_UtcOffset>string</StopTime_UtcOffset>
<WoDetailId>string</WoDetailId>
<ComponentCode>string</ComponentCode>
</WOEmpHours>
</WorkOrderEmpHoursSave>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<WorkOrderEmpHoursSaveResponse xmlns="http://tempuri.org/">
<WorkOrderEmpHoursSaveResult>string</WorkOrderEmpHoursSaveResult>
</WorkOrderEmpHoursSaveResponse>
</soap12:Body>
</soap12:Envelope>