PatchOrderAddressModel
Address model used for PATCH operations. Fields align with the sfclassic-service OrderAddressCommand contract.
If a field is null, no changes will be made to that field.
| Name | Description | Type | Additional information |
| FirstName |
First name of the address recipient. If null or unset, no changes are made.
|
string
|
None.
|
| LastName |
Last name of the address recipient. If null or unset, no changes are made.
|
string
|
None.
|
| Phone |
Phone number associated with the address. If null or unset, no changes are made.
|
string
|
None.
|
| Company |
Company name of the address. If null or unset, no changes are made.
|
string
|
None.
|
| Line1 |
Address line 1. If null or unset, no changes are made.
|
string
|
None.
|
| Line2 |
Address line 2. If null or unset, no changes are made.
|
string
|
None.
|
| Postcode |
Postcode / zip code. If null or unset, no changes are made.
|
string
|
None.
|
| City |
City. If null or unset, no changes are made.
|
string
|
None.
|
| CountyOrState |
County or state. If null or unset, no changes are made.
|
string
|
None.
|
| Country |
Country name. If null or unset, no changes are made.
|
string
|
None.
|