GET api/v2/MDLServiceCenter/{MDLCalculationId}

Request

URI Parameters

NameDescriptionTypeAdditional information
MDLCalculationId

integer

Required

Response

MDLServiceCenterBasic
NameDescriptionTypeAdditional information
Id

integer

Identification

string

Active

boolean

ServiceCenter

ServiceCenterBasic

Response Format

application/json, text/json

Sample:
{
  "Id": 1,
  "Identification": "sample string 2",
  "Active": true,
  "ServiceCenter": {
    "Active": true,
    "PriceList": {
      "Active": true,
      "Expire": "2026-02-18T19:53:33.6978693Z",
      "ConsiderServiceCenterPriceListFromSampleOrWork": true,
      "Id": 3,
      "Identification": "sample string 4"
    },
    "Id": 2,
    "Identification": "sample string 3"
  }
}

text/html

Sample:
{"Id":1,"Identification":"sample string 2","Active":true,"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-02-18T19:53:33.6978693Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"}}