All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.dsl.request_response.ResponseWithParameters.rapid Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
rapidModel ResponseWithParameters
	resourceAPI Customer baseURI "http://modelsolv.com"
		objectResource CustomerObject type Customer
			mediaTypes
				application/xml
			method GET getWithResponseParameters
				response CustomerObject
					param p3 type int
					param p4 property CustomerName

	dataModel Customer
		structure Customer
			CustomerID : string
			CustomerName : string




© 2015 - 2024 Weber Informatics LLC | Privacy Policy