Bulwark Web API Service Host

<back to all web services

EmployeeDto

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/oneway/EmployeeDto HTTP/1.1 
Host: vghost.bulwarkpestcontrol.com 
Content-Type: application/xml
Content-Length: length

<EmployeeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel.Vanguard.Dto">
  <Active>false</Active>
  <Address>String</Address>
  <AlarmCode>String</AlarmCode>
  <CellPhone>String</CellPhone>
  <City>String</City>
  <Deposit_Id>0</Deposit_Id>
  <DriveTime>0</DriveTime>
  <Email>String</Email>
  <FirstName>String</FirstName>
  <GasCode>String</GasCode>
  <HR_Emp_Id>0</HR_Emp_Id>
  <HireDate>0001-01-01T00:00:00</HireDate>
  <Id>0</Id>
  <IsAutomated>false</IsAutomated>
  <JobTitle_Id>0</JobTitle_Id>
  <LastName>String</LastName>
  <ModifiedOn>0001-01-01T00:00:00</ModifiedOn>
  <Nextel>String</Nextel>
  <OfficePhone>String</OfficePhone>
  <Office_Id>0</Office_Id>
  <Password>String</Password>
  <Portrait_Id>0</Portrait_Id>
  <ProductivityFactor>0</ProductivityFactor>
  <Role_Id>0</Role_Id>
  <Salesman>false</Salesman>
  <SaturdayExempt>false</SaturdayExempt>
  <Service_Commission_Id>0</Service_Commission_Id>
  <Signature_Id>0</Signature_Id>
  <State>String</State>
  <Tech>false</Tech>
  <TechUntil>0001-01-01T00:00:00</TechUntil>
  <TerminationDate>0001-01-01T00:00:00</TerminationDate>
  <UserName>String</UserName>
  <VinNumber>String</VinNumber>
  <WindowsIdentity>String</WindowsIdentity>
  <Zip>String</Zip>
</EmployeeDto>