PUT AbellioData/UpdateEntry

Request Information

URI Parameters

None.

Body Parameters

Collection of AB_SurveyQandA_Live
NameDescriptionTypeAdditional information
surveyQuestionId

string

None.

protoQuestionId

integer

None.

questionText

string

None.

questionComment

string

None.

answerText

string

None.

protoSurveyId

integer

None.

priority

integer

None.

instanceId

integer

None.

UpdateDate

date

None.

answerPos

integer

None.

attachmentURL

string

None.

clientName

string

None.

location

string

None.

locationName

string

None.

status

string

None.

dateAdded

date

None.

dateUpdated

date

None.

UpdatedBy

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "surveyQuestionId": "sample string 1",
    "protoQuestionId": 2,
    "questionText": "sample string 3",
    "questionComment": "sample string 4",
    "answerText": "sample string 5",
    "protoSurveyId": 6,
    "priority": 7,
    "instanceId": 8,
    "updateDate": "2026-01-19T16:25:34.6420067+00:00",
    "answerPos": 1,
    "attachmentURL": "sample string 9",
    "clientName": "sample string 10",
    "location": "sample string 11",
    "locationName": "sample string 12",
    "status": "sample string 13",
    "dateAdded": "2026-01-19T16:25:34.6420067+00:00",
    "dateUpdated": "2026-01-19T16:25:34.6420067+00:00",
    "updatedBy": "sample string 14"
  },
  {
    "surveyQuestionId": "sample string 1",
    "protoQuestionId": 2,
    "questionText": "sample string 3",
    "questionComment": "sample string 4",
    "answerText": "sample string 5",
    "protoSurveyId": 6,
    "priority": 7,
    "instanceId": 8,
    "updateDate": "2026-01-19T16:25:34.6420067+00:00",
    "answerPos": 1,
    "attachmentURL": "sample string 9",
    "clientName": "sample string 10",
    "location": "sample string 11",
    "locationName": "sample string 12",
    "status": "sample string 13",
    "dateAdded": "2026-01-19T16:25:34.6420067+00:00",
    "dateUpdated": "2026-01-19T16:25:34.6420067+00:00",
    "updatedBy": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAB_SurveyQandA_Live xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbellioWMTApi">
  <AB_SurveyQandA_Live>
    <UpdateDate>2026-01-19T16:25:34.6420067+00:00</UpdateDate>
    <UpdatedBy>sample string 14</UpdatedBy>
    <answerPos>1</answerPos>
    <answerText>sample string 5</answerText>
    <attachmentURL>sample string 9</attachmentURL>
    <clientName>sample string 10</clientName>
    <dateAdded>2026-01-19T16:25:34.6420067+00:00</dateAdded>
    <dateUpdated>2026-01-19T16:25:34.6420067+00:00</dateUpdated>
    <instanceId>8</instanceId>
    <location>sample string 11</location>
    <locationName>sample string 12</locationName>
    <priority>7</priority>
    <protoQuestionId>2</protoQuestionId>
    <protoSurveyId>6</protoSurveyId>
    <questionComment>sample string 4</questionComment>
    <questionText>sample string 3</questionText>
    <status>sample string 13</status>
    <surveyQuestionId>sample string 1</surveyQuestionId>
  </AB_SurveyQandA_Live>
  <AB_SurveyQandA_Live>
    <UpdateDate>2026-01-19T16:25:34.6420067+00:00</UpdateDate>
    <UpdatedBy>sample string 14</UpdatedBy>
    <answerPos>1</answerPos>
    <answerText>sample string 5</answerText>
    <attachmentURL>sample string 9</attachmentURL>
    <clientName>sample string 10</clientName>
    <dateAdded>2026-01-19T16:25:34.6420067+00:00</dateAdded>
    <dateUpdated>2026-01-19T16:25:34.6420067+00:00</dateUpdated>
    <instanceId>8</instanceId>
    <location>sample string 11</location>
    <locationName>sample string 12</locationName>
    <priority>7</priority>
    <protoQuestionId>2</protoQuestionId>
    <protoSurveyId>6</protoSurveyId>
    <questionComment>sample string 4</questionComment>
    <questionText>sample string 3</questionText>
    <status>sample string 13</status>
    <surveyQuestionId>sample string 1</surveyQuestionId>
  </AB_SurveyQandA_Live>
</ArrayOfAB_SurveyQandA_Live>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.