Hello everyone
i am do integrating Invoice Rest Api in my system and i want to send addresses as well but unable to find any filter or keyword to expand addresses please help me in it
Hello everyone
i am do integrating Invoice Rest Api in my system and i want to send addresses as well but unable to find any filter or keyword to expand addresses please help me in it
Best answer by jinin
Hi
I've attached a package with a sample endpoint. Please publish the package and review it.
Sample Request:
{
"BillToAddress": {
"AddressLine1": {
"value": "77 W 66th St # 13"
},
"AddressLine2": {},
"City": {
"value": "New York"
},
"Country": {
"value": "US"
},
"OverrideAddress": {
"value": false
},
"PostalCode": {
"value": "10023"
},
"State": {
"value": "NY"
}
},
"Customer": {
"value": "ABCSTUDIOS"
},
"CustomerOrder": {
"value": "ABCSTUDIOS20233-020"
},
"Date": {
"value": "2023-02-16T00:00:00+05:30"
},
"Description": {
"value": "Electronics - Drop Shipped Order"
},
"ShipToAddress": {
"AddressLine1": {
"value": "77 W 66th St # 13"
},
"AddressLine2": {},
"City": {
"value": "New York"
},
"Country": {
"value": "US"
},
"Latitude": {},
"Longitude": {},
"OverrideAddress": {
"value": false
},
"PostalCode": {
"value": "10023"
},
"State": {
"value": "NY"
}
},
"ShipToContactOverride": {
"value": false
},
"Status": {
"value": "Open"
},
"TaxTotal": {
"value": 0.0000
},
"Terms": {
"value": "30D"
},
"Type": {
"value": "Invoice"
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.