GetAccountingSystemRelatedAccounts

Endpoint URL https://www.yournetosite.com.au/do/WS/NetoAPI
Method POST
XML Headers
NETOAPI_ACTION GetAccountingSystemRelatedAccounts
NETOAPI_USERNAME Your Neto Username (generate this in your Neto control panel)
NETOAPI_KEY Your Neto API Secure Key (generate this in your Neto control panel)
JSON Headers
NETOAPI_ACTION GetAccountingSystemRelatedAccounts
NETOAPI_USERNAME Your Neto Username (generate this in your Neto control panel)
NETOAPI_KEY Your Neto API Secure Key (generate this in your Neto control panel)
Accept application/json
Description
XSD Schema GetAccountingSystemRelatedAccounts XSD   |   GetAccountingSystemRelatedAccounts Response XSD

GetAccountingSystemRelatedAccounts Post

You must specify at least one filter and one OutputSelector in your GetAccountingSystemRelatedAccounts request. These will determine the results returned.

XML POST

<?xml version="1.0" encoding="utf-8"?>
<GetAccountingSystemRelatedAccounts>

</GetAccountingSystemRelatedAccounts>

JSON POST

{

}

GetAccountingSystemRelatedAccounts Responses

XML Response

<?xml version="1.0" encoding="utf-8"?>
<GetAccountingSystemRelatedAccounts>
   <RelatedAccounts> 
     <RelatedAccount> 
      <accsw_title>(String)</accsw_title>      
      <acc_account_id>(Integer)</acc_account_id>      
      <accapi_id>(Integer)</accapi_id>      
      <acc_account_ref>(String)</acc_account_ref>      
      <acc_account_parent_ref>(String)</acc_account_parent_ref>      
      <acc_account_name>(String)</acc_account_name>      
      <acc_account_type>(String)</acc_account_type>      
      <acc_account_class>(String)</acc_account_class>      
      <is_asset_acc>(Boolean)</is_asset_acc>      
      <is_expense_acc>(Boolean)</is_expense_acc>      
      <is_income_acc>(Boolean)</is_income_acc>      
      <is_costofsales_acc>(Boolean)</is_costofsales_acc>      
      <is_bank_acc>(Boolean)</is_bank_acc>      
      <acc_account_note>(String)</acc_account_note>      
      <acc_account_active>(String)</acc_account_active>      
      <acc_account_is_detail>(Boolean)</acc_account_is_detail>      
     </RelatedAccount>    
   </RelatedAccounts>  
   <Messages> 
     <Error> 
      <Message>(String)</Message>      
      <SeverityCode>(String)</SeverityCode>      
      <Description>(String)</Description>      
     </Error>    
     <Warning> 
      <Message>(String)</Message>      
      <SeverityCode>(String)</SeverityCode>      
     </Warning>    
   </Messages>
</GetAccountingSystemRelatedAccounts>

JSON Response

{
  "RelatedAccounts": [ {
    "RelatedAccount": [ {
      "accsw_title":"String",
      "acc_account_id":"Integer",
      "accapi_id":"Integer",
      "acc_account_ref":"String",
      "acc_account_parent_ref":"String",
      "acc_account_name":"String",
      "acc_account_type":"String",
      "acc_account_class":"String",
      "is_asset_acc":"Boolean",
      "is_expense_acc":"Boolean",
      "is_income_acc":"Boolean",
      "is_costofsales_acc":"Boolean",
      "is_bank_acc":"Boolean",
      "acc_account_note":"String",
      "acc_account_active":"String",
      "acc_account_is_detail":"Boolean" 
} ]  
} ] ,  "Messages": {
    "Error": [ {
      "Message":"String",
      "SeverityCode":"String",
      "Description":"String" 
} ] ,    "Warning": [ {
      "Message":"String",
      "SeverityCode":"String" 
} ]  
} 
}

<RelatedAccounts>

Element Name Field Type
RelatedAccount RelatedAccountType

<RelatedAccount>

Element Name Field Type
accsw_title String
acc_account_id Integer
accapi_id Integer
acc_account_ref String
acc_account_parent_ref String
acc_account_name String
acc_account_type String
acc_account_class String
is_asset_acc Boolean
is_expense_acc Boolean
is_income_acc Boolean
is_costofsales_acc Boolean
is_bank_acc Boolean
acc_account_note String
acc_account_active String
acc_account_is_detail Boolean

<Messages>

Element Name Field Type
Error ErrorType
Warning WarningType

<Error>

Element Name Field Type
Message String
SeverityCode String
Description String

<Warning>

Element Name Field Type
Message String
SeverityCode String

If you are a vendor creating an integration with Maropost Commerce Cloud, we would like to hear from you!

Contact Us

Was this article useful?

Be notified when this page is updated. Optional.