Field | Description |
Name | Name of the API. |
Version | Version of the API being created. |
Maturity state | Maturity state of the API. Available values are: Beta, Deprecated, Experimental, Production, Test. The available values depend on the Maturity states configured in the apiMaturityStatePossibleValues property under Administration > Extended settings section. |
API grouping | Group under which the API would be categorised. Available values are: Finance Banking and Insurance, Sales and Ordering, Search, and Transportation and Warehousing. The available values depend on the groups configured in the apiGroupingPossibleValues property under Administration > Extended settings section. |
Description | Description of the API. |
Field | Description |
Name | Name of the parameter. |
Description | Description of the parameter. |
Type | Specifies the parameter type. Available values - Query-string, Header |
Data type | Specifies the data type. Available values - String, Date, Date time, Integer, Double, Boolean. |
Required | Specifies the parameter is required if selected. |
Array | Specifies the array is required if selected. |
Value | Specifies the possible values. |
Field | Description |
Name | Name of the schema. |
Schema type | Specifies the schema type. Available types - Inline schema, External schema |
Value | Specifies the value for the schema type selected. For Inline schema - Type the request and response values. For External schema - Click Browse to upload the request and response values. |
Field | Description |
Resource name | Name of the resource. This is the display name of the resource and resource path is used for execution. |
Resource path | Specifies the path of the resource. The resource path should start with / |
Description | Description of the resource. |
Supported methods | Specifies the supported methods. Available values - GET, POST, PUT, DELETE, PATCH |
Field | Description |
Description | Brief description of the supported method. |
Add method parameters | Specifies the method parameters. Provide the following information: Name - Name of the parameter. Description - Brief description of the parameter. Type - Specifies the parameter type. Data type - Specifies the data type. Required - Specifies the parameter is required if selected. Array - Specifies the array. Values - Specifies the possible values for the parameter. |