GET api/Attribute/GetSingleAttributeAfterCompanyCreateDate/{id}?curDate={curDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| curDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
