The SplitAddress method accepts an address and will split it in the separate parts expected by Retail3000 returning it as separate fields
Method | /SplitAddress |
The request body is of type SplitAddress.
Name | Description | Data Type |
---|---|---|
address | xml:string |
|
The response body is of type SplitAddressResponse.
Name | Description | Data Type |
---|---|---|
streetName | xml:string | |
numberPart1 | xml:int | |
numberPart2 | xml:string |
|