POST api/CommodityUsage/InsertUtilitySchedule

Request Information

URI Parameters

None.

Body Parameters

UtilitySchedule
NameDescriptionTypeAdditional 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-05-01T16:35:28.2858693-04:00",
  "DaysInService": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

InsertUtilityScheduleOutput
NameDescriptionTypeAdditional 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
}