s1 API Host

<back to all web services

GetTenderDetailsRequest

The following routes are available for this service:
GET, OPTIONS/api/tenders/{id}Get tender details by id
Parameters:
NameParameterData TypeRequiredDescription
IdpathintNo

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/GetTenderDetailsRequest HTTP/1.1 
Host: api-beta.ghs-automotive.nl 
Content-Type: text/jsv
Content-Length: length

{
	id: 0
}
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
			}
		]
	},
	tender: 
	{
		id: 0,
		licenseplate: String,
		vin: String,
		carBrandId: String,
		carTypeId: 0,
		mileage: 0,
		dateCreated: 0001-01-01,
		dateModified: 0001-01-01,
		description: String,
		remarks: String,
		internalReference: String,
		status: Actief,
		statusCodeTypeId: 0,
		customer: 
		{
			id: 0,
			gender: String,
			firstName: String,
			middleName: String,
			lastName: String,
			addressLine1: String,
			addressLine2: String,
			street: String,
			houseNumber: String,
			zipCode: String,
			city: String,
			province: String,
			country: String,
			phoneNumber: String,
			emailAddress: String
		}
	}
}