The Company endpoint returns company information details. Company endpoint can be accessed to GET your company’s name, address, tax information and information about your company’s financial year.
In Account Right UI, this information is available under Setup-->Company Information.
Endpoint URL: /{cf_uri}/Company
This endpoint only supports GET method.
Example request:
https://arl2.api.myob.com/accountright/0c7fc03e-e474-42dc-9a46-2fa91694d984/Company/
Example Response:
{
"CompanyName": "MYOB Shared Sandbox 08",
"SerialNumber": "617322648870",
"Address": "25 Spring Street\r\nBlackburn\r\nVIC, 3130",
"PhoneNumber": "03 9555 4567",
"FaxNumber": "03 9555 7886",
"EmailAddress": "info@clearwater.com.au",
"ABNOrTFN": "80 000 000 001",
"ABNBranch": "123",
"ACN": "",
"SalesTaxNumber": "",
"PayeeNumber": "",
"ReadOnly": false,
"RowVersion": "293296925732503552"
}
If you have any questions, feel free to log a ticket with the Customisation & Integration Team.
Comments
0 comments
Article is closed for comments.