Type name: EntryPoint
Extends Intangible
| Name | Type | Description |
|---|---|---|
| application | SoftwareApplication | An application that can complete the request. |
| contentType | Text | The supported content type(s) for an EntryPoint response. |
| encodingType | Text | The supported encoding type(s) for an EntryPoint request. |
| httpMethod | Text | An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP. |
| urlTemplate | Text | An url template (RFC 6570) that will be used to construct the target of the execution of the action. |