Cmdlets for Acumatica

Build 24.0.9060

Schema Parameter (Connect-Acumatica Cmdlet)

Specifies which Acumatica API to use. By default, it is set to the Contract-Based REST API. When set to OData, the driver uses the OData API to dynamically retrieve all Generic Inquiries available through OData. If set to ODataV4, the driver uses OData 4.0 to query Data Access Class (DAC) objects.

Syntax

Connect-Acumatica -Schema string

Possible Values

OData, ODataV4, REST

Data Type

cstr

Default Value

"REST"

Remarks

Specifies which Acumatica API to use. By default, it is set to the Contract-Based REST API. When set to OData, the driver uses the OData API to dynamically retrieve all Generic Inquiries available through OData. If set to ODataV4, the driver uses OData 4.0 to query Data Access Class (DAC) objects.

This is a required parameter.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060