GET api/Listing/GetListingServiceProvider?ListingId={ListingId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ListingId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "stafflist": [
    {
      "StaffID": "sample string 1",
      "StaffName": "sample string 2",
      "bio": "sample string 3",
      "StaffImage": "sample string 4",
      "TreatmentCount": 5
    },
    {
      "StaffID": "sample string 1",
      "StaffName": "sample string 2",
      "bio": "sample string 3",
      "StaffImage": "sample string 4",
      "TreatmentCount": 5
    },
    {
      "StaffID": "sample string 1",
      "StaffName": "sample string 2",
      "bio": "sample string 3",
      "StaffImage": "sample string 4",
      "TreatmentCount": 5
    }
  ],
  "response": "sample string 1",
  "message": "sample string 2",
  "addedId": "sample string 3"
}

text/xml

Sample:
<VendorModel.staffmemberlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapishopinbelgium.Models">
  <addedId>sample string 3</addedId>
  <message>sample string 2</message>
  <response>sample string 1</response>
  <stafflist>
    <VendorModel.pupularstaffmember>
      <StaffID>sample string 1</StaffID>
      <StaffImage>sample string 4</StaffImage>
      <StaffName>sample string 2</StaffName>
      <TreatmentCount>5</TreatmentCount>
      <bio>sample string 3</bio>
    </VendorModel.pupularstaffmember>
    <VendorModel.pupularstaffmember>
      <StaffID>sample string 1</StaffID>
      <StaffImage>sample string 4</StaffImage>
      <StaffName>sample string 2</StaffName>
      <TreatmentCount>5</TreatmentCount>
      <bio>sample string 3</bio>
    </VendorModel.pupularstaffmember>
    <VendorModel.pupularstaffmember>
      <StaffID>sample string 1</StaffID>
      <StaffImage>sample string 4</StaffImage>
      <StaffName>sample string 2</StaffName>
      <TreatmentCount>5</TreatmentCount>
      <bio>sample string 3</bio>
    </VendorModel.pupularstaffmember>
  </stafflist>
</VendorModel.staffmemberlist>