PUT api/ContentTable
Request Information
URI Parameters
None.
Body Parameters
ContentTabletParm| Name | Description | Type | Additional information |
|---|---|---|---|
| OauthKey | string |
None. |
|
| ContentHistoryData | ContentHistoryRecord |
None. |
|
| ReportFormatsData | ReportFormatsRecord |
None. |
|
| QuestionsData | QuestionsRecord |
None. |
|
| ChoicesData | Collection of ChoicesRecord |
None. |
Request Formats
application/json, text/json
Sample:
{
"OauthKey": "sample string 1",
"ContentHistoryData": {
"CompanySiteId": 1,
"CompanyCode": "sample string 2",
"SerialNumber": 3,
"ContentID": "sample string 4",
"LanguageTypeCode": "sample string 5",
"Text": "sample string 6",
"ReportFormatId": 1,
"ProblemClassCode": "sample string 7",
"ReflectFlag": "sample string 8",
"ReflectDate": "2026-01-01T02:14:18.9082554+00:00",
"Name": "sample string 9",
"ApprovalDate": "2026-01-01T02:14:18.9082554+00:00",
"ReportName": "sample string 10",
"RegistrationDate": "2026-01-01T02:14:18.9082554+00:00"
},
"ReportFormatsData": {
"ReportFormatId": 1,
"CompanySiteId": 2,
"LanguageTypeCode": "sample string 3",
"ValidRealNameOption": "sample string 4",
"Name": "sample string 5",
"UpdateDate": "2026-01-01T02:14:18.9082554+00:00"
},
"QuestionsData": {
"QuestionId": 1,
"DisplayOrder": 2,
"Required": "sample string 3",
"Format": 4,
"FormName": "sample string 5",
"Text": "sample string 6",
"Example": "sample string 7",
"Description": "sample string 8",
"ReportFormatId": 9,
"LanguageTypeCode": "sample string 10",
"DefaultFlag": "sample string 11"
},
"ChoicesData": [
{
"ChoiceId": 1,
"QuestionId": 2,
"DisplayOrder": 3,
"Text": "sample string 4"
},
{
"ChoiceId": 1,
"QuestionId": 2,
"DisplayOrder": 3,
"Text": "sample string 4"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |