GET api/Utility/GetBillSamples/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "DateUploaded": "2025-04-11T01:46:47.6893574-07:00",
    "FileName": "sample string 3",
    "FilePath": "sample string 4",
    "UtilityId": 5,
    "UtilityName": "sample string 6"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]