POST api/v1/specialservice/search
Request Information
URI Parameters
None.
Body Parameters
SpecialService| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| NameDisplay | string |
None. |
|
| DescriptionDisplay | string |
None. |
|
| ServiceId | integer |
None. |
|
| Amount | decimal number |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| DateStart | date |
None. |
|
| DateEnd | date |
None. |
|
| StatusId | integer |
None. |
|
| Image | string |
None. |
|
| Comment | string |
None. |
|
| CategoryId | integer |
None. |
|
| ShowCustomer | boolean |
None. |
|
| QuantityCustomerBuy | integer |
None. |
|
| ExpireTypeId | integer |
None. |
|
| AddCreditBalance | boolean |
None. |
|
| ExpireDate | date |
None. |
|
| ExpireDays | integer |
None. |
|
| MinQuantityCustomerBuy | integer |
None. |
|
| Service | Service |
None. |
|
| SpecialServiceStatus | GeneralStatus |
None. |
|
| CategorySpecialService | CategorySpecialService |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfListOfSpecialService| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of SpecialService |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.