GET api/v2/samplereasons/{sampleReasonId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sampleReasonId | integer |
Required |
Response
SampleReasonDetailName | Description | Type | Additional information |
---|---|---|---|
Active | boolean | ||
Id | integer | ||
Identification | string |
Response Format
application/json, text/json
Sample:
{ "Active": true, "Id": 2, "Identification": "sample string 3" }
text/html
Sample:
{"Active":true,"Id":2,"Identification":"sample string 3"}