KidKare Api Service Host

<back to all web services

VerifyInOutReportRequest

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/reply/VerifyInOutReportRequest HTTP/1.1 
Host: api.kidkare.com 
Content-Type: application/xml
Content-Length: length

<VerifyInOutReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KidKare.Api.Requests.Reports">
  <ClaimDate>0001-01-01T00:00:00</ClaimDate>
</VerifyInOutReportRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<VerifyInOutReportResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KidKare.Api.Requests.Reports">
  <ClaimDate>0001-01-01T00:00:00</ClaimDate>
  <ColsCount>0</ColsCount>
  <Days>
    <VerifyInOutReportResponse.DayRecord>
      <Children>
        <VerifyInOutReportResponse.DayRecord.ChildRecord>
          <Error>NoError</Error>
          <InOuts>
            <VerifyInOutReportResponse.DayRecord.TimeWithOvernight>
              <In>0001-01-01T00:00:00</In>
              <IsInOvernight>false</IsInOvernight>
              <IsOutOvernight>false</IsOutOvernight>
              <Out>0001-01-01T00:00:00</Out>
            </VerifyInOutReportResponse.DayRecord.TimeWithOvernight>
          </InOuts>
          <Name>String</Name>
        </VerifyInOutReportResponse.DayRecord.ChildRecord>
      </Children>
      <Date>0001-01-01T00:00:00</Date>
    </VerifyInOutReportResponse.DayRecord>
  </Days>
  <ProviderName>String</ProviderName>
</VerifyInOutReportResponse>