Skip to content

Myob

Reference


MYOB is an accounting software that helps businesses manage their finances, invoicing, and payroll.

Categories: [accounting]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT
API keySTRINGTEXTThe API key registered in https://my.myob.com.au/au/bd/DevAppList.aspx

Actions

Create Customer

Creates a new customer.

Properties

NameTypeControl TypeDescription
Company FileSTRINGSELECTThe MYOB company file to use.
Is Individual?BOOLEANSELECTDoes customer contact represent an individual or a company?
First NameSTRINGTEXTFirst name for an individual contact.
Last NameSTRINGTEXTLast name for an individual contact.
Company NameSTRINGTEXTCompany name of the customer contact.
Is Active?BOOLEANSELECTIs customer contact active?
Addresses[{STRING(Street), STRING(City), STRING(State), STRING(PostCode), STRING(Country), STRING(Phone1), STRING(Email), STRING(Website)}]ARRAY_BUILDERList of addresses for the customer contact.

Create Customer Payment

Creates a new customer payment.

Properties

NameTypeControl TypeDescription
Company FileSTRINGSELECTThe MYOB company file to use.
Pay FromSTRINGSELECT
AccountSTRINGTEXT
CustomerSTRINGSELECT

Create Supplier

Creates a new supplier.

Properties

NameTypeControl TypeDescription
Company FileSTRINGSELECTThe MYOB company file to use.
Is Individual?BOOLEANSELECTDoes supplier contact represent an individual or a company?
First NameSTRINGTEXTFirst name for an individual contact.
Last NameSTRINGTEXTLast name for an individual contact.
Company NameSTRINGTEXTCompany name of the supplier contact.
Is Active?BOOLEANSELECTIs supplier contact active?
Addresses[{STRING(Street), STRING(City), STRING(State), STRING(PostCode), STRING(Country), STRING(Phone1), STRING(Email), STRING(Website)}]ARRAY_BUILDERList of addresses for the customer contact.

Create Supplier Payment

Creates a new supplier payment.

Properties

NameTypeControl TypeDescription
Company FileSTRINGSELECTThe MYOB company file to use.
Pay FromSTRINGSELECT
AccountSTRINGTEXT
SupplierSTRINGSELECT