POST api/shops/getservicefacilityinfo
Request Information
URI Parameters
None.
Body Parameters
ServiceDetailFilterName | Description | Type | Additional information |
---|---|---|---|
RepairCriteriaId | ServicePackageType |
None. |
|
CategorySpecificServiceId | integer |
None. |
|
AllFacilityId | integer |
None. |
|
ShopTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "RepairCriteriaId": 1, "CategorySpecificServiceId": 1, "AllFacilityId": 1, "ShopTypeId": 1 }
application/xml, text/xml
Sample:
<ServiceDetailFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PostLibrary.Shop"> <AllFacilityId>1</AllFacilityId> <CategorySpecificServiceId>1</CategorySpecificServiceId> <RepairCriteriaId>Vehicle</RepairCriteriaId> <ShopTypeId>1</ShopTypeId> </ServiceDetailFilter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.