Skip to content

Myob

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

Categories: accounting

Type: myob/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue
keyAPI keySTRINGTEXTThe API key registered in https://my.myob.com.au/au/bd/DevAppList.aspxtrue

Actions

Create Customer

Name: createCustomer

Creates a new customer.

Properties

NameLabelTypeControl TypeDescriptionRequired
companyFileCompany FileSTRINGSELECTThe MYOB company file to use.true
IsIndividualIs Individual?BOOLEANSELECTDoes customer contact represent an individual or a company?true
FirstNameFirst NameSTRINGTEXTFirst name for an individual contact.true
LastNameLast NameSTRINGTEXTLast name for an individual contact.true
CompanyNameCompany NameSTRINGTEXTCompany name of the customer contact.true
IsActiveIs Active?BOOLEANSELECTIs customer contact active?true
AddressesAddresses[{STRING(Street), STRING(City), STRING(State), STRING(PostCode), STRING(Country), STRING(Phone1), STRING(Email), STRING(Website)}]ARRAY_BUILDERList of addresses for the customer contact.false

Create Customer Payment

Name: createCustomerPayment

Creates a new customer payment.

Properties

NameLabelTypeControl TypeDescriptionRequired
companyFileCompany FileSTRINGSELECTThe MYOB company file to use.true
PayFromPay FromSTRINGSELECTtrue
AccountAccountSTRINGTEXTtrue
CustomerCustomer UIDSTRINGSELECTtrue

Create Supplier

Name: createSupplier

Creates a new supplier.

Properties

NameLabelTypeControl TypeDescriptionRequired
companyFileCompany FileSTRINGSELECTThe MYOB company file to use.true
IsIndividualIs Individual?BOOLEANSELECTDoes supplier contact represent an individual or a company?true
FirstNameFirst NameSTRINGTEXTFirst name for an individual contact.true
LastNameLast NameSTRINGTEXTLast name for an individual contact.true
CompanyNameCompany NameSTRINGTEXTCompany name of the supplier contact.true
IsActiveIs Active?BOOLEANSELECTIs supplier contact active?false
AddressesAddresses[{STRING(Street), STRING(City), STRING(State), STRING(PostCode), STRING(Country), STRING(Phone1), STRING(Email), STRING(Website)}]ARRAY_BUILDERList of addresses for the customer contact.false

Create Supplier Payment

Name: createSupplierPayment

Creates a new supplier payment.

Properties

NameLabelTypeControl TypeDescriptionRequired
companyFileCompany FileSTRINGSELECTThe MYOB company file to use.true
PayFromPay FromSTRINGSELECTtrue
AccountAccountSTRINGTEXTtrue
SupplierSupplier UIDSTRINGSELECTtrue