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

models.autoRealization.Tests.M1.KeyProperties.KeyProperties_KeysOrAll.rapid Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
import TaxBlasterData.Model from "../../../models/TaxBlasterDataModel.rapid" as data

/* 
  This is the TaxBlaster API model created in the RepreZen Quick Start guide.
*/
rapidModel TaxBlaster
	resourceAPI TaxBlasterAPI baseURI "http://taxblaster.com/api"

		with autoRealizations
			"./KeyProperties_KeysOrAll.yaml"

		/** An individual Tax Filing record, accessed by its ID */
		objectResource AccountantObject type Accountant
			URI accountants/{id}
				/** filingID of the requested TaxFiling */
				required templateParam id property employeeID
				
			mediaTypes
				application/json





© 2015 - 2024 Weber Informatics LLC | Privacy Policy