RestApiParameterLocation Enum   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
REST API parameter location.
public enum RestApiParameterLocationtype RestApiParameterLocation = Public Enum RestApiParameterLocation- Inheritance
- 
				RestApiParameterLocation
Fields
| Name | Value | Description | 
|---|---|---|
| Query | 0 | Query parameter. | 
| Header | 1 | Header parameter. | 
| Path | 2 | Path parameter. | 
| Cookie | 3 | Cookie parameter. | 
| Body | 4 | Body parameter. |