Created
November 20, 2022 05:51
-
-
Save mohit-manna/1bce412903610ff060ddfa2fdd51c435 to your computer and use it in GitHub Desktop.
Amazon Bill Generator [Import in Postman]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --location --request POST 'https://script.google.com/macros/s/AKfycbwC0xR9TprvKH1v85kSLrgf3s4JafCoVnpXzJPkv4rIeLJGCk0_JvwFf2y8NxyUhuH5/exec' \ | |
--form 'customerName="John Doe"' \ | |
--form 'receipient="[email protected]"' \ | |
--form 'addressLine1="VILL SARFABAD SECTOR 73"' \ | |
--form 'addressLine2="NOIDA, UP, 201309"' \ | |
--form 'state="UTTAR PRADESH"' \ | |
--form 'stateCode="09"' \ | |
--form 'invoiceDate="03.11.2022"' \ | |
--form 'productDesc1="Big Data Analytics for Large-Scale Multimedia Search Hardcover – 19 April 2019 978-1119376972"' \ | |
--form 'price="7,176.00"' \ | |
--form 'gst="0"' \ | |
--form 'amount_in_words="Seven Thousand One Hundred Seventy-Six only"' \ | |
--form 'sellerName="Cloudtail India Private Limited"' \ | |
--form 'sellerAddress="Khasra numbers:444(P),445(P),459(P), | |
460,461,462,463,464,465,466,467,468, | |
469,470,471,472,473,474 ,75(P),476,477, | |
478, 479,480,481,482,483(P),491,492, | |
493(P) Village -Bhaukapur,Lucknow, | |
Uttar Pradesh, 226401 | |
IN"' \ | |
--form 'sellerPan="AAOCS0333F"' \ | |
--form 'sellerGst="33AAOCS0333F1ZN"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Import the curl in Postman and change the value of Keys
Important Keys:
If you are changing the Address change other values accordingly.