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

<back to all web services

TestLCOutputs

Requires Authentication
The following routes are available for this service:
All Verbs/TestLCOutputs
namespace GoToLightAPI

open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    [<AllowNullLiteral>]
    type TestLCOutputs() = 
        ///<summary>
        ///Optional: LC address
        ///</summary>
        [<ApiMember(Description="Optional: LC address")>]
        member val LCAddress:String = null with get,set

        ///<summary>
        ///Optional: name of the stockroom where the area is located
        ///</summary>
        [<ApiMember(Description="Optional: name of the stockroom where the area is located")>]
        member val StockroomName:String = null with get,set

F# TestLCOutputs DTOs

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

HTTP + CSV

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

POST /TestLCOutputs HTTP/1.1 
Host: clouddemo.pickeos.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"LCAddress":"String","StockroomName":"String"}