PUT 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

WaterUpdateQuoteInfo
NameDescriptionTypeAdditional information
ContactId

integer

None.

PaymentAddressOptionId

byte

None.

Request 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>

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>