PUT TimeSaver/PutComponent

Request Information

URI Parameters

None.

Body Parameters

Component
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

ComponentTypeID

ComponentType

Required

Name

string

Required

Code

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "d53e1c3f-8ff9-4286-863e-70cf0e7dc8b1",
  "componentTypeID": 1,
  "name": "sample string 2",
  "code": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

Response

ServiceItem

None.

LatestDataTimestampUtc

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.