Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 2.67 KB

ObjectGlaccountcontainerApi.md

File metadata and controls

64 lines (47 loc) · 2.67 KB

ObjectGlaccountcontainerApi

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
glaccountcontainerGetAutocompleteV2 GET /2/object/glaccountcontainer/getAutocomplete/{sSelector} Retrieve Glaccountcontainers and IDs

glaccountcontainerGetAutocompleteV2

GlaccountcontainerGetAutocompleteV2Response glaccountcontainerGetAutocompleteV2(sSelector, eFilterActive, sQuery, acceptLanguage)

Retrieve Glaccountcontainers and IDs

Get the list of Glaccountcontainer to be used in a dropdown or autocomplete control.

Example

// Import classes:
//import eZmaxApi.infrastructure.*
//import eZmaxApi.models.*

val apiInstance = ObjectGlaccountcontainerApi()
val sSelector : kotlin.String = sSelector_example // kotlin.String | The type of Glaccountcontainers to return
val eFilterActive : kotlin.String = eFilterActive_example // kotlin.String | Specify which results we want to display.
val sQuery : kotlin.String = sQuery_example // kotlin.String | Allow to filter the returned results
val acceptLanguage : HeaderAcceptLanguage =  // HeaderAcceptLanguage | 
try {
    val result : GlaccountcontainerGetAutocompleteV2Response = apiInstance.glaccountcontainerGetAutocompleteV2(sSelector, eFilterActive, sQuery, acceptLanguage)
    println(result)
} catch (e: ClientException) {
    println("4xx response calling ObjectGlaccountcontainerApi#glaccountcontainerGetAutocompleteV2")
    e.printStackTrace()
} catch (e: ServerException) {
    println("5xx response calling ObjectGlaccountcontainerApi#glaccountcontainerGetAutocompleteV2")
    e.printStackTrace()
}

Parameters

| sSelector | kotlin.String| The type of Glaccountcontainers to return | [enum: All, Supply] | | eFilterActive | kotlin.String| Specify which results we want to display. | [optional] [default to Active] [enum: All, Active, Inactive] | | sQuery | kotlin.String| Allow to filter the returned results | [optional] |

Name Type Description Notes
acceptLanguage HeaderAcceptLanguage [optional] [enum: *, en, fr]

Return type

GlaccountcontainerGetAutocompleteV2Response

Authorization

Configure Authorization: ApiClient.apiKey["Authorization"] = "" ApiClient.apiKeyPrefix["Authorization"] = ""

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json