GET api/cbim/GetProjectByLineId

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

JsonFormatOfString
NameDescriptionTypeAdditional information
Error

boolean

None.

Message

string

None.

Data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Error": true,
  "Message": "sample string 2",
  "Data": "sample string 3"
}