PUT request/customer/{CustomerId}/site/{SiteId}/copybillingoption

Update a specific customer site billing information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

Required

SiteId

integer

Required

Body Parameters

CopyBillingOptionPUT
NameDescriptionTypeAdditional information
CopyBillingSentIds

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "copyBillingSentIds": [
    64,
    64
  ]
}

text/html

Sample:
{"copyBillingSentIds":[64,64]}

application/xml, text/xml

Sample:
<CopyBillingOptionPUT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.SiteDto">
  <CopyBillingSentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:unsignedByte>64</d2p1:unsignedByte>
    <d2p1:unsignedByte>64</d2p1:unsignedByte>
  </CopyBillingSentIds>
</CopyBillingOptionPUT>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.