Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
http://DOMAIN/api/API_KEY/cable.PATHS.OUTPUT

Available Fields

Field

Required

Data Type

Options

Default

Notes

recid

yes*

Integer



The RECID of the Cable Path. *Required only if attempting an UPDATE.

service

yes*

Integer



RECID of the Service to assign to the Cable Path. *Either a Service OR Location is required, but not both.

location

yes*

Integer



RECID of the Location to assign to the Cable Path. *Either a Service OR Location is required, but not both.

status

yes

Integer

Lists


Status of the Cable Path.

...

Code Block
languagephp
POST DOMAIN/KEY/cable.PATHS.json
Headers:

Key

Value

Content-Type

application/json

Pcr-Html-Encoded

TRUE

...