Bridge

<back to all web services

ETSOrderDetails

ETS
The following routes are available for this service:
GET/ETS/Order-Details
import java.math.*
import java.util.*
import net.servicestack.client.*


open class ETSOrderDetails
{
    var Id:UUID? = null
}

open class ETSOrderDetailsViewModel
{
    var Id:Int? = null
    var OrderGuid:UUID? = null
    var OrderPlacedBy:String? = null
    var OrderPlacedByImageGuid:UUID? = null
    var OrderPlacedDateTime:String? = null
    var Quantity:String? = null
    var Status:String? = null
    var Vessels:String? = null
    var Forward:Boolean? = null
    var OrderType:String? = null
    var EUAPrice:String? = null
    var GreyEpochBrokerPrice:String? = null
    var BridgeArrangementFee:String? = null
    var EUATotalPaid:String? = null
    var OrderTotal:String? = null
    var Deposit:String? = null
    var DepositValue:String? = null
    var MarginCoveredTo:String? = null
    var PaymentRequests:String? = null
    var CurrentPrice:String? = null
    var Position:String? = null
    var TotalPosition:String? = null
    var FontColour:String? = null
    var ThirdParty:Boolean? = null
    var ThirdPartyName:String? = null
    var Financed:Boolean? = null
    var ShowMarkToMarket:Boolean? = null
}

Kotlin ETSOrderDetails DTOs

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

HTTP + JSV

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

GET /ETS/Order-Details HTTP/1.1 
Host: internal.thebunkerbridge.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Id: 0,
	OrderGuid: 00000000000000000000000000000000,
	OrderPlacedBy: String,
	OrderPlacedByImageGuid: 00000000000000000000000000000000,
	OrderPlacedDateTime: String,
	Quantity: String,
	Status: String,
	Vessels: String,
	Forward: False,
	OrderType: String,
	EUAPrice: String,
	GreyEpochBrokerPrice: String,
	BridgeArrangementFee: String,
	EUATotalPaid: String,
	OrderTotal: String,
	Deposit: String,
	DepositValue: String,
	MarginCoveredTo: String,
	PaymentRequests: String,
	CurrentPrice: String,
	Position: String,
	TotalPosition: String,
	FontColour: String,
	ThirdParty: False,
	ThirdPartyName: String,
	Financed: False,
	ShowMarkToMarket: False
}