Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2022.1

...

Insert excerpt
SQL API Calls
SQL API Calls
nopaneltrue

Insert excerpt
Custom API
Custom API
nopaneltrue

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


Value Lookups:
Toggle cloak
Cloak

Insert excerpt
API
API
nopaneltrue



Status of the Cable Path.

typeyes*String

"type=PATHS" is Required to indicate that this will process a Cable Path record. This can be added as a POST parameter or within the URI as shown below.

...