PUT request/water/customer/{customerid}/site/{siteid}/quote/{quoteId}/info
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerid | integer |
Required |
|
quoteId | integer |
Required |
|
siteid | integer |
Required |
Body Parameters
WaterUpdateQuoteInfoName | Description | Type | Additional 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
booleanResponse 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>