Bulwark Web API Service Host

<back to all web services

ZillowRequest

Get Zone

The following routes are available for this service:
GET,POST/api/Zillow/UpdateCustomer

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/ZillowRequest HTTP/1.1 
Host: vghost.bulwarkpestcontrol.com 
Content-Type: text/jsv
Content-Length: length

{
	AccountNumber: String,
	Customer_Id: 0,
	Address: String,
	City: String,
	State: String,
	Zip: String,
	DataObj: 
	[
		{
			Id: 0,
			Customer_Id: 0,
			RequestAddress: String,
			RequestCityStateZip: String,
			MessageText: String,
			MessageCode: String,
			Zpid: 0,
			LinkHomeDetails: String,
			LinkGraphsAndData: String,
			MapThisHome: String,
			Comparables: String,
			Street: String,
			ZipCode: String,
			City: String,
			State: String,
			Latitude: 0,
			Longitude: 0,
			FipsCounty: 0,
			UseCode: String,
			TaxAssessmentYear: 0,
			YearBuilt: 0,
			LotSizeSqft: 0,
			FinishedSqFt: 0,
			Bathrooms: 0,
			Bedrooms: 0,
			TotalRooms: 0,
			LastSoldDate: String,
			LastSoldCurrency: String,
			LastSoldPrice: 0,
			ZEstimateCurrency: String,
			ZEstimatePrice: 0,
			ZEstimateLastUpdated: String,
			ZEstimateDeprecated: False,
			ZEstimateValueChangeDuration: 0,
			ZEstimateValueChangeCurrancy: String,
			ZEstimateValueChangeValue: 0,
			ValuationRangeLowCurrency: String,
			ValuationRangeLowValue: 0,
			ValuationRangeHighCurrency: String,
			ValuationRangeHighValue: 0,
			Percentile: 0,
			RealEstateZIndexValue: String,
			RealEstateOverview: String,
			RealEstateForSaleByOwner: String,
			RealEstateForSale: String,
			RealEstateId: 0,
			RealEstateType: String,
			RealEstateName: String,
			XmlSource: String,
			TotalSqFt: 0,
			LotSize: 0,
			LastClosingPrice: 0,
			LastUpdated: "0001-01-01T00:00:00.0000000Z",
			UpdateRequired: False,
			HasUpdatedData: False,
			OrgMultiStory: False,
			OrgPerimeter: 0,
			OrgSqFeet: 0,
			Active: False,
			ModifiedOn: "0001-01-01T00:00:00.0000000Z"
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	AccountNumber: String,
	Customer_Id: 0,
	Address: String,
	City: String,
	State: String,
	Zip: String,
	DataObj: 
	[
		{
			Id: 0,
			Customer_Id: 0,
			RequestAddress: String,
			RequestCityStateZip: String,
			MessageText: String,
			MessageCode: String,
			Zpid: 0,
			LinkHomeDetails: String,
			LinkGraphsAndData: String,
			MapThisHome: String,
			Comparables: String,
			Street: String,
			ZipCode: String,
			City: String,
			State: String,
			Latitude: 0,
			Longitude: 0,
			FipsCounty: 0,
			UseCode: String,
			TaxAssessmentYear: 0,
			YearBuilt: 0,
			LotSizeSqft: 0,
			FinishedSqFt: 0,
			Bathrooms: 0,
			Bedrooms: 0,
			TotalRooms: 0,
			LastSoldDate: String,
			LastSoldCurrency: String,
			LastSoldPrice: 0,
			ZEstimateCurrency: String,
			ZEstimatePrice: 0,
			ZEstimateLastUpdated: String,
			ZEstimateDeprecated: False,
			ZEstimateValueChangeDuration: 0,
			ZEstimateValueChangeCurrancy: String,
			ZEstimateValueChangeValue: 0,
			ValuationRangeLowCurrency: String,
			ValuationRangeLowValue: 0,
			ValuationRangeHighCurrency: String,
			ValuationRangeHighValue: 0,
			Percentile: 0,
			RealEstateZIndexValue: String,
			RealEstateOverview: String,
			RealEstateForSaleByOwner: String,
			RealEstateForSale: String,
			RealEstateId: 0,
			RealEstateType: String,
			RealEstateName: String,
			XmlSource: String,
			TotalSqFt: 0,
			LotSize: 0,
			LastClosingPrice: 0,
			LastUpdated: "0001-01-01T00:00:00.0000000Z",
			UpdateRequired: False,
			HasUpdatedData: False,
			OrgMultiStory: False,
			OrgPerimeter: 0,
			OrgSqFeet: 0,
			Active: False,
			ModifiedOn: "0001-01-01T00:00:00.0000000Z"
		}
	],
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}