PUT api/v2/samples/FixSampleRawDataMobileSanitation?maintenanceKey={maintenanceKey}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
maintenanceKey | string |
Required |
Body Parameters
Collection of FixSampleRawDataMobileSanitationParamName | Description | Type | Additional 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
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.