POST api/Attribute/SaveAttribute
Request Information
URI Parameters
None.
Body Parameters
AttributeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AttributeId | integer |
None. |
|
| ModuleId | integer |
None. |
|
| Name | string |
None. |
|
| StyleClass | string |
None. |
|
| Description | string |
None. |
|
| MinCostValue | decimal number |
None. |
|
| MaxCostValue | decimal number |
None. |
|
| InputType | byte |
None. |
|
| ImagePath | string |
None. |
|
| Base64Image | string |
None. |
|
| DisplayPosition | byte |
None. |
|
| DefaultValue | string |
None. |
|
| CreatedOn | date |
None. |
|
| RecordStatus | byte |
None. |
|
| UsageOrderCount | integer |
None. |
|
| ModuleDto | ModuleDto |
None. |
|
| AttributeQuestionDtoList | Collection of AttributeQuestionDto |
None. |
|
| ServiceCompanyAttributeDto | Collection of ServiceCompanyAttributeDto |
None. |
|
| ServiceOrderItemAnswerDtoList | Collection of ServiceOrderItemAnswerDto |
None. |
|
| ServiceCompanyId | integer |
None. |
|
| ServiceCompanyModuleId | integer |
None. |
|
| ServiceCompanyBranchId | integer |
None. |
|
| IsChecked | boolean |
None. |
|
| isNewArrivalin5Days | boolean |
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.
