Difference between revisions of "MYOB Endpoint: Suppliers"

From OdataLink
Jump to navigation Jump to search
Line 102: Line 102:
:A [[Field Type: Text|text field]] stores the default memo used for payments.
:A [[Field Type: Text|text field]] stores the default memo used for payments.


;PurchaseComment
:A [[Field Type: Text|text field]] stores the default comment used for purchases.


;SupplierBillingRate
:A [[Field Type: Decimal|decimal field]] that gives access to the tax exclusive billing rate of the supplier.


;ShippingMethod
:A [[Field Type: Text|text field]] stores the default shipping method used for purchases.


;IsReportable
:A [[Field Type: Boolean|true/false field]] that indicates if the supplier is setup for reportable taxable payments.
:Only applicable to '''Australia'''.


;CostPerHour
:A [[Field Type: Decimal|decimal field]] that gives access to the cost per hour of the supplier.
;Credit
:A [[Field Type: Record|record field]] that gives access to fields used to indicate credit details.
:See [[#BuyingDetails.Credit Fields|BuyingDetails.Credit Fields]] for more information.
;ABN
:A [[Field Type: Text|text field]] stores the ABN of the supplier.
:Only applicable to '''Australia'''.
;ABN
:A [[Field Type: Text|text field]] stores the ABN branch number of the supplier.
:Only applicable to '''Australia'''.
;TaxIdNumber
:A [[Field Type: Text|text field]] stores the tax id number of the supplier.
;TaxCode
:A [[Field Type: Record|record field]] that gives access to the [[MYOB Field: Tax Code|tax code]] used for recording expenses.
;FreightTaxCode
:A [[Field Type: Record|record field]] that gives access to the [[MYOB Field: Tax Code|freight tax code]] used for recording expenses.
;UseSupplierTaxCode
:A [[Field Type: Boolean|true/false field]] that indicates if the supplier is tax code is used.
;Terms
:A [[Field Type: Record|record field]] that gives access to fields used to the [[MYOB Field: Terms|payment terms]].
== BuyingDetails.Credit Fields Fields ==
The [[#BuyingDetails Fields|BuyingDetails]] field contains the following sub-fields.
;Limit
:A [[Field Type: Decimal|decimal field]] that gives access to the credit limit given by the supplier.
;Available
:A [[Field Type: Decimal|decimal field]] that gives access to the credit amount available for this supplier.
;PastDue
:A [[Field Type: Decimal|decimal field]] that gives access to overdue credit amount for this supplier.





Revision as of 22:20, 29 August 2021

Overview

The MYOB Suppliers endpoint allows you to access the list of employee cards. Note, these cards are also available via the (Cards endpoint.

Fields

The following fields are available for the Suppliers endpoint.

UID
A GUID field representing the internal id of a card. This field can be used to link to other endpoints.
Note that the UID will be the same as that on the Cards endpoint.
CompanyName
A text field used as the company name of the card.
Note this only applies to cards set as companies and not individuals.
LastName
A text field used as the last name of the card.
Note this only applies to cards set as individuals and not companies.
FirstName
A text field used as the first name of the card.
Note this only applies to cards set as individuals and not companies.
IsIndividual
A true/false value that indicates if the card is an individual or a company.
DisplayID
A text field used as the Card ID.
IsActive
A true/false value that indicates if the card is active and can be used on new transactions.
Addresses
A table field that stores multiple addresses for this card.
Notes
A text field that stores notes for the card.
Identifiers
A table field that stores multiple identifiers selected for this card.
CustomList1
A record field that stores the first custom list value selected for this card.
CustomList2
A record field that stores the second custom list value selected for this card.
CustomList3
A record field that stores the third custom list value selected for this card.
CustomField1
A record field that stores the first custom field value entered for this card.
CustomField2
A record field that stores the second custom field value entered for this card.
CustomField3
A record field that stores the third custom field value entered for this card.
CurrentBalance
A decimal field that gives access to the current outstanding balance of this card (amount owing or owed).
BuyingDetails
A record field that gives access to fields used on purchases.
See BuyingDetails Fields for more information.
PaymentDetails
A record field that gives access to fields used on payments.
See PaymentDetails Fields for more information.
ForeignCurrency
A record field that gives access to the foreign currency sub-field.
LastModified
A date time field that stores the last date and time this card was modified.
PhotoURI
A text field that stores a URL that can be used to access the photo associated with this card.
RowVersion
A row version field.


BuyingDetails Fields

The BuyingDetails field contains the following sub-fields.

PurchaseLayout
A text field stores the default layout (Item, Service, Miscellaneous or Professional) used when recording purchases.
PrintedForm
A text field stores the default templated used when printing the purchase.
PuchaseOrderDelivery
A text field stores the default purchase order delivery status.
ExpenseAccount
A record field that gives access to the account used for recording expenses.
PaymentMemo
A text field stores the default memo used for payments.
PurchaseComment
A text field stores the default comment used for purchases.
SupplierBillingRate
A decimal field that gives access to the tax exclusive billing rate of the supplier.
ShippingMethod
A text field stores the default shipping method used for purchases.
IsReportable
A true/false field that indicates if the supplier is setup for reportable taxable payments.
Only applicable to Australia.
CostPerHour
A decimal field that gives access to the cost per hour of the supplier.
Credit
A record field that gives access to fields used to indicate credit details.
See BuyingDetails.Credit Fields for more information.
ABN
A text field stores the ABN of the supplier.
Only applicable to Australia.
ABN
A text field stores the ABN branch number of the supplier.
Only applicable to Australia.
TaxIdNumber
A text field stores the tax id number of the supplier.
TaxCode
A record field that gives access to the tax code used for recording expenses.
FreightTaxCode
A record field that gives access to the freight tax code used for recording expenses.
UseSupplierTaxCode
A true/false field that indicates if the supplier is tax code is used.
Terms
A record field that gives access to fields used to the payment terms.


BuyingDetails.Credit Fields Fields

The BuyingDetails field contains the following sub-fields.

Limit
A decimal field that gives access to the credit limit given by the supplier.
Available
A decimal field that gives access to the credit amount available for this supplier.
PastDue
A decimal field that gives access to overdue credit amount for this supplier.


PaymentDetails Fields

The PaymentDetails field contains the following sub-fields.

BSBNumber
A text field used to store the BSB number.
BankAccountNumber
A text field used to store the bank account number.
BankAccountName
A text field used to store the bank account name.
StatementText
A text field used to store the statement text included on direct credit ABA files.
StatementCode
A text field used to store the statement code included on direct credit ABA files.
StatementReference
A text field used to store the statement reference included on direct credit ABA files.
Refund
A record field that gives access to the refund details.
See PaymentDetails .Refunds Fields for more information.








MYOB API

For a detailed run through of the endpoint, you can see the MYOB API.


Related Fields

Addresses
Cards
Identifiers
Currency
CustomList
CustomField


Related Endpoints

Cards