Skip to main content

2.4.2. Querry string parametrs

Parametrs

Main Parameters

ParameterDescriptionMandatoryTypeNotes
countryCountry codeYes
contract_numContract number
fiscal_idTax identification number
packagesPackages to be stoppedarray of objectsSee packages Array Structure below
servicesServices to be stoppedarray of objectsSee services Array Structure below

packages Array Structure

ParameterDescriptionMandatoryTypeNotes
codePackage code
date_forExpiration date

services Array Structure

ParameterDescriptionMandatoryTypeNotes
codeService code
date_forExpiration date

Code structure

{
"country": "",
"contract_num": "",
"fiscal_id": "",
"packages": [
{
"code": "",
"date_for": ""
}
],
"services": [
{
"code": "",
"date_for": ""
}
]
}

Field Descriptions

  • country – Country code, required
  • contract_num – Contract number
  • fiscal_id – Tax identification number
  • packages – Packages to be stopped; each object includes:
    • code – Package code
    • date_for – End date
  • services – Services to be stopped; each object includes:
    • code – Service code