Transaction Layouts (1.0)

Download OpenAPI specification:Download

APIs that allow you to to get the available transaction layouts for a given company.

TransactionLayouts

Transaction Layouts

Used to retrieve all layouts within a given company.

Authorizations:
XCompleatApiKey
path Parameters
tenantId
required
string <guid>
Example: d025eedc-5ea0-4de8-be9f-f8873545add9

Id of the tenant to retrieve information for. The account requesting the data must have access to this tenant Id

companyId
required
string <guid>
Example: 8d4bb975-eade-42fd-a064-bf448e493c1e

Id of the company to retrieve layouts for. Must be a valid company within the tenant

transactionType
required
string
Enum: "INV" "ORD"
Example: ORD

Transaction type for layouts

pageNumber
required
integer

The page number of results

header Parameters
x-api-version
required
integer
Value: 1
Example: 1

Indicates the version of this API to be used.

x-api-compleat-key
required
string <guid>
Example: d025eedc-5ea0-4de8-be9f-f8873545add9

The header containing compleat api key.

Responses

Response samples

Content type
application/json
{
  • "TransactionLayouts": [
    ],
  • "MetaData": {
    }
}