GET api/othercosts/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

OtherCost
NameDescriptionTypeAdditional information
ID

integer

None.

OtherCostTypeID

integer

None.

Cost

string

None.

Date

date

None.

OtherCostType

OtherCostType

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "OtherCostTypeID": 2,
  "Cost": "sample string 3",
  "Date": "2026-01-01T04:13:35.8279326+03:30",
  "OtherCostType": {
    "$id": "2",
    "ID": 1,
    "Name": "sample string 2",
    "OtherCosts": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ]
  }
}