| GET | /Deal-Recap/Accept |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Guid | query | Guid | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Guid | form | Guid | No | |
| DocumentTitle | form | string | No | |
| GeneralComments | form | string | No | |
| EnquiryId | form | int | No | |
| EnquiryGuid | form | Guid | No | |
| CompanyLogo | form | byte[] | No | |
| FromContactName | form | string | No | |
| ContactGuid | form | Guid | No | |
| EntityName | form | string | No | |
| VesselName | form | string | No | |
| IMONumber | form | int | No | |
| PortCode | form | string | No | |
| PortName | form | string | No | |
| CountryName | form | string | No | |
| CountryFlag | form | byte[] | No | |
| DateFrom | form | DateTime | No | |
| DateTo | form | DateTime | No | |
| BuyerAccountName | form | string | No | |
| DeliveryMethod | form | string | No | |
| AgentDetails | form | string | No | |
| RecapTerms | form | string | No | |
| AdditionalCosts | form | string | No | |
| RecapGrades | form | string | No | |
| Accepted | form | bool? | No | |
| Rejected | form | bool? | No | |
| FromEntityContactId | form | int | No | |
| ToEntityContactId | form | int | No | |
| RecapComments | form | string | No | |
| TermsAndConditions | form | string | No | |
| ImageGuid | form | Guid | No | |
| VesselId | form | int | No | |
| ConfirmationOnly | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Deal-Recap/Accept HTTP/1.1 Host: internal.thebunkerbridge.com Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"Guid":"00000000000000000000000000000000","DocumentTitle":"String","GeneralComments":"String","EnquiryId":0,"EnquiryGuid":"00000000000000000000000000000000","CompanyLogo":"AA==","FromContactName":"String","ContactGuid":"00000000000000000000000000000000","EntityName":"String","VesselName":"String","IMONumber":0,"PortCode":"String","PortName":"String","CountryName":"String","CountryFlag":"AA==","DateFrom":"0001-01-01T00:00:00.0000000","DateTo":"0001-01-01T00:00:00.0000000","BuyerAccountName":"String","DeliveryMethod":"String","AgentDetails":"String","RecapTerms":"String","AdditionalCosts":"String","RecapGrades":"String","Accepted":false,"Rejected":false,"FromEntityContactId":0,"ToEntityContactId":0,"RecapComments":"String","TermsAndConditions":"String","ImageGuid":"00000000000000000000000000000000","VesselId":0,"ConfirmationOnly":false}