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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /jsv/reply/SlotDistrictSchoolRequest HTTP/1.1 
Host: api3.appreciationfinancial.com 
Content-Type: text/jsv
Content-Length: length

{
	DistrictId: 0,
	SchoolName: String,
	State: String,
	GetUnassigned: False,
	SlotAdmin: False,
	County: String,
	City: String,
	Zip: String,
	Name: String,
	Miles: 0,
	NLG: False,
	Midland: False,
	Other: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	},
	SlotDistrictSchool: 
	[
		{
			Address1: String,
			City: String,
			Zip: String,
			Phone: String,
			Website: String,
			IsClosed: False,
			ModifiedBy: String,
			DateModified: 0001-01-01,
			SlotDistrictID: 0,
			Type: String,
			NumEmployees: 0,
			Status_NLG: False,
			Status_Midland: False,
			Status_Other: False,
			OtherVendors: String,
			MilesAway: 0,
			HasComments: False,
			TPA_403B: 0,
			TPA_403B_Name: String,
			TPA_403B_URL: String,
			Other403Vendors: 
			[
				{
					ID: 0,
					CommonName: String,
					FullName: String,
					Phone: String,
					URL: String,
					VendorType: String,
					Name: String
				}
			],
			Other457Vendors: 
			[
				{
					ID: 0,
					CommonName: String,
					FullName: String,
					Phone: String,
					URL: String,
					VendorType: String,
					Name: String
				}
			],
			AgentName: String,
			AVPName: String,
			DateApproved: 0001-01-01,
			Notes: String,
			Status: String,
			IsUnassigned: False,
			SchoolId: 0,
			SchoolName: String,
			DistrictId: 0,
			DistrictName: String,
			CountyId: 0,
			CountyName: String,
			StateId: 0,
			StateName: String,
			StateAbrev: String
		}
	]
}