Carrier
Update
Update an existing Carrier record by ID.
put/api/cp/carrier/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"account_id": 1,
"reseller_id": 1,
"name": "Example Name",
"alias": "example_alias",
"channels": 123,
"cps": 1.5,
"system_id": 1,
"status": "Active",
"address1": "example_address1",
"address2": "example_address2",
"city": "example_city",
"county": 10,
"postcode": "example_postcode",
"website": "https://example.com",
"country": "US",
"credit_refresh_interval": 123,
"portal_json": "Sample portal_json text content",
"portal_url": "example_portal_url",
"portal_username": "example_portal_username",
"portal_password": "example_portal_password",
"email_credit_regex": "example_email_credit_regex",
"trace": 1,
"credit": 99.99,
"debit_limit": 99.99,
"tax": 99.99,
"snapshot_credit": 99.99,
"snapshot_timestamp": 1000000,
"currency": "USD",
"paypal": "example_paypal",
"portal_access": "example_portal_access",
"is_customer": true,
"is_carrier": true,
"last_call": 1000000,
"auto_login_key": "example_auto_login_key",
"connexcs_permission": "example_connexcs_permission",
"fr_timeout": 1,
"pre_ring_timeout": 1,
"post_ring_timeout": 1,
"p_asserted_identity": "default",
"reply_actions": "example_reply_actions",
"reply_actions_json": "example_reply_actions_json",
"did_api_id": 1,
"account_api_id": 1,
"resources_used": "base64-encoded-data",
"code_consistency": 99.99,
"code_consistency_points": 99.99,
"min_payment": 99.99,
"approved_cli_only": 1,
"invoice_schedule": "day",
"invoice_due_days": 1,
"propagate_username": 1,
"required": "mobile_verification",
"duration_latency_offset": 99.99,
"notes": "Sample notes text content",
"consec_backoff": 1,
"tags": "example_tags",
"vars": "Sample vars text content",
"topup_currencies": "example_topup_currencies",
"accounting_id": 1,
"invoice_template": "example_invoice_template",
"account_manager_id": 1,
"origid": "example_origid",
"rtp_firewall_warning": 1,
"s3_size": 1.5,
"call_recording_retention_days": 123,
"range_holder_provider_card_id": 1,
"domain_id": 1,
"cx_referal": 1,
"max_daily_spend": 99.99,
"dt_restrict": "example_dt_restrict",
"default_stir_shaken_attestation": "A",
"flags": "example_flags"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.