POST api/Attribute/SaveAttributeQuestion
Request Information
URI Parameters
None.
Body Parameters
AttributeQuestionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AttributeQuestionId | integer |
None. |
|
| AttributeId | integer |
None. |
|
| Description | string |
None. |
|
| InputType | byte |
None. |
|
| RecordStatus | byte |
None. |
|
| AttributeDto | AttributeDto |
None. |
|
| AttributeOptionDtoList | Collection of AttributeOptionDto |
None. |
|
| ServiceOrderItemAnswerDto | ServiceOrderItemAnswerDto |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
