|
325 | 325 | },
|
326 | 326 | "AccountIds":{
|
327 | 327 | "type":"list",
|
328 |
| - "member":{"shape":"AccountId"}, |
329 |
| - "max":5, |
330 |
| - "min":1 |
| 328 | + "member":{"shape":"AccountId"} |
331 | 329 | },
|
332 | 330 | "AccountMetaData":{
|
333 | 331 | "type":"structure",
|
|
651 | 649 | "required":["accountIds"],
|
652 | 650 | "members":{
|
653 | 651 | "accountIds":{
|
654 |
| - "shape":"AccountIds", |
| 652 | + "shape":"BatchDeleteTaxRegistrationRequestAccountIdsList", |
655 | 653 | "documentation":"<p>List of unique account identifiers. </p>"
|
656 | 654 | }
|
657 | 655 | }
|
658 | 656 | },
|
| 657 | + "BatchDeleteTaxRegistrationRequestAccountIdsList":{ |
| 658 | + "type":"list", |
| 659 | + "member":{"shape":"AccountId"}, |
| 660 | + "max":5, |
| 661 | + "min":1 |
| 662 | + }, |
659 | 663 | "BatchDeleteTaxRegistrationResponse":{
|
660 | 664 | "type":"structure",
|
661 | 665 | "required":["errors"],
|
|
671 | 675 | "required":["accountIds"],
|
672 | 676 | "members":{
|
673 | 677 | "accountIds":{
|
674 |
| - "shape":"AccountIds", |
| 678 | + "shape":"BatchGetTaxExemptionsRequestAccountIdsList", |
675 | 679 | "documentation":"<p> List of unique account identifiers. </p>"
|
676 | 680 | }
|
677 | 681 | }
|
678 | 682 | },
|
| 683 | + "BatchGetTaxExemptionsRequestAccountIdsList":{ |
| 684 | + "type":"list", |
| 685 | + "member":{"shape":"AccountId"}, |
| 686 | + "max":5, |
| 687 | + "min":1 |
| 688 | + }, |
679 | 689 | "BatchGetTaxExemptionsResponse":{
|
680 | 690 | "type":"structure",
|
681 | 691 | "members":{
|
|
723 | 733 | ],
|
724 | 734 | "members":{
|
725 | 735 | "accountIds":{
|
726 |
| - "shape":"AccountIds", |
| 736 | + "shape":"BatchPutTaxRegistrationRequestAccountIdsList", |
727 | 737 | "documentation":"<p> List of unique account identifiers.</p>"
|
728 | 738 | },
|
729 | 739 | "taxRegistrationEntry":{
|
|
732 | 742 | }
|
733 | 743 | }
|
734 | 744 | },
|
| 745 | + "BatchPutTaxRegistrationRequestAccountIdsList":{ |
| 746 | + "type":"list", |
| 747 | + "member":{"shape":"AccountId"}, |
| 748 | + "max":550, |
| 749 | + "min":1 |
| 750 | + }, |
735 | 751 | "BatchPutTaxRegistrationResponse":{
|
736 | 752 | "type":"structure",
|
737 | 753 | "required":["errors"],
|
|
1433 | 1449 | },
|
1434 | 1450 | "PaymentVoucherNumber":{
|
1435 | 1451 | "type":"string",
|
1436 |
| - "pattern":"^\\d{17}$" |
| 1452 | + "pattern":"^(\\d{17}|[A-Za-z]{3}\\d{13})$" |
1437 | 1453 | },
|
1438 | 1454 | "PersonType":{
|
1439 | 1455 | "type":"string",
|
|
1500 | 1516 | ],
|
1501 | 1517 | "members":{
|
1502 | 1518 | "accountIds":{
|
1503 |
| - "shape":"AccountIds", |
| 1519 | + "shape":"PutTaxExemptionRequestAccountIdsList", |
1504 | 1520 | "documentation":"<p> The list of unique account identifiers. </p>"
|
1505 | 1521 | },
|
1506 | 1522 | "authority":{"shape":"Authority"},
|
1507 | 1523 | "exemptionCertificate":{"shape":"ExemptionCertificate"},
|
1508 | 1524 | "exemptionType":{
|
1509 | 1525 | "shape":"GenericString",
|
1510 |
| - "documentation":"<p>The exemption type. </p>" |
| 1526 | + "documentation":"<p>The exemption type. Use the supported tax exemption type description. </p>" |
1511 | 1527 | }
|
1512 | 1528 | }
|
1513 | 1529 | },
|
| 1530 | + "PutTaxExemptionRequestAccountIdsList":{ |
| 1531 | + "type":"list", |
| 1532 | + "member":{"shape":"AccountId"}, |
| 1533 | + "max":550, |
| 1534 | + "min":1 |
| 1535 | + }, |
1514 | 1536 | "PutTaxExemptionResponse":{
|
1515 | 1537 | "type":"structure",
|
1516 | 1538 | "members":{
|
|
1968 | 1990 | },
|
1969 | 1991 | "registrationType":{
|
1970 | 1992 | "shape":"TaxRegistrationType",
|
1971 |
| - "documentation":"<p>Type of your tax registration. This can be either <code>VAT</code> or <code>GST</code>. </p>" |
| 1993 | + "documentation":"<p>Type of your tax registration. </p>" |
1972 | 1994 | },
|
1973 | 1995 | "sector":{
|
1974 | 1996 | "shape":"Sector",
|
|
2264 | 2286 | "members":{
|
2265 | 2287 | "electronicTransactionCodeNumber":{
|
2266 | 2288 | "shape":"ElectronicTransactionCodeNumber",
|
2267 |
| - "documentation":"<p>The electronic transaction code number on the tax return document.</p>" |
| 2289 | + "documentation":"<p>The electronic transaction code number on the tax return document. This field must be provided for successful API operation.</p>" |
2268 | 2290 | },
|
2269 | 2291 | "enterpriseIdentificationNumber":{
|
2270 | 2292 | "shape":"EnterpriseIdentificationNumber",
|
2271 |
| - "documentation":"<p>The enterprise identification number for tax registration.</p>" |
| 2293 | + "documentation":"<p>The enterprise identification number for tax registration. This field must be provided for successful API operation.</p>" |
2272 | 2294 | },
|
2273 | 2295 | "paymentVoucherNumber":{
|
2274 | 2296 | "shape":"PaymentVoucherNumber",
|
2275 |
| - "documentation":"<p>The payment voucher number on the tax return payment document.</p>" |
| 2297 | + "documentation":"<p>The payment voucher number on the tax return payment document. This field must be provided for successful API operation.</p>" |
2276 | 2298 | },
|
2277 | 2299 | "paymentVoucherNumberDate":{
|
2278 | 2300 | "shape":"DateString",
|
2279 |
| - "documentation":"<p>The date on the tax return payment document.</p>" |
| 2301 | + "documentation":"<p>The date on the tax return payment document. This field must be provided for successful API operation.</p>" |
2280 | 2302 | }
|
2281 | 2303 | },
|
2282 | 2304 | "documentation":"<p>Additional tax information to specify for a TRN in Vietnam.</p>"
|
|
0 commit comments