Phone Number
The Phone Number object is used in the Marketplace APIs to represent a phone number. This object contains two fields.
Field
Type
Description
prefix
string
Represents the country-specific prefix.
number
string
Represents the phone number.
Example
{
"prefix": "+34",
"number": "660707172"
}Last updated
Was this helpful?