POST api/v2/daqs/{daqId}/configs

Request

URI Parameters

NameDescriptionTypeAdditional information
daqId

integer

Required

Body Parameters

DAQConfigNew
NameDescriptionTypeAdditional information
Config

string

Value

string

Request Formats

application/json, text/json

Sample:
{
  "Config": "sample string 1",
  "Value": "sample string 2"
}

text/html

Sample:
{"Config":"sample string 1","Value":"sample string 2"}

Response

integer

Response Format

application/json, text/json, text/html

Sample:
1