GET api/v1/Quotes?ShipmentID={ShipmentID}&RFQID={RFQID}
Get a Quote by RFQ ID.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ShipmentID | The ShipmentID. |
Define this parameter in the request URI. |
RFQID | The RFQID. |
Define this parameter in the request URI. |
Response Information
QuotesDTO
Response body formats
application/json, text/json
Sample:
{ "QuoteID": 1, "RFQID": 1, "Status": "sample string 2", "QuotationRefNo": "sample string 3", "Total": 1.0, "CurrencyCode": "sample string 4", "QuoteType": "sample string 5", "ValidUntilDate": "2025-04-24T12:38:50.6609978Z", "RateIncludes": "sample string 7", "TermsAndConditions": "sample string 8", "CreatedBy": 1, "CreatedOn": "2025-04-24T12:38:50.6609978Z", "UpdatedBy": 1, "UpdatedOn": "2025-04-24T12:38:50.6609978Z", "QuoteRates": [ { "QuoteRateID": 1, "Service": "sample string 1", "Amount": 2.0, "CurrencyCode": "sample string 3", "PerBy": "sample string 4", "ServiceDescription": "sample string 5" }, { "QuoteRateID": 1, "Service": "sample string 1", "Amount": 2.0, "CurrencyCode": "sample string 3", "PerBy": "sample string 4", "ServiceDescription": "sample string 5" }, { "QuoteRateID": 1, "Service": "sample string 1", "Amount": 2.0, "CurrencyCode": "sample string 3", "PerBy": "sample string 4", "ServiceDescription": "sample string 5" } ], "RFQ": { "RFQID": 1, "ShipmentID": 2, "Status": "sample string 3", "RequiredDate": "2025-04-24T12:38:50.6609978Z", "Comments": "sample string 5", "Sender": { "AgentID": 1, "AgentName": "sample string 2", "EYProgram": true, "Limits": { "UCTSearchesRemaining": 1, "UATSearchesRemaining": 1, "Addressbook": { "CurrentCount": 1, "MaxLimit": 1, "ValidTill": "2025-04-24T12:38:50.6609978Z" } }, "City": { "Code": "sample string 1", "Name": "sample string 2" }, "Country": { "Code": "sample string 1", "Name": "sample string 1 - sample string 2" }, "Networks": [ { "Code": "sample string 1", "Name": "sample string 2" }, { "Code": "sample string 1", "Name": "sample string 2" }, { "Code": "sample string 1", "Name": "sample string 2" } ], "Services": [ { "Code": "sample string 1", "Name": "sample string 2" }, { "Code": "sample string 1", "Name": "sample string 2" }, { "Code": "sample string 1", "Name": "sample string 2" } ] }, "Recipient": { "AgentID": 1, "AgentName": "sample string 2", "EYProgram": true, "Limits": { "UCTSearchesRemaining": 1, "UATSearchesRemaining": 1, "Addressbook": { "CurrentCount": 1, "MaxLimit": 1, "ValidTill": "2025-04-24T12:38:50.6609978Z" } }, "City": { "Code": "sample string 1", "Name": "sample string 2" }, "Country": { "Code": "sample string 1", "Name": "sample string 1 - sample string 2" }, "Networks": [ { "Code": "sample string 1", "Name": "sample string 2" }, { "Code": "sample string 1", "Name": "sample string 2" }, { "Code": "sample string 1", "Name": "sample string 2" } ], "Services": [ { "Code": "sample string 1", "Name": "sample string 2" }, { "Code": "sample string 1", "Name": "sample string 2" }, { "Code": "sample string 1", "Name": "sample string 2" } ] }, "RecipientCount": 6, "IsRead": true, "CreatedBy": 8, "CreatedOn": "2025-04-24T12:38:50.6609978Z", "UpdatedBy": 10, "UpdatedOn": "2025-04-24T12:38:50.6609978Z", "Discussions": [ { "DiscussionID": 1, "RFQID": 2, "Status": "sample string 3", "RecipientID": 4, "Comments": "sample string 5", "IsRead": true, "CreatedBy": 7, "CreatedOn": "2025-04-24T12:38:50.6766222Z" }, { "DiscussionID": 1, "RFQID": 2, "Status": "sample string 3", "RecipientID": 4, "Comments": "sample string 5", "IsRead": true, "CreatedBy": 7, "CreatedOn": "2025-04-24T12:38:50.6766222Z" }, { "DiscussionID": 1, "RFQID": 2, "Status": "sample string 3", "RecipientID": 4, "Comments": "sample string 5", "IsRead": true, "CreatedBy": 7, "CreatedOn": "2025-04-24T12:38:50.6766222Z" } ], "Feedback": { "FeedbackID": 1, "RFQID": 2, "Status": "sample string 3", "RecipientID": 4, "Comments": "sample string 5", "IsRead": true, "CreatedBy": 7, "CreatedOn": "2025-04-24T12:38:50.6766222Z" }, "Quotes": [ { "QuotesID": 1, "Status": "sample string 2" }, { "QuotesID": 1, "Status": "sample string 2" }, { "QuotesID": 1, "Status": "sample string 2" } ] }, "Feedback": [ { "QuoteId": 1, "Status": "sample string 2", "Comments": "sample string 3", "IsRead": true, "CreatedBy": 1, "CreatedOn": "2025-04-24T12:38:50.6766222Z" }, { "QuoteId": 1, "Status": "sample string 2", "Comments": "sample string 3", "IsRead": true, "CreatedBy": 1, "CreatedOn": "2025-04-24T12:38:50.6766222Z" }, { "QuoteId": 1, "Status": "sample string 2", "Comments": "sample string 3", "IsRead": true, "CreatedBy": 1, "CreatedOn": "2025-04-24T12:38:50.6766222Z" } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.