GET v1/Quotes/{QuoteNumber}/Status
Retrieve Quote Status
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
QuoteNumber |
the quote number to lookup |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Retrieve Quote Status
StatusDTOName | Description | Type | Additional information |
---|---|---|---|
Status | string |
None. |
|
WarningMessages |
List of warning messages encountered while servicing request |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": "sample string 1" }
application/xml, text/xml
Sample:
<StatusDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GCApi.Models.Outbound"> <Id>2</Id> <Status>sample string 1</Status> </StatusDTO>