sfgboxapi

<back to all web services

GrowplansResultsEdit

Requires Authentication
The following routes are available for this service:
PUT/growplans_results/{Id}
GrowplansResultsEdit Parameters:
NameParameterData TypeRequiredDescription
IdpathlongYes
GrowplansBoxesIdbodylongYes
PlantDatebodyDateTime?No
GridbodystringNo
Heightbodydouble?No
PlantPerSquarebodydouble?No
CropsCylindersIdbodylongYes
AgebodyintNo
MaxAgebodyintNo
GrowplansVarietiesIdbodylongNo
GrowplansResultsEditResponse Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
GrowplansBoxesIdformlongNo
PlantDateformDateTime?No
GridformstringNo
Heightformdouble?No
PlantPerSquareformdouble?No
CropsCylindersIdformlongNo
AgeformintNo
MaxAgeformintNo
GrowplansVarietiesIdformlongNo
ResponseStatusformResponseStatusNo

To override the Content-type in your clients, use the 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.

PUT /growplans_results/{Id} HTTP/1.1 
Host: sfgboxapi.dev.scadsoftware.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	growplansBoxesId: 0,
	plantDate: 0001-01-01,
	grid: String,
	height: 0,
	plantPerSquare: 0,
	cropsCylindersId: 0,
	age: 0,
	maxAge: 0,
	growplansVarietiesId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	growplansBoxesId: 0,
	plantDate: 0001-01-01,
	grid: String,
	height: 0,
	plantPerSquare: 0,
	cropsCylindersId: 0,
	age: 0,
	maxAge: 0,
	growplansVarietiesId: 0,
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String,
				meta: 
				{
					String: String
				}
			}
		],
		meta: 
		{
			String: String
		}
	}
}