PUT api/v2/Methods
Request
URI Parameters
Body Parameters
ActiveMethodParamsName | Description | Type | Additional information |
---|---|---|---|
MethodIds | Collection of integer | ||
ActivationReason | string |
Request Formats
application/json, text/json
Sample:
{ "MethodIds": [ 1, 2 ], "ActivationReason": "sample string 1" }
text/html
Sample:
{"MethodIds":[1,2],"ActivationReason":"sample string 1"}
Response
PageResultOfMethodBasicName | Description | Type | Additional information |
---|---|---|---|
Count | integer | ||
TotalCount | integer | ||
Result | Collection of MethodBasic |
Response Format
application/json, text/json, text/html
Sample:
Sample not available.