MailAddress
{
"address1": "Required, string type, represents the first line of the address",
"address2": "Optional, string type, represents the second line of the address (if applicable)",
"city": "Required, string type, represents the city name",
"country": "Required, string type, represents the country name",
"countryCode": "Required, string type, represents the country code",
"firstName": "Required, string type, represents the first name",
"lastName": "Required, string type, represents the last name",
"phone": "Optional, string type, represents the contact phone number (if applicable)",
"province": "Required, string type, represents the name of the province or state",
"provinceCode": "Required, string type, represents the code of the province or state",
"zip": "Required, string type, represents the postal code"
}{
"address1": "1111 Franklin Avenue",
"address2": null,
"city": "Garden City",
"country": "US",
"countryCode": "US",
"firstName": "zhang",
"lastName": "jie",
"phone": null,
"province": "NY",
"provinceCode": "NY",
"zip": "11530"
}Last updated
Was this helpful?