Bombshell Agency Platform Service

<back to all web services

SlotDistrictSchoolRequest

The following routes are available for this service:
GET,OPTIONS/v1/SlotDistrict/UnassignedSchools
GET,OPTIONS/v1/SlotDistrict/School/{DistrictId}

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/SlotDistrictSchoolRequest HTTP/1.1 
Host: api5.appreciationfinancial.com 
Content-Type: application/xml
Content-Length: length

<SlotDistrictSchoolRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <City>String</City>
  <County>String</County>
  <DistrictId>0</DistrictId>
  <GetUnassigned>false</GetUnassigned>
  <Midland>false</Midland>
  <Miles>0</Miles>
  <NLG>false</NLG>
  <Name>String</Name>
  <Other>false</Other>
  <SchoolName>String</SchoolName>
  <SlotAdmin>false</SlotAdmin>
  <State>String</State>
  <Zip>String</Zip>
</SlotDistrictSchoolRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<SlotDistrictSchoolResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
  <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>
  <SlotDistrictSchool>
    <SchoolExtended>
      <CountyId>0</CountyId>
      <CountyName>String</CountyName>
      <DistrictId>0</DistrictId>
      <DistrictName>String</DistrictName>
      <SchoolId>0</SchoolId>
      <SchoolName>String</SchoolName>
      <StateAbrev>String</StateAbrev>
      <StateId>0</StateId>
      <StateName>String</StateName>
      <AVPName>String</AVPName>
      <Address1>String</Address1>
      <AgentName>String</AgentName>
      <City>String</City>
      <DateApproved>0001-01-01T00:00:00</DateApproved>
      <DateModified>0001-01-01T00:00:00</DateModified>
      <HasComments>false</HasComments>
      <IsClosed>false</IsClosed>
      <MilesAway>0</MilesAway>
      <ModifiedBy>String</ModifiedBy>
      <Notes>String</Notes>
      <NumEmployees>0</NumEmployees>
      <Other403Vendors>
        <OtherVendors>
          <CommonName>String</CommonName>
          <FullName>String</FullName>
          <ID>0</ID>
          <Name>String</Name>
          <Phone>String</Phone>
          <URL>String</URL>
          <VendorType>String</VendorType>
        </OtherVendors>
      </Other403Vendors>
      <Other457Vendors>
        <OtherVendors>
          <CommonName>String</CommonName>
          <FullName>String</FullName>
          <ID>0</ID>
          <Name>String</Name>
          <Phone>String</Phone>
          <URL>String</URL>
          <VendorType>String</VendorType>
        </OtherVendors>
      </Other457Vendors>
      <OtherVendors>String</OtherVendors>
      <Phone>String</Phone>
      <SlotDistrictID>0</SlotDistrictID>
      <Status_Midland>false</Status_Midland>
      <Status_NLG>false</Status_NLG>
      <Status_Other>false</Status_Other>
      <TPA_403B>0</TPA_403B>
      <TPA_403B_Name>String</TPA_403B_Name>
      <TPA_403B_URL>String</TPA_403B_URL>
      <Type>String</Type>
      <Website>String</Website>
      <Zip>String</Zip>
    </SchoolExtended>
  </SlotDistrictSchool>
</SlotDistrictSchoolResponse>