| Http Verb | POST |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/SurveyResponses |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : SurveyResponse
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"Answer": "sample string 1",
"CreatedDateTime": "2025-10-28T10:03:18.1331465-07:00",
"CreateLocation": "sample string 2",
"CreatedBy": "sample string 3",
"Id": 1,
"OrderId": 4,
"QuestionId": 5,
"UpdatedDateTime": "2025-10-28T10:03:18.1331465-07:00",
"UpdatedBy": "sample string 6"
}
<SurveyResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Answer>sample string 1</Answer>
<CreateLocation>sample string 2</CreateLocation>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDateTime>2025-10-28T10:03:18.1331465-07:00</CreatedDateTime>
<Id>1</Id>
<OrderId>4</OrderId>
<QuestionId>5</QuestionId>
<UpdatedBy>sample string 6</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:03:18.1331465-07:00</UpdatedDateTime>
</SurveyResponse>
Response object type : SurveyResponse
| Response object type SurveyResponse has the following properties. |
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| Answer | string | 255 | N | ||
| CreatedBy | string | N | Auto-assigned | ||
| CreatedDateTime | date | N | Auto-assigned | ||
| CreateLocation | string | N | Auto-assigned | ||
| Id | integer | N | Auto-assigned | ||
| OrderId | integer | Y | |||
| FK: T_ORDER.order_no   Resource: Orders | |||||
| QuestionId | integer | Y | |||
| FK: TR_SURVEY_QUESTION.id   Resource: SurveyQuestions | |||||
| UpdatedBy | string | N | Auto-assigned | ||
| UpdatedDateTime | date | N | Auto-assigned | ||
{
"Answer": "sample string 1",
"CreatedDateTime": "2025-10-28T10:03:18.1331465-07:00",
"CreateLocation": "sample string 2",
"CreatedBy": "sample string 3",
"Id": 1,
"OrderId": 4,
"QuestionId": 5,
"UpdatedDateTime": "2025-10-28T10:03:18.1331465-07:00",
"UpdatedBy": "sample string 6"
}
<SurveyResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Answer>sample string 1</Answer>
<CreateLocation>sample string 2</CreateLocation>
<CreatedBy>sample string 3</CreatedBy>
<CreatedDateTime>2025-10-28T10:03:18.1331465-07:00</CreatedDateTime>
<Id>1</Id>
<OrderId>4</OrderId>
<QuestionId>5</QuestionId>
<UpdatedBy>sample string 6</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:03:18.1331465-07:00</UpdatedDateTime>
</SurveyResponse>
No entries in change log for this operation.