GET api/v2/MethodStatus/{MethodStatusId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MethodStatusId | integer |
Required |
Response
MethodStatusDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Active | boolean | ||
| MethodStatusBehaviorId | integer | ||
| MethodStatusBehavior | MethodStatusBehaviorBasic | ||
| Id | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Active": true,
"MethodStatusBehaviorId": 1,
"MethodStatusBehavior": {
"Id": 1,
"Identification": "sample string 2"
},
"Id": 2,
"Identification": "sample string 3"
}
text/html
Sample:
{"Active":true,"MethodStatusBehaviorId":1,"MethodStatusBehavior":{"Id":1,"Identification":"sample string 2"},"Id":2,"Identification":"sample string 3"}