GET request/water/customer/{customerId}/quote/{quoteid}/email/pdf
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
Required |
|
quoteid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
QuotePDFResponseName | Description | Type | Additional information |
---|---|---|---|
ErrorMessage | string |
None. |
|
FileURL | string |
None. |
|
IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "fileURL": "sample string 1", "errorMessage": "sample string 2", "isSuccess": true }
text/html
Sample:
{"fileURL":"sample string 1","errorMessage":"sample string 2","isSuccess":true}
application/xml, text/xml
Sample:
<QuotePDFResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.WaterQuote"> <ErrorMessage>sample string 2</ErrorMessage> <FileURL>sample string 1</FileURL> <IsSuccess>true</IsSuccess> </QuotePDFResponse>