Go-to-Light Service 4.0.0.2397 - 121 - API License to Cloud Demo

<back to all web services

PBL_SetFreePosition

Requires Authentication
The following routes are available for this service:
All Verbs/PBL_SetFreePosition/{Key}/{LCAddress}/{PixelBegin}/{PixelEnd}/{OutputNumber}
"use strict";
export class PBL_SetFreePosition {
    /** @param {{Key?:string,LCAddress?:string,PixelBegin?:number,PixelEnd?:number,OutputNumber?:number}} [init] */
    constructor(init) { Object.assign(this, init) }
    /**
     * @type {string}
     * @description Key identifying a location */
    Key;
    /**
     * @type {string}
     * @description LCAddress */
    LCAddress;
    /**
     * @type {number}
     * @description Number of first pixel */
    PixelBegin;
    /**
     * @type {number}
     * @description Number of last pixel */
    PixelEnd;
    /**
     * @type {number}
     * @description Output number */
    OutputNumber;
}
export class PBL_StandardResponse {
    /** @param {{Success?:boolean,Error?:string,Result?:Object,Color?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {boolean} */
    Success;
    /** @type {string} */
    Error;
    /** @type {Object} */
    Result;
    /** @type {string} */
    Color;
}

JavaScript PBL_SetFreePosition DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /PBL_SetFreePosition/{Key}/{LCAddress}/{PixelBegin}/{PixelEnd}/{OutputNumber} HTTP/1.1 
Host: clouddemo.pickeos.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"Key":"String","LCAddress":"String","PixelBegin":0,"PixelEnd":0,"OutputNumber":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Success":false,"Error":"String","Result":{},"Color":"String"}