Skip to main content

Sub Accounts Transfer

Name: SubAccountsTransfer

Import subcuentas

Parametros

NAMEFORMATODESCRIPTIONEXAMPLE
SubAccountTypetextoDiscriminador de subcuentas:
  • Generic [Generico]
  • LegalEntity [Entidad]
  • Employee [Empleado]
  • Vendor [Proveedor]
  • BankAccount [Banco]
  • Student [Estudiante]
  • FinanciallyResponsible [Responsible financiero de estudiante]
  • Donor [Donante]
  • Client [Cliente]
  • Project [Proyecto]
Employee

Request


<?xml version="1.0" encoding="utf-8" ?>
<AASIS>
<Context>
<AccountingEntity>AN1111</AccountingEntity>
<Certificate>4C475EDC-8599-4353-95DC-F520D72B2479</Certificate>
</Context>

<Component>
<Name>SubAccountsTransferComponent</Name>
<Version>1.0</Version>
</Component>

<Parameters>
<SubAccountsTransferParams>
<SubAccountType>Employee|Vendor|Client|etc</SubAccountType>
</SubAccountsTransferParams>
</Parameters>

<Content>
<Items>
<Item>
<ItemId>1</ItemId>
<Code>88888</Code>
<Name>Sub Account Name</Name>
<Description></Description>
<NationalCode></NationalCode>
<IsEligibleFor1099>0</IsEligibleFor1099>
<IsEnabled>1</IsEnabled>
<IsDirectDebitAuthorized>0</IsDirectDebitAuthorized>
<IsReceiptByEmailAllowed>0</IsReceiptByEmailAllowed>

<Bank>
<Code></Code>
<Name></Name>
</Bank>

<BankInfoType>
<Code></Code>
<Name></Name>
</BankInfoType>

<AccountNumber></AccountNumber>
<AccountDigit></AccountDigit>
<RoutingNumber></RoutingNumber>
<RoutingDigit></RoutingDigit>

<Address>
<Line1>Street Xyz</Line1>
<Line2></Line2>
<ZipPostalCode></ZipPostalCode>
<IsMailingAddress>1</IsMailingAddress>
<AddressTypeEnum>0</AddressTypeEnum>
<CountryName>USA</CountryName>
<LocalityParentName>CA</LocalityParentName> <!-- Pode ser o abreviation/name -->
<LocalityName>Encino</LocalityName>
</Address>

<Phone>
<CountryAreaCode></CountryAreaCode>
<CityAreaCode></CityAreaCode>
<LocalNumber>999-55-370</LocalNumber>
<Extension></Extension>
<IsDefault>1</IsDefault>
<PhoneType>
<Code></Code>
<Name></Name>
</PhoneType>
</Phone>

<EContact>
<Contact>fulano.tal@gmail.com</Contact>
<DisplayAs></DisplayAs>
<ContactTypeEnum>0</ContactTypeEnum>
<IsDefault>1</IsDefault>
</EContact>

<!--////////////////////////////////////////-->
<!--///DEFINED FIELDS FOR SUB ACCOUNT TYPE//-->
<!--////////////////////////////////////////-->

<Generic>
<SubAccountType>
<Code></Code>
<Name></Name>
</SubAccountType>
</Generic>

<LegalEntity>
<Abbreviation></Abbreviation>
<Acronym></Acronym>
<LegalName></LegalName>
<DenominationalName></DenominationalName>
<Officer1Title></Officer1Title>
<Officer1Name></Officer1Name>
<Officer2Title></Officer2Title>
<Officer2Name></Officer2Name>
<AccountantTitle></AccountantTitle>
<AccountantName></AccountantName>
<HeaderLine1></HeaderLine1>
<HeaderLine2></HeaderLine2>
<TopMemo></TopMemo>
<BottomMemo></BottomMemo>
<RegionCode></RegionCode>
<LanguageCode></LanguageCode>
<CustomRegionType></CustomRegionType>
<ParentCode></ParentCode>
</LegalEntity>

<Employee>
<HasTravelBudget>0</HasTravelBudget>
</Employee>

<Vendor>
<AccountIdentifier></AccountIdentifier>
<DoingBusinessAs></DoingBusinessAs>
</Vendor>

<BankAccount>
<NextCheckNumber></NextCheckNumber>
<NextEFTNumber></NextEFTNumber>
<Contact></Contact>
<Branch></Branch>
<StatePrefix></StatePrefix>
<PreNotification></PreNotification>
<IsBankPosition></IsBankPosition>
<GuidSignature></GuidSignature>
</BankAccount>

<Student>
<FinanciallyResponsible>
<Code></Code>
<Name></Name>
</FinanciallyResponsible>
<StudentDegree>
<Code></Code>
<Name></Name>
</StudentDegree>
<ParentName></ParentName>
<ClassNumber></ClassNumber>
<DiscountAmount></DiscountAmount>
</Student>

<FinanciallyResponsible></FinanciallyResponsible>
<Donor></Donor>
<Client></Client>
<Project></Project>

<!-- ////////////////////////////////////////-->
<!-- END DEFINED FOR SUB ACCOUNT TYPE -->
<!-- ////////////////////////////////////////-->
</Item>
</Items>
</Content>
</AASIS>

Response


<Result>
<SubAccountsTransferResult>
<ArrayOfSubAccount>
<SubAccount>
<Code>111111</Code>
<Name>Employee One</Name>
<GUID>D62F9E08-BCAF-491F-B042-ABC73E8C9DC0</GUID>
</SubAccount>
</ArrayOfSubAccount>
</SubAccountsTransferResult>
</Result>