GET request/customer/{CustomerId}/site/{SiteId}/copybillingoption
Display a specific customer site billing information
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CustomerId | integer |
Required |
|
SiteId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CopyBillingOptionViewName | Description | Type | Additional information |
---|---|---|---|
CopyBillingSentIds | Collection of byte |
None. |
|
CustomerId | integer |
None. |
|
SiteId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "siteId": 1, "customerId": 2, "copyBillingSentIds": [ 64, 64 ] }
text/html
Sample:
{"siteId":1,"customerId":2,"copyBillingSentIds":[64,64]}
application/xml, text/xml
Sample:
<CopyBillingOptionView 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> <CustomerId>2</CustomerId> <SiteId>1</SiteId> </CopyBillingOptionView>