POST api/utimelite/GetServiceExpertEdit?serviceId={serviceId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serviceId

string

Required

Body Parameters

None.

Response Information

Resource Description

ServiceModel
NameDescriptionTypeAdditional information
ServiceId

globally unique identifier

None.

ListOfTypes

globally unique identifier

None.

ListOfServ

string

None.

ListOfExpert

globally unique identifier

None.

ListOfExperts

Collection of ListExpertInfo

None.

NameService

string

None.

Description

string

None.

Price

integer

None.

Discount

string

None.

Durations

integer

None.

DurationsServ

string

None.

Status

integer

None.

StatusServ

string

None.

Phone

string

None.

ExpertOrgId

string

None.

ExpertOrgName

string

None.

views

string

None.

Role

string

None.

IsBookmark

boolean

None.

isVip

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ServiceId": "9cd505d3-27c1-4b84-a6da-5a388ba17278",
  "ListOfTypes": "e3529d5d-8810-4d1d-9ff5-ecf5aff85785",
  "ListOfServ": "sample string 3",
  "ListOfExpert": "8eb12cde-0fcc-4c7b-89cf-4a87787a9880",
  "ListOfExperts": [
    {
      "ExpetId": "386d6788-bdae-4c1d-92b0-6ca205f5ed2d",
      "ExpetName": "sample string 2",
      "ExpetPost": "sample string 3",
      "ExpetDisc": "sample string 4"
    },
    {
      "ExpetId": "386d6788-bdae-4c1d-92b0-6ca205f5ed2d",
      "ExpetName": "sample string 2",
      "ExpetPost": "sample string 3",
      "ExpetDisc": "sample string 4"
    }
  ],
  "NameService": "sample string 5",
  "Description": "sample string 6",
  "Price": 7,
  "Discount": "sample string 8",
  "Durations": 9,
  "DurationsServ": "sample string 10",
  "Status": 11,
  "StatusServ": "sample string 12",
  "Phone": "sample string 13",
  "ExpertOrgId": "sample string 14",
  "ExpertOrgName": "sample string 15",
  "views": "sample string 16",
  "Role": "sample string 17",
  "IsBookmark": true,
  "isVip": "sample string 19"
}

application/xml, text/xml

Sample:
<ServiceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appointment.Web.Models">
  <Description>sample string 6</Description>
  <Discount>sample string 8</Discount>
  <Durations>9</Durations>
  <DurationsServ>sample string 10</DurationsServ>
  <ExpertOrgId>sample string 14</ExpertOrgId>
  <ExpertOrgName>sample string 15</ExpertOrgName>
  <IsBookmark>true</IsBookmark>
  <ListOfExpert>8eb12cde-0fcc-4c7b-89cf-4a87787a9880</ListOfExpert>
  <ListOfExperts>
    <ListExpertInfo>
      <ExpetDisc>sample string 4</ExpetDisc>
      <ExpetId>386d6788-bdae-4c1d-92b0-6ca205f5ed2d</ExpetId>
      <ExpetName>sample string 2</ExpetName>
      <ExpetPost>sample string 3</ExpetPost>
    </ListExpertInfo>
    <ListExpertInfo>
      <ExpetDisc>sample string 4</ExpetDisc>
      <ExpetId>386d6788-bdae-4c1d-92b0-6ca205f5ed2d</ExpetId>
      <ExpetName>sample string 2</ExpetName>
      <ExpetPost>sample string 3</ExpetPost>
    </ListExpertInfo>
  </ListOfExperts>
  <ListOfServ>sample string 3</ListOfServ>
  <ListOfTypes>e3529d5d-8810-4d1d-9ff5-ecf5aff85785</ListOfTypes>
  <NameService>sample string 5</NameService>
  <Phone>sample string 13</Phone>
  <Price>7</Price>
  <Role>sample string 17</Role>
  <ServiceId>9cd505d3-27c1-4b84-a6da-5a388ba17278</ServiceId>
  <Status>11</Status>
  <StatusServ>sample string 12</StatusServ>
  <isVip>sample string 19</isVip>
  <views>sample string 16</views>
</ServiceModel>