GET api/v2/SampleRevisorRoutineServiceCenters/{sampleRevisorRoutineId}

Request

URI Parameters

NameDescriptionTypeAdditional information
sampleRevisorRoutineId

integer

Required

Response

SampleRevisorRoutineServiceCentersBasic
NameDescriptionTypeAdditional information
Id

integer

SampleRevisorRoutineId

integer

SampleRevisorRoutine

SampleRevisorRoutineBasic

ServiceCenterId

integer

ServiceCenter

ServiceCenterBasic

Response Format

application/json, text/json

Sample:
{
  "Id": 1,
  "SampleRevisorRoutineId": 2,
  "SampleRevisorRoutine": {
    "Id": 1,
    "Identification": "sample string 2",
    "Active": true,
    "AllSubSamples": true
  },
  "ServiceCenterId": 3,
  "ServiceCenter": {
    "Active": true,
    "PriceList": {
      "Active": true,
      "Expire": "2026-03-16T18:16:31.9225121Z",
      "ConsiderServiceCenterPriceListFromSampleOrWork": true,
      "Id": 3,
      "Identification": "sample string 4"
    },
    "Id": 2,
    "Identification": "sample string 3"
  }
}

text/html

Sample:
{"Id":1,"SampleRevisorRoutineId":2,"SampleRevisorRoutine":{"Id":1,"Identification":"sample string 2","Active":true,"AllSubSamples":true},"ServiceCenterId":3,"ServiceCenter":{"Active":true,"PriceList":{"Active":true,"Expire":"2026-03-16T18:16:31.9225121Z","ConsiderServiceCenterPriceListFromSampleOrWork":true,"Id":3,"Identification":"sample string 4"},"Id":2,"Identification":"sample string 3"}}