Bridge

<back to all web services

SubmitDealRecap

Deal Recaps
The following routes are available for this service:
POST/Submit-Deal-Recap
SubmitDealRecap Parameters:
NameParameterData TypeRequiredDescription
EnquiryIdbodyintNo
EnquiryGuidbodyGuidNo
ChatGuidbodyGuidNo
IMONumberbodyintNo
VesselIdbodyintNo
VesselNamebodystringNo
BuyerAccountNamebodystringNo
DateFrombodyDateTime?No
DateTobodyDateTime?No
PortIdbodyint?No
DeliveryMethodIdbodyint?No
BuyerSellerAccountIdbodyint?No
RequestedTermsTypebodystringNo
CreditTermDaysbodyint?No
RecapCommentsbodystringNo
AgentbodystringNo
AdditionalCostsbodystringNo
FromEntityContactIdbodyintNo
DocumentTitlebodystringNo
RecapCanBeSentbodyboolNo
DealRecapEnquiryGradesbodyList<DealRecapEnquiryGradesViewModel>No
DealRecapEnquiryGradesViewModel Parameters:
NameParameterData TypeRequiredDescription
Idformint?No
DeletedformboolNo
ProductIdformint?No
VersionIdformint?No
GradeIdformint?No
SpecificationCommentsformstringNo
VolumeFromformint?No
VolumeToformint?No
UnitIdformint?No
VolumeUnitIdformint?No
UnitPriceformdouble?No
CurrencyIdformint?No
SubmitDealRecapReturnViewModel Parameters:
NameParameterData TypeRequiredDescription
RecapIdformintNo
RecapGuidformstringNo
DocumentTitleformstringNo
ChattingWithEntityContactIdformintNo

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 /Submit-Deal-Recap HTTP/1.1 
Host: internal.thebunkerbridge.com 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"EnquiryId":0,"EnquiryGuid":"00000000000000000000000000000000","ChatGuid":"00000000000000000000000000000000","IMONumber":0,"VesselId":0,"VesselName":"String","BuyerAccountName":"String","DateFrom":"0001-01-01T00:00:00.0000000","DateTo":"0001-01-01T00:00:00.0000000","PortId":0,"DeliveryMethodId":0,"BuyerSellerAccountId":0,"RequestedTermsType":"String","CreditTermDays":0,"RecapComments":"String","Agent":"String","AdditionalCosts":"String","FromEntityContactId":0,"DocumentTitle":"String","RecapCanBeSent":false,"DealRecapEnquiryGrades":[{"Id":0,"Deleted":false,"ProductId":0,"VersionId":0,"GradeId":0,"SpecificationComments":"String","VolumeFrom":0,"VolumeTo":0,"UnitId":0,"VolumeUnitId":0,"UnitPrice":0,"CurrencyId":0}]}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"RecapId":0,"RecapGuid":"String","DocumentTitle":"String","ChattingWithEntityContactId":0}