POS365.VN APIs

<back to all web services

TaxOnboardingGet

Requires Authentication
The following routes are available for this service:
GET/api/taxonboard
TaxOnboard Parameters:
NameParameterData TypeRequiredDescription
BranchIdformintNo
RetailerIdformintNo
TaxCodeformstringNo
IsActiveformboolNo
OnboardingDateformDateTimeNo
PeriodTypeformbyteNo
TaxpayerNameformstringNo
BrandNameformstringNo
PhoneNumberformstringNo
EmailformstringNo
TaxpayerCodeformstringNo
NewTaxpayerCodeformstringNo
BusinessSectorIdsformstringNo
IsRevisedformboolNo
AddressDetailformstringNo
ProvinceIdformint?No
WardIdformint?No
BusinessAreaformdoubleNo
PremisesTypeformboolNo
BorderBusinessformboolNo
BorderMarketNameformstringNo
TaxDepartmentIdformint?No
TaxOfficeIdformint?No
ResidentialAddressformstringNo
ResidentialProvinceIdformint?No
ResidentialWardIdformint?No
NumberOfEmployeesformint?No
WorkingHourFromformTimeSpan?No
WorkingHourToformTimeSpan?No
BankAccountformstringNo
CreatedByformlongNo
CreatedDateformDateTimeNo
ModifiedByformlong?No
ModifiedDateformDateTime?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/taxonboard HTTP/1.1 
Host: api.pos365.vn 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<TaxOnboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POS.Data">
  <AddressDetail>String</AddressDetail>
  <BankAccount>String</BankAccount>
  <BorderBusiness>false</BorderBusiness>
  <BorderMarketName>String</BorderMarketName>
  <BranchId>0</BranchId>
  <BrandName>String</BrandName>
  <BusinessArea>0</BusinessArea>
  <BusinessSectorIds>String</BusinessSectorIds>
  <CreatedBy>0</CreatedBy>
  <CreatedDate>0001-01-01T00:00:00</CreatedDate>
  <Email>String</Email>
  <IsActive>false</IsActive>
  <IsRevised>false</IsRevised>
  <ModifiedBy>0</ModifiedBy>
  <ModifiedDate>0001-01-01T00:00:00</ModifiedDate>
  <NewTaxpayerCode>String</NewTaxpayerCode>
  <NumberOfEmployees>0</NumberOfEmployees>
  <OnboardingDate>0001-01-01T00:00:00</OnboardingDate>
  <PeriodType>0</PeriodType>
  <PhoneNumber>String</PhoneNumber>
  <PremisesType>false</PremisesType>
  <ProvinceId>0</ProvinceId>
  <ResidentialAddress>String</ResidentialAddress>
  <ResidentialProvinceId>0</ResidentialProvinceId>
  <ResidentialWardId>0</ResidentialWardId>
  <RetailerId>0</RetailerId>
  <TaxCode>String</TaxCode>
  <TaxDepartmentId>0</TaxDepartmentId>
  <TaxOfficeId>0</TaxOfficeId>
  <TaxpayerCode>String</TaxpayerCode>
  <TaxpayerName>String</TaxpayerName>
  <WardId>0</WardId>
  <WorkingHourFrom>PT0S</WorkingHourFrom>
  <WorkingHourTo>PT0S</WorkingHourTo>
</TaxOnboard>