POST api/ServiceActions

Request Information

URI Parameters

None.

Body Parameters

ServiceAction
NameDescriptionTypeAdditional information
Id

integer

None.

ServiceUid

string

None.

CompanyUid

string

None.

MasterUid

string

None.

ActionDate

date

None.

Action

string

None.

LastServiceDate

date

None.

NextServiceDate

date

None.

LastServiceReading

decimal number

None.

CurrentReading

decimal number

None.

NextServiceReading

decimal number

None.

ServiceFrequency

string

None.

Notes

string

None.

LastUpdate

string

None.

UpdateBy

string

None.

DifferentODO

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ServiceUid": "sample string 2",
  "CompanyUid": "sample string 3",
  "MasterUid": "sample string 4",
  "ActionDate": "2026-01-26T21:16:37.1352983+13:00",
  "Action": "sample string 6",
  "LastServiceDate": "2026-01-26T21:16:37.1352983+13:00",
  "NextServiceDate": "2026-01-26T21:16:37.1352983+13:00",
  "LastServiceReading": 1.0,
  "CurrentReading": 1.0,
  "NextServiceReading": 1.0,
  "ServiceFrequency": "sample string 7",
  "Notes": "sample string 8",
  "LastUpdate": "sample string 9",
  "UpdateBy": "sample string 10",
  "DifferentODO": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceAction
NameDescriptionTypeAdditional information
Id

integer

None.

ServiceUid

string

None.

CompanyUid

string

None.

MasterUid

string

None.

ActionDate

date

None.

Action

string

None.

LastServiceDate

date

None.

NextServiceDate

date

None.

LastServiceReading

decimal number

None.

CurrentReading

decimal number

None.

NextServiceReading

decimal number

None.

ServiceFrequency

string

None.

Notes

string

None.

LastUpdate

string

None.

UpdateBy

string

None.

DifferentODO

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ServiceUid": "sample string 2",
  "CompanyUid": "sample string 3",
  "MasterUid": "sample string 4",
  "ActionDate": "2026-01-26T21:16:37.1392982+13:00",
  "Action": "sample string 6",
  "LastServiceDate": "2026-01-26T21:16:37.1392982+13:00",
  "NextServiceDate": "2026-01-26T21:16:37.1392982+13:00",
  "LastServiceReading": 1.0,
  "CurrentReading": 1.0,
  "NextServiceReading": 1.0,
  "ServiceFrequency": "sample string 7",
  "Notes": "sample string 8",
  "LastUpdate": "sample string 9",
  "UpdateBy": "sample string 10",
  "DifferentODO": true
}