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

Add customer site billing information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

Required

SiteId

integer

Required

Body Parameters

CopyBillingOptionPost
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:
<CopyBillingOptionPost 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>
</CopyBillingOptionPost>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.