GET api/v2/MethodStatus/SynchronizeOffline
Request
URI Parameters
Response
Collection of MethodStatusSynchronizeOffline| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| MethodStatusBehaviorId | integer |
Response Format
application/json, text/json
Sample:
[
{
"Id": 1,
"Identification": "sample string 2",
"MethodStatusBehaviorId": 3
},
{
"Id": 1,
"Identification": "sample string 2",
"MethodStatusBehaviorId": 3
}
]
text/html
Sample:
[{"Id":1,"Identification":"sample string 2","MethodStatusBehaviorId":3},{"Id":1,"Identification":"sample string 2","MethodStatusBehaviorId":3}]