@@ -1394,6 +1394,18 @@ <h3 id="erpfeatureflag"><a name="erp-feature-flag"></a>ErpFeatureFlag</h3>
13941394 < td > -</ td >
13951395 < td > Pass this flag if ERP supports Liability account.</ td >
13961396 </ tr >
1397+ < tr >
1398+ < td > < code class ="language-plaintext highlighter-rouge "> DISABLE_INVOICE_INTEGRATION</ code > </ td >
1399+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1400+ < td > -</ td >
1401+ < td > Pass this flag if ERP does not supports Invoice Integration.</ td >
1402+ </ tr >
1403+ < tr >
1404+ < td > < code class ="language-plaintext highlighter-rouge "> ENABLE_TAX_INTEGRATION</ code > </ td >
1405+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1406+ < td > -</ td >
1407+ < td > Pass this flag if ERP supports mapping Tax Codes and Reclaim Codes.</ td >
1408+ </ tr >
13971409 </ tbody >
13981410</ table >
13991411
@@ -1777,6 +1789,183 @@ <h3 id="erp-list-name"><a name="erp-list"></a>ERP List Name</h3>
17771789 </ tbody >
17781790</ table >
17791791
1792+ < h3 id ="update-erp-tax-data-request "> < a name ="list-of-taxData "> </ a > Update ERP Tax Data Request</ h3 >
1793+
1794+ < table >
1795+ < thead >
1796+ < tr >
1797+ < th > Name</ th >
1798+ < th > Type</ th >
1799+ < th > Format</ th >
1800+ < th > Description</ th >
1801+ </ tr >
1802+ </ thead >
1803+ < tbody >
1804+ < tr >
1805+ < td > < code class ="language-plaintext highlighter-rouge "> data</ code > </ td >
1806+ < td > < code class ="language-plaintext highlighter-rouge "> array</ code > </ td >
1807+ < td > < a href ="#erp-taxData "> < code class ="language-plaintext highlighter-rouge "> ERP Tax Data</ code > </ a > </ td >
1808+ < td > List of the ERP Tax Data.</ td >
1809+ </ tr >
1810+ < tr >
1811+ < td > < code class ="language-plaintext highlighter-rouge "> links</ code > </ td >
1812+ < td > < code class ="language-plaintext highlighter-rouge "> array</ code > </ td >
1813+ < td > < a href ="#links "> < code class ="language-plaintext highlighter-rouge "> Links</ code > </ a > </ td >
1814+ < td > < strong > GET method</ strong > The array of < code class ="language-plaintext highlighter-rouge "> href</ code > s to retrieve the next page.</ td >
1815+ </ tr >
1816+ < tr >
1817+ < td > < code class ="language-plaintext highlighter-rouge "> deleteAll</ code > </ td >
1818+ < td > < code class ="language-plaintext highlighter-rouge "> boolean</ code > </ td >
1819+ < td > < code class ="language-plaintext highlighter-rouge "> true</ code > /< code class ="language-plaintext highlighter-rouge "> false</ code > </ td >
1820+ < td > < strong > PUT method</ strong > For PUT method, this field is always considered to be true and all data is replaced with the data provided.</ td >
1821+ </ tr >
1822+ </ tbody >
1823+ </ table >
1824+
1825+ < h3 id ="erp-tax-data "> < a name ="erp-taxData "> </ a > ERP Tax Data</ h3 >
1826+
1827+ < table >
1828+ < thead >
1829+ < tr >
1830+ < th > Name</ th >
1831+ < th > Type</ th >
1832+ < th > Format</ th >
1833+ < th > Description</ th >
1834+ </ tr >
1835+ </ thead >
1836+ < tbody >
1837+ < tr >
1838+ < td > < code class ="language-plaintext highlighter-rouge "> countryCode</ code > </ td >
1839+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1840+ < td > ISO 3166-1 alpha-2</ td >
1841+ < td > < strong > Required</ strong > Two-letter country code for the tax data as specified in ISO 3166-1 alpha-2.</ td >
1842+ </ tr >
1843+ < tr >
1844+ < td > < code class ="language-plaintext highlighter-rouge "> countryName</ code > </ td >
1845+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1846+ < td > -</ td >
1847+ < td > Country name for the tax data.</ td >
1848+ </ tr >
1849+ < tr >
1850+ < td > < code class ="language-plaintext highlighter-rouge "> stateEntries</ code > </ td >
1851+ < td > < code class ="language-plaintext highlighter-rouge "> array</ code > </ td >
1852+ < td > < a href ="#state-entries "> < code class ="language-plaintext highlighter-rouge "> State Entries</ code > </ a > </ td >
1853+ < td > < strong > Required</ strong > List of state/province specific tax data. If the data is not state specific, this field will hold the country tax data.</ td >
1854+ </ tr >
1855+ </ tbody >
1856+ </ table >
1857+
1858+ < h3 id ="state-entries "> < a name ="state-entries "> </ a > State Entries</ h3 >
1859+
1860+ < table >
1861+ < thead >
1862+ < tr >
1863+ < th > Name</ th >
1864+ < th > Type</ th >
1865+ < th > Format</ th >
1866+ < th > Description</ th >
1867+ </ tr >
1868+ </ thead >
1869+ < tbody >
1870+ < tr >
1871+ < td > < code class ="language-plaintext highlighter-rouge "> stateCode</ code > </ td >
1872+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1873+ < td > -</ td >
1874+ < td > ERP state/province code for the state/province specific tax data. If the data is not state specific, this field will be null.</ td >
1875+ </ tr >
1876+ < tr >
1877+ < td > < code class ="language-plaintext highlighter-rouge "> stateDesc</ code > </ td >
1878+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1879+ < td > -</ td >
1880+ < td > Description for the ERP state/province specific tax data. If the data is not state specific, this field will be null.</ td >
1881+ </ tr >
1882+ < tr >
1883+ < td > < code class ="language-plaintext highlighter-rouge "> reclaimEntries</ code > </ td >
1884+ < td > < code class ="language-plaintext highlighter-rouge "> array</ code > </ td >
1885+ < td > < a href ="#reclaim-entries "> < code class ="language-plaintext highlighter-rouge "> Reclaim Entries</ code > </ a > </ td >
1886+ < td > < strong > Required</ strong > List of ERP reclaim data for the state/province specific tax data or country tax data if not state/province specific.</ td >
1887+ </ tr >
1888+ </ tbody >
1889+ </ table >
1890+
1891+ < h3 id ="reclaim-entries "> < a name ="reclaim-entries "> </ a > Reclaim Entries</ h3 >
1892+
1893+ < table >
1894+ < thead >
1895+ < tr >
1896+ < th > Name</ th >
1897+ < th > Type</ th >
1898+ < th > Format</ th >
1899+ < th > Description</ th >
1900+ </ tr >
1901+ </ thead >
1902+ < tbody >
1903+ < tr >
1904+ < td > < code class ="language-plaintext highlighter-rouge "> reclaimCode</ code > </ td >
1905+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1906+ < td > -</ td >
1907+ < td > < strong > Required</ strong > ERP reclaim code.</ td >
1908+ </ tr >
1909+ < tr >
1910+ < td > < code class ="language-plaintext highlighter-rouge "> reclaimDesc</ code > </ td >
1911+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1912+ < td > -</ td >
1913+ < td > Description for the ERP reclaim rate.</ td >
1914+ </ tr >
1915+ < tr >
1916+ < td > < code class ="language-plaintext highlighter-rouge "> reclaimDetails</ code > </ td >
1917+ < td > < code class ="language-plaintext highlighter-rouge "> array</ code > </ td >
1918+ < td > < a href ="#reclaim-details "> < code class ="language-plaintext highlighter-rouge "> Reclaim Details</ code > </ a > </ td >
1919+ < td > < em > *Required</ em > Details of the ERP reclaim rate.</ td >
1920+ </ tr >
1921+ </ tbody >
1922+ </ table >
1923+
1924+ < h3 id ="reclaim-details "> < a name ="reclaim-details "> </ a > Reclaim Details</ h3 >
1925+
1926+ < table >
1927+ < thead >
1928+ < tr >
1929+ < th > Name</ th >
1930+ < th > Type</ th >
1931+ < th > Format</ th >
1932+ < th > Description</ th >
1933+ </ tr >
1934+ </ thead >
1935+ < tbody >
1936+ < tr >
1937+ < td > < code class ="language-plaintext highlighter-rouge "> taxCode</ code > </ td >
1938+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1939+ < td > -</ td >
1940+ < td > < strong > Required</ strong > ERP tax code.</ td >
1941+ </ tr >
1942+ < tr >
1943+ < td > < code class ="language-plaintext highlighter-rouge "> taxRateDesc</ code > </ td >
1944+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1945+ < td > -</ td >
1946+ < td > Description for the ERP tax rate.</ td >
1947+ </ tr >
1948+ < tr >
1949+ < td > < code class ="language-plaintext highlighter-rouge "> percentage</ code > </ td >
1950+ < td > < code class ="language-plaintext highlighter-rouge "> number</ code > </ td >
1951+ < td > -</ td >
1952+ < td > The percentage of the ERP tax rate.</ td >
1953+ </ tr >
1954+ < tr >
1955+ < td > < code class ="language-plaintext highlighter-rouge "> validFrom</ code > </ td >
1956+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1957+ < td > -</ td >
1958+ < td > < strong > Required</ strong > The start date of the ERP tax rate in ISO-8601 simple date format(YYYY-MM-dd).</ td >
1959+ </ tr >
1960+ < tr >
1961+ < td > < code class ="language-plaintext highlighter-rouge "> validTo</ code > </ td >
1962+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1963+ < td > -</ td >
1964+ < td > The end date of the ERP tax rate in ISO-8601 simple date format(YYYY-MM-dd).</ td >
1965+ </ tr >
1966+ </ tbody >
1967+ </ table >
1968+
17801969< h3 id ="update-erp-vendors-request "> < a name ="list-of-vendor "> </ a > Update ERP Vendors Request</ h3 >
17811970
17821971< table >
@@ -2149,6 +2338,18 @@ <h3 id="paymenttype"><a name="payment-type"></a>PaymentType</h3>
21492338 < td > < code class ="language-plaintext highlighter-rouge "> ISO 4217</ code > </ td >
21502339 < td > 3-letter currency code.</ td >
21512340 </ tr >
2341+ < tr >
2342+ < td > < code class ="language-plaintext highlighter-rouge "> countryCode</ code > </ td >
2343+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
2344+ < td > < code class ="language-plaintext highlighter-rouge "> ISO 3166</ code > </ td >
2345+ < td > 2-letter country code.</ td >
2346+ </ tr >
2347+ < tr >
2348+ < td > < code class ="language-plaintext highlighter-rouge "> erpCreditCardAccount</ code > </ td >
2349+ < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
2350+ < td > -</ td >
2351+ < td > ERP Credit Card Account.</ td >
2352+ </ tr >
21522353 </ tbody >
21532354</ table >
21542355
0 commit comments