- Healthcheck
- App Settings
- OS
- Finances
- Support
- Customer
- Auth
- Email
- Phones
- Popup Notifications
- Quick InvoiceGET
- Contract DetailsPOST
- Connection Status Has NoticesPOST
- List ContractsPOST
- Connection StatusPOST
- Generate LoginPOST
- Password UpdatePUT
- Password RecoveryPUT
- Referral (Indique um amigo)GET
- Enable Collect CallsPOST
- Tax NotesPOST
- Phone DetailsPOST
- Due Date AvailablesPOST
- Change Due datePUT
- Request Address ChangePUT
- Service ProtocolGET
- User VerifyPOST
- File UploadPOST
- Paid InvoicesGET
- Contract TermPOST
- Interface
- Messages
- Resources
- SVAs
- Wi-FI
- Sales Onboarding
- Push Notifications
- Crypto
- Admin
- Proxy Integration
- OS
- Financials
- [OK][CD] Billing Dispute (Contestation)
- [OK][CD] Calls Extract
- [OK][CD] Check Trust Eligibility
- [OK][CD] Extract PDF Calls
- [OK][CD] Fast Access Invoice
- [OK][CD] Paid Invoice
- [OK][CD] List Records
- [OK][CD] Negotiation Parcels
- [OK][CD] Generate Payment Link
- [OK][CD] Negotiation Check Eligibility
- [OK][CD] Confim Negotiation
- [OK][CD] Tax Notes
- Contacts
- Contracts
- [OK][CD] List Products (SVAs)
- [OK][CD] Get Activation Link Product (SVA)
- [OK][CD] List Contracts
- [OK][CD] Contracts Details
- [OK][CD] Call History
- [OK][CD] Enable Collect Calls
- [OK][CD] List Protocols
- [OK][CD] Phone Details
- [OK][CD] Contract Unlock
- [OK][CD] Contract Term
- [OK][CD] Connection Status
- [OK][CD] Due Date Availables
- [OK][CD] Change Due date
- [OK][CD] Contract Plan
- [OK][CD] List Devices Wifi
- [OK][CD] Update Wifi
- [OK][CD] File Upload Payment
- Product Subscribe
- Messages
- Menus
- Customers
- Addresses
- Bookings
- FAQ
- Login
- Equipaments
- Config
- Cards
- Sales
- Massive Warnings
- Parameter
- Password Update
- Banners
- Products
Request Address Change
HML
HML
PUT
{{BASE_ENDPOINT_V1}}/account/contracts/request-address-change
Request
Header Params
Authorization
string
required
Example:
{{Authorization}}
Body Params application/json
area_code
string
required
booking_code
string
required
cep
string
required
city
string
required
contract_number
string
required
day
string
required
district
string
required
ibge_city_code
string
required
id_service
string
required
number
string
required
period
string
required
schedule_channel
string
required
street
string
required
transmission_type
string
required
Example
{
"area_code": "CMO",
"booking_code": "f91e4e59-1f0e-420b-b3d5-22f3e91a984d",
"cep": "87083400",
"city": "MARINGA",
"contract_number": "1235204",
"day": "2023-11-25",
"district": "JARIM PARIS",
"ibge_city_code": "3301207",
"id_service": "CHANGE_ADDRESS",
"number": "212",
"period": "morning",
"schedule_channel": "app",
"street": "Rua Antonio Brambilla",
"transmission_type": "FTTH"
}
Responses
🟢200Success
application/json
Body
object {0}
Example
{}