POST api/role/lettings/{id}/saveutility
Add or Update a utility for the letting role
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The letting role id |
integer |
Required |
Body Parameters
The details of the utility to be added
SaveUtilityDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| UtilityType | EnumDataContract |
None. |
|
| SupplierGroupId | integer |
None. |
|
| MeterReading | string |
None. |
|
| ReadingDate | date |
None. |
|
| BillId | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"UtilityType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"SupplierGroupId": 1,
"MeterReading": "sample string 2",
"ReadingDate": "2025-11-18T14:12:48.9452837Z",
"BillId": 1,
"Id": 4
}
Response Information
Resource Description
UtilityDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| UtilityType | EnumDataContract |
None. |
|
| Supplier | PeopleGroupDataContract |
None. |
|
| MeterReading | string |
None. |
|
| ReadingDate | date |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.