FoneStorm portorder object representing a portorder on account.
JSON
{
"id": "20045551234",
"status": "foc",
"port_order_date": "2022-06-07",
"foc_at": "2022-06-15",
"subaccount": null,
"account_info": {
"company": "FracTEL, LLC",
"address_1": "122 4th Ave.",
"address_2": "Ste. 201",
"house_prefix": "",
"house_number": "",
"house_suffix": "",
"pre_directional": "",
"street_name": "",
"street_suffix": "",
"post_directional": "",
"city": "Indialantic",
"state": "FL",
"zip": "32903",
"country": "United States"
},
"contact_info": {
"first_name": "John",
"middle_initial": "",
"last_name": "Doe",
"title": "Owner",
"authorized_user": "John Doe",
"email": "[email protected] ",
"phone": "3214991000"
},
"current_service": {
"service_provider": "T-mobile",
"account_number": "12341234",
"pin": "1234",
"billing_number": "3214991000"
},
"port_settings": {
"desired_due_date": "2022-06-15",
"partial_port": false,
"wireless": false,
"business": true,
"new_btn": ""
},
"customer_notes": "",
"observers": "",
"phone_numbers": [
{
"phone_number": "3214991000,
"fax": false
}
]
}
Property Type Description id string PortOrder ID status string PortOrder status port_order_date date PortOrder submit date in YYYY-MM-DD format foc_at date PortOrder FOC date in YYYY-MM-DD format subaccount string Subaccount number account_info object Account Information contact_info object Contact Information current_service object Current service provider information port_settings object Additional settings customer_notes string Customer notes / suggestions / issue observers string Additional email address to receive status updates phone_numbers array Array of phone_number object
Property Type Description company string Company name address_1 string Address line 1 address_2 string Address line 2 house_prefix string House prefix house_number string House number house_suffix string House suffix pre_directional string Pre directional street_name string Street name street_suffix string Street Suffix post_directional string Post directional city string City state string State - A USA state or A Canadian state zip string Zip code country string Country - United States, Canada or International
Property Type Description first_name string First name middle_initial string Middle initial last_name string Last name title string Title authorized_user string Authorized user's name email string Email address phone string phone number
Property Type Description service_provider string Current service provider's name account_number string Account number with current service provider pin string PIN with current service provider billing_number string Billing number with current service provider
Property Type Description desired_due_date date Desired due date in YYYY-MM-DD format partial_port boolean A partial port or not wireless boolean Wireless number or not business boolean Business number or not new_btn boolean New billing number
Property Type Description phone_number string 10 digit phone number fax boolean Fax number or not