Create Survey

POST {{baseUrl}}/survey-definitions

Create a new survey.

Request Body

{"SurveyName"=>"<string>", "Language"=>"MS", "ProjectCategory"=>"PX"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;},&quot;result&quot;:{&quot;SurveyID&quot;:&quot;SV_EN8RgJ0E8T94jhd&quot;,&quot;DefaultBlockID&quot;:&quot;BL_o1EEpA47OrfJ7Ou&quot;}}