info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/AlternativeResources/{resourceId}
Description

Returns an alternative resource

  • The right ‘Lesen’ is required for the data ‘Betriebsmittel’.

Request

URI Parameters

resourceId
string
Required

Body Parameters

None.

Response

Resource Description

Model: AlternativeResource
RecordId
integer
Read only
Database [ALTERNATIVRESSOURCE].[ALTERNATIVRESSOURCE_ID]

AlternativeResourceId
string
Length: including between 0 and 10
Database field [ALTERNATIVERESOURCE].[AlternativResourceID]

BaseResourceId
string
Length: including between 0 and 10
Database field [ALTERNATIVERESOURCE].[BaseRecourceID]

Factor
decimal number
Database field [ALTERNATIVERESOURCE].[Factor]

Id
string
Required
Length: including between 0 and 10
Database field [ALTERNATIVERESOURCE].[ID]

MetaData
Read only
Record information, e.g. creation date, processing date

Response Formats
application/json
Example:
    {
  "RecordId": 1,
  "AlternativeResourceId": "sample string 2",
  "BaseResourceId": "sample string 3",
  "Factor": 1.1,
  "Id": "sample string 4",
  "MetaData": {
    "CreationDate": null,
    "CreationUserToken": null,
    "ModificationDate": null,
    "ModificationUserToken": null
  }
}