Bulwark Web API Service Host

<back to all web services

ServiceScheduleRequest

Get ServiceSchedule

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

HTTP + SOAP12

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

POST /soap12 HTTP/1.1 
Host: vghost.bulwarkpestcontrol.com 
Content-Type: text/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>

<ServiceScheduleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Vanguard">
  <DataObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/EntityModel.Vanguard.Dto">
    <d2p1:ServiceScheduleDto>
      <d2p1:Apr>false</d2p1:Apr>
      <d2p1:Aug>false</d2p1:Aug>
      <d2p1:DayRange>false</d2p1:DayRange>
      <d2p1:Dec>false</d2p1:Dec>
      <d2p1:EstTime>0</d2p1:EstTime>
      <d2p1:Feb>false</d2p1:Feb>
      <d2p1:Fri>false</d2p1:Fri>
      <d2p1:FriEnd>0001-01-01T00:00:00</d2p1:FriEnd>
      <d2p1:FriStart>0001-01-01T00:00:00</d2p1:FriStart>
      <d2p1:Hold>false</d2p1:Hold>
      <d2p1:HoldEnd>0001-01-01T00:00:00</d2p1:HoldEnd>
      <d2p1:HoldStart>0001-01-01T00:00:00</d2p1:HoldStart>
      <d2p1:Id>0</d2p1:Id>
      <d2p1:Jan>false</d2p1:Jan>
      <d2p1:Jul>false</d2p1:Jul>
      <d2p1:Jun>false</d2p1:Jun>
      <d2p1:Mar>false</d2p1:Mar>
      <d2p1:May>false</d2p1:May>
      <d2p1:ModifiedBy_Id>0</d2p1:ModifiedBy_Id>
      <d2p1:ModifiedOn>0001-01-01T00:00:00</d2p1:ModifiedOn>
      <d2p1:Mon>false</d2p1:Mon>
      <d2p1:MonEnd>0001-01-01T00:00:00</d2p1:MonEnd>
      <d2p1:MonStart>0001-01-01T00:00:00</d2p1:MonStart>
      <d2p1:Nov>false</d2p1:Nov>
      <d2p1:Oct>false</d2p1:Oct>
      <d2p1:Sat>false</d2p1:Sat>
      <d2p1:SatEnd>0001-01-01T00:00:00</d2p1:SatEnd>
      <d2p1:SatStart>0001-01-01T00:00:00</d2p1:SatStart>
      <d2p1:Sep>false</d2p1:Sep>
      <d2p1:ServEnd>0</d2p1:ServEnd>
      <d2p1:ServStart>0</d2p1:ServStart>
      <d2p1:Service_Id>0</d2p1:Service_Id>
      <d2p1:Thr>false</d2p1:Thr>
      <d2p1:ThrEnd>0001-01-01T00:00:00</d2p1:ThrEnd>
      <d2p1:ThrStart>0001-01-01T00:00:00</d2p1:ThrStart>
      <d2p1:TimeReq>false</d2p1:TimeReq>
      <d2p1:TimeReqDuration>0</d2p1:TimeReqDuration>
      <d2p1:TimeReqEnd>0001-01-01T00:00:00</d2p1:TimeReqEnd>
      <d2p1:TimeReqStart>0001-01-01T00:00:00</d2p1:TimeReqStart>
      <d2p1:Tue>false</d2p1:Tue>
      <d2p1:TueEnd>0001-01-01T00:00:00</d2p1:TueEnd>
      <d2p1:TueStart>0001-01-01T00:00:00</d2p1:TueStart>
      <d2p1:Wed>false</d2p1:Wed>
      <d2p1:WedEnd>0001-01-01T00:00:00</d2p1:WedEnd>
      <d2p1:WedStart>0001-01-01T00:00:00</d2p1:WedStart>
      <d2p1:Week>0</d2p1:Week>
    </d2p1:ServiceScheduleDto>
  </DataObj>
  <Id>0</Id>
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
      </d2p1:ResponseError>
    </d2p1:Errors>
  </ResponseStatus>
  <Service_Id>0</Service_Id>
</ServiceScheduleRequest>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
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>

<ServiceScheduleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceStack.Vanguard">
  <DataObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/EntityModel.Vanguard.Dto">
    <d2p1:ServiceScheduleDto>
      <d2p1:Apr>false</d2p1:Apr>
      <d2p1:Aug>false</d2p1:Aug>
      <d2p1:DayRange>false</d2p1:DayRange>
      <d2p1:Dec>false</d2p1:Dec>
      <d2p1:EstTime>0</d2p1:EstTime>
      <d2p1:Feb>false</d2p1:Feb>
      <d2p1:Fri>false</d2p1:Fri>
      <d2p1:FriEnd>0001-01-01T00:00:00</d2p1:FriEnd>
      <d2p1:FriStart>0001-01-01T00:00:00</d2p1:FriStart>
      <d2p1:Hold>false</d2p1:Hold>
      <d2p1:HoldEnd>0001-01-01T00:00:00</d2p1:HoldEnd>
      <d2p1:HoldStart>0001-01-01T00:00:00</d2p1:HoldStart>
      <d2p1:Id>0</d2p1:Id>
      <d2p1:Jan>false</d2p1:Jan>
      <d2p1:Jul>false</d2p1:Jul>
      <d2p1:Jun>false</d2p1:Jun>
      <d2p1:Mar>false</d2p1:Mar>
      <d2p1:May>false</d2p1:May>
      <d2p1:ModifiedBy_Id>0</d2p1:ModifiedBy_Id>
      <d2p1:ModifiedOn>0001-01-01T00:00:00</d2p1:ModifiedOn>
      <d2p1:Mon>false</d2p1:Mon>
      <d2p1:MonEnd>0001-01-01T00:00:00</d2p1:MonEnd>
      <d2p1:MonStart>0001-01-01T00:00:00</d2p1:MonStart>
      <d2p1:Nov>false</d2p1:Nov>
      <d2p1:Oct>false</d2p1:Oct>
      <d2p1:Sat>false</d2p1:Sat>
      <d2p1:SatEnd>0001-01-01T00:00:00</d2p1:SatEnd>
      <d2p1:SatStart>0001-01-01T00:00:00</d2p1:SatStart>
      <d2p1:Sep>false</d2p1:Sep>
      <d2p1:ServEnd>0</d2p1:ServEnd>
      <d2p1:ServStart>0</d2p1:ServStart>
      <d2p1:Service_Id>0</d2p1:Service_Id>
      <d2p1:Thr>false</d2p1:Thr>
      <d2p1:ThrEnd>0001-01-01T00:00:00</d2p1:ThrEnd>
      <d2p1:ThrStart>0001-01-01T00:00:00</d2p1:ThrStart>
      <d2p1:TimeReq>false</d2p1:TimeReq>
      <d2p1:TimeReqDuration>0</d2p1:TimeReqDuration>
      <d2p1:TimeReqEnd>0001-01-01T00:00:00</d2p1:TimeReqEnd>
      <d2p1:TimeReqStart>0001-01-01T00:00:00</d2p1:TimeReqStart>
      <d2p1:Tue>false</d2p1:Tue>
      <d2p1:TueEnd>0001-01-01T00:00:00</d2p1:TueEnd>
      <d2p1:TueStart>0001-01-01T00:00:00</d2p1:TueStart>
      <d2p1:Wed>false</d2p1:Wed>
      <d2p1:WedEnd>0001-01-01T00:00:00</d2p1:WedEnd>
      <d2p1:WedStart>0001-01-01T00:00:00</d2p1:WedStart>
      <d2p1:Week>0</d2p1:Week>
    </d2p1:ServiceScheduleDto>
  </DataObj>
  <Id>0</Id>
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
      </d2p1:ResponseError>
    </d2p1:Errors>
  </ResponseStatus>
  <Service_Id>0</Service_Id>
</ServiceScheduleRequest>

    </soap12:Body>
</soap12:Envelope>