GET v1/{instance}/{session}/bill/version/{id}/html

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

instance
No documentation available.

Define this parameter in the request URI.

session
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Version": "sample string 1",
  "Html": "sample string 2"
}

application/xml, text/xml

Sample:
<BillVersionHtml xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAS.Models.ViewModels">
  <Html>sample string 2</Html>
  <Version>sample string 1</Version>
</BillVersionHtml>