Bridge

<back to all web services

ETSGetPrice

ETS
The following routes are available for this service:
POST/ETS/Price
ETSGetPrice Parameters:
NameParameterData TypeRequiredDescription
OrderTypebodystringNo
QuantitybodyintNo
InsertQuotebodyboolNo
LinkedVesselsbodyList<ETSLinkedVesselsViewModel>No
ETSLinkedVesselsViewModel Parameters:
NameParameterData TypeRequiredDescription
DeletedformboolNo
VesselIdformintNo
Quantityformint?No
MohaAccountformstringNo
IsQuoteformboolNo
ETSPlaceOrderViewModel Parameters:
NameParameterData TypeRequiredDescription
OrderTypeformstringNo
QuoteGuidformGuidNo
UnitPriceformdoubleNo
PriceformdoubleNo
FinancingPriceformdoubleNo
FinancingStatusformstringNo
ArrangementFeeformdoubleNo
ArrangementFeeDescriptionformstringNo
ETSOrderInfoTextNonFinancedformstringNo
ETSOrderInfoTextFinancedformstringNo
PaymentTypeformstringNo
Quantityformint?No
OriginalQuantityformint?No
CompanyNameformstringNo
FullNameformstringNo
EmailAddressformstringNo
CanPurchaseEUAformboolNo
ThirdPartyformboolNo
ThirdPartyNameformstringNo
ExternalFeePerTicketformdoubleNo
OurCommissionForOrderformdoubleNo
EUAPriceformdoubleNo
RawPriceformdoubleNo
RegenerateQuoteformboolNo
GetETSMarketHoursMessageformstringNo
IsBridgeClientformboolNo
APIToUseformstringNo
IoiIdformstringNo
OfferIoiformstringNo
IoiExpiresAtformDateTimeNo
SpotAdditionalMarginformdecimalNo
AitherSettlementUUIDformstringNo
GetVesselsformList<SelectListItem>No
LinkedVesselsformList<ETSLinkedVesselsViewModel>No
GetETSForwardPricesForEntityContactSimpleformList<GetETSForwardPricesForEntityContactSimpleViewModel>No
GetETSRegistrationStatusformGetETSRegistrationStatusViewModelNo
GetETSForwardPricesForEntityContactSimpleViewModel Parameters:
NameParameterData TypeRequiredDescription
MonthNumberformintNo
StartingDateformDateTime?No
DateForGreyEpochformstringNo
DateForUserInterfaceformstringNo
Over1000formintNo
OurCommissionForOrderformdoubleNo
ExternalFeePerTicketformdoubleNo
ServiceFeeValueformdoubleNo
ServiceFeeDescriptionformstringNo
MarketPriceformdoubleNo
UnitCostPriceformdoubleNo
APIToUseformstringNo
SpotAdditionalMarginformdouble?No
UserContactNumberformstringNo
AitherSettlementUUIDformstringNo
GetETSRegistrationStatusViewModel Parameters:
NameParameterData TypeRequiredDescription
StatusformstringNo
AppliedByformstringNo

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

HTTP + OTHER

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

POST /ETS/Price HTTP/1.1 
Host: internal.thebunkerbridge.com 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"OrderType":"String","Quantity":0,"InsertQuote":false,"LinkedVessels":[{"Deleted":false,"VesselId":0,"Quantity":0,"MohaAccount":"String","IsQuote":false}]}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"OrderType":"String","QuoteGuid":"00000000000000000000000000000000","UnitPrice":0,"Price":0,"FinancingPrice":0,"FinancingStatus":"String","ArrangementFee":0,"ArrangementFeeDescription":"String","ETSOrderInfoTextNonFinanced":"String","ETSOrderInfoTextFinanced":"String","PaymentType":"String","Quantity":0,"OriginalQuantity":0,"CompanyName":"String","FullName":"String","EmailAddress":"String","CanPurchaseEUA":false,"ThirdParty":false,"ThirdPartyName":"String","ExternalFeePerTicket":0,"OurCommissionForOrder":0,"EUAPrice":0,"RawPrice":0,"RegenerateQuote":false,"GetETSMarketHoursMessage":"String","IsBridgeClient":false,"APIToUse":"String","IoiId":"String","OfferIoi":"String","IoiExpiresAt":"0001-01-01T00:00:00.0000000","SpotAdditionalMargin":0,"AitherSettlementUUID":"String","GetVessels":[{"Disabled":false,"Group":{"Disabled":false,"Name":"String"},"Selected":false,"Text":"String","Value":"String"}],"LinkedVessels":[{"Deleted":false,"VesselId":0,"Quantity":0,"MohaAccount":"String","IsQuote":false}],"GetETSForwardPricesForEntityContactSimple":[{"MonthNumber":0,"StartingDate":"0001-01-01T00:00:00.0000000","DateForGreyEpoch":"String","DateForUserInterface":"String","Over1000":0,"OurCommissionForOrder":0,"ExternalFeePerTicket":0,"ServiceFeeValue":0,"ServiceFeeDescription":"String","MarketPrice":0,"UnitCostPrice":0,"APIToUse":"String","SpotAdditionalMargin":0,"UserContactNumber":"String","AitherSettlementUUID":"String"}],"GetETSRegistrationStatus":{"Status":"String","AppliedBy":"String"}}