| GET | /Enquiries/Forward |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| EnquiryId | query | int | No | |
| EnquiryGuid | query | Guid | No | |
| VesselId | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| VesselId | form | int | No | |
| EnquiryId | form | int | No | |
| EnquiryGuid | form | Guid | No | |
| GetEntityAccounts | form | List<EntityAccountsViewModel> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| Type | form | string | No | |
| Name | form | string | No | |
| LinkedVesselId | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Enquiries/Forward HTTP/1.1 Host: internal.thebunkerbridge.com Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"VesselId":0,"EnquiryId":0,"EnquiryGuid":"00000000000000000000000000000000","GetEntityAccounts":[{"Id":0,"Type":"String","Name":"String","LinkedVesselId":0}]}