POST api/shops/getservicefacilityinfo

Request Information

URI Parameters

None.

Body Parameters

ServiceDetailFilter
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ServiceDetailFilter'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.