GET request/water/customer/{customerid}/site/{siteid}/quote/{quoteId}/info

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerid

integer

Required

quoteId

integer

Required

siteid

integer

Required

Body Parameters

None.

Response Information

Resource Description

WaterUpdateQuoteInfo
NameDescriptionTypeAdditional information
ContactId

integer

None.

PaymentAddressOptionId

byte

None.

Response Formats

application/json, text/json

Sample:
{
  "paymentAddressOptionId": 64,
  "contactId": 1
}

text/html

Sample:
{"paymentAddressOptionId":64,"contactId":1}

application/xml, text/xml

Sample:
<WaterUpdateQuoteInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.WaterQuote">
  <ContactId>1</ContactId>
  <PaymentAddressOptionId>64</PaymentAddressOptionId>
</WaterUpdateQuoteInfo>