The PopulatePhoneNumber method accepts a phone number and splits it in the separate parts expected by Retail3000 returning it as a PhoneNumberInfo object
The request body is of type SplitPhoneNumber.
Request Body Parameters
Name | Description | Data Type |
formattedPhoneNumber | | xml:string |
defaultCountryCode | | xml:short |
Overview
|
|
Sequence
| |
The response body is of type SplitPhoneNumberResponse.
Response Body Parameters
Name | Description | Data Type |
countryCode | | xml:short |
nationalPrefix | | xml:short |
areaCode | | xml:string |
parsedPhoneNumber | | xml:string |
isoCountryCode | | xml:string |
Overview
|
|
Sequence
| |