PUT api/v2/samples/FixSampleRawDataMobileSanitation?maintenanceKey={maintenanceKey}

Request

URI Parameters

NameDescriptionTypeAdditional information
maintenanceKey

string

Required

Body Parameters

Collection of FixSampleRawDataMobileSanitationParam
NameDescriptionTypeAdditional information
MethodId

integer

MasterId

integer

OldInfoId

integer

NewInfoId

integer

Request Formats

application/json, text/json

Sample:
[
  {
    "MethodId": 1,
    "MasterId": 2,
    "OldInfoId": 3,
    "NewInfoId": 4
  },
  {
    "MethodId": 1,
    "MasterId": 2,
    "OldInfoId": 3,
    "NewInfoId": 4
  }
]

text/html

Sample:
[{"MethodId":1,"MasterId":2,"OldInfoId":3,"NewInfoId":4},{"MethodId":1,"MasterId":2,"OldInfoId":3,"NewInfoId":4}]

Response

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.