POST cwm/movimenti/setexportresults

Request Information

URI Parameters

None.

Body Parameters

Collection of Pair of string [key] and string [value]

Request Formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Value": "sample string 2"
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2"
  }
]

Response Information

Resource Description

CWMResultOfString
NameDescriptionTypeAdditional information
data

string

None.

error

CWMError

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": "sample string 1",
  "error": 0,
  "message": "sample string 2"
}