Skip to content

Latest commit

 

History

History
102 lines (71 loc) · 3.24 KB

File metadata and controls

102 lines (71 loc) · 3.24 KB
Module Name Pax8-API
Module Guid 0b57ae5e-df46-448e-8ebc-c28e958c3988
Download Help Link https://github.com/dkschruteBeets/Pax8-API
Help Version 0.0.0.1
Locale en-US

Pax8API Module

Description

Commands to interact with the Pax8 REST API.

Pax8API Cmdlets

Authenticates to the Pax8 REST API.

Disconnects the current session.

Returns a paginated list of companies.

Returns a Microsoft 365 tenant Id.

Returns a single company record matching the company Id.

Returns a paginated list of contacts from a company, ordered by 'createDate' descending.

Returns a single contact from a company by Id.

Returns a paginated list of invoices.

Returns an invoice by Id.

Returns a paginated list of items for an invoice.

Returns a paginated list of orders associated with your partner.

Returns order details by Id.

Returns a paginated list of Pax8 products.

Returns a product by Id.

Returns associated dependencies for the specified product.

Returns pricing information for a particular product.

Returns provisioning details for a specific product.

Returns a paginated list of subscriptions.

Returns a subscription by subscription Id.

Returns the history of a subscription by Id.

Returns a paginated list of usage summaries.

Returns a usage summary by Id.

Returns a paginated list of usage lines for a usage summary.

Creates a new company.

Creates a new contact for a company.

Creates a new order for a specified company.

Deletes a contact from a company by Id.

Cancels a subscription by Id.

Updates contact information by Id.

Updates a specified subscription by Id.