PUT request/customer/{CustomerId}/site/{SiteId}/paymentaddressoption
Update a specific site payment address information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
|
| SiteId | integer |
Required |
Body Parameters
SitePaymentAddressOption| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentAddressOptionId | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"paymentAddressOptionId": 64
}
text/html
Sample:
{"paymentAddressOptionId":64}
application/xml, text/xml
Sample:
<SitePaymentAddressOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.SiteDto"> <PaymentAddressOptionId>64</PaymentAddressOptionId> </SitePaymentAddressOption>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.