Cmdlets for Acumatica

Build 25.0.9434

Schema Parameter (Connect-Acumatica Cmdlet)

Specifies which Acumatica API to use.

Syntax

Connect-Acumatica -Schema string

Possible Values

OData, ODataV4, REST

Data Type

cstr

Default Value

"REST"

Remarks

Specifies which Acumatica API to use. There are three options:

  • REST (default): Use the Contract-Based REST API.
  • OData: Use the OData Version 3.0 API to dynamically retrieve all Generic Inquiries available through OData.
  • ODataV4: Use the OData 4.0 API to query Data Access Class (DAC) objects.

This is a required parameter.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434