HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/SlotDistrictOtherVendorsRequest HTTP/1.1
Host: api3.appreciationfinancial.com
Content-Type: application/xml
Content-Length: length
<SlotDistrictOtherVendorsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bombshell.AgencyPlatform.API.Internal">
<SlotDistrictId>0</SlotDistrictId>
</SlotDistrictOtherVendorsRequest>
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>
<IsUnassigned>false</IsUnassigned>
<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>String</Status>
<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>