POST api/CommodityUsage/InsertUtilitySchedule
Request Information
URI Parameters
None.
Body Parameters
UtilitySchedule| Name | Description | Type | Additional information |
|---|---|---|---|
| webServiceKey | string |
None. |
|
| ID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| UtilityDUNS | string |
None. |
|
| YEAR | integer |
None. |
|
| MONTH | integer |
None. |
|
| ServiceCycle | integer |
None. |
|
| ReadDate | date |
None. |
|
| DaysInService | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"webServiceKey": "sample string 1",
"ID": 1,
"CompanyID": 2,
"UtilityDUNS": "sample string 3",
"YEAR": 4,
"MONTH": 5,
"ServiceCycle": 6,
"ReadDate": "2025-10-29T01:47:55.6702686-04:00",
"DaysInService": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InsertUtilityScheduleOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | integer |
None. |
|
| Message | string |
None. |
|
| IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": 1,
"Message": "sample string 2",
"IsSuccess": true
}