POST OfficesTimes/UpdateOfficeTime

Request Information

URI Parameters

None.

Body Parameters

OfficesTimesDataContext
NameDescriptionTypeAdditional information
filterStatus

boolean

None.

paginationStatus

boolean

None.

textSearch

string

None.

language

string

None.

statusWithAll

boolean

None.

pageSize

integer

None.

page

integer

None.

sortToken

string

None.

userAuthorizeToken

string

None.

timeFrom

string

None.

timeTo

string

None.

officeTimeToken

string

None.

officeTimeCode

string

None.

branchToken

string

None.

branchNameCurrent

string

None.

buildingToken

string

None.

buildingNameCurrent

string

None.

floorToken

string

None.

floorNameCurrent

string

None.

chamberToken

string

None.

chamberNameCurrent

string

None.

generalSpecialtyToken

string

None.

generalSpecialtyNameCurrent

string

None.

officeToken

string

None.

officeNameCurrent

string

None.

specialSpecialtyToken

string

None.

specialSpecialtyNameCurrent

string

None.

employeeToken

string

None.

employeeNameCurrent

string

None.

employeeJobTokn

string

None.

employeeJobNameCurrent

string

None.

timeNameCollection

string

None.

timeNameCurrent

string

None.

timeNameAr

string

None.

timeNameEn

string

None.

timeNameUnd

string

None.

officeOpenTime

string

None.

officeCloseTime

string

None.

dayToken

string

None.

dayNameCurrent

string

None.

dayNameAr

string

None.

dayNameEn

string

None.

dayNameUnd

string

None.

officeTimeNotes

string

None.

reservationShowStatus

boolean

None.

officeTimeArchiveStatus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "filterStatus": true,
  "paginationStatus": true,
  "textSearch": "sample string 3",
  "language": "sample string 4",
  "statusWithAll": true,
  "pageSize": 6,
  "page": 7,
  "sortToken": "sample string 8",
  "userAuthorizeToken": "sample string 9",
  "timeFrom": "sample string 10",
  "timeTo": "sample string 11",
  "officeTimeToken": "sample string 12",
  "officeTimeCode": "sample string 13",
  "branchToken": "sample string 14",
  "branchNameCurrent": "sample string 15",
  "buildingToken": "sample string 16",
  "buildingNameCurrent": "sample string 17",
  "floorToken": "sample string 18",
  "floorNameCurrent": "sample string 19",
  "chamberToken": "sample string 20",
  "chamberNameCurrent": "sample string 21",
  "generalSpecialtyToken": "sample string 22",
  "generalSpecialtyNameCurrent": "sample string 23",
  "officeToken": "sample string 24",
  "officeNameCurrent": "sample string 25",
  "specialSpecialtyToken": "sample string 26",
  "specialSpecialtyNameCurrent": "sample string 27",
  "employeeToken": "sample string 28",
  "employeeNameCurrent": "sample string 29",
  "employeeJobTokn": "sample string 30",
  "employeeJobNameCurrent": "sample string 31",
  "timeNameCollection": "sample string 32",
  "timeNameCurrent": "sample string 33",
  "timeNameAr": "sample string 34",
  "timeNameEn": "sample string 35",
  "timeNameUnd": "sample string 36",
  "officeOpenTime": "sample string 37",
  "officeCloseTime": "sample string 38",
  "dayToken": "sample string 39",
  "dayNameCurrent": "sample string 40",
  "dayNameAr": "sample string 41",
  "dayNameEn": "sample string 42",
  "dayNameUnd": "sample string 43",
  "officeTimeNotes": "sample string 44",
  "reservationShowStatus": true,
  "officeTimeArchiveStatus": true
}

application/xml, text/xml

Sample:
<OfficesTimesDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.OfficesTimes">
  <branchNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 15</branchNameCurrent>
  <branchToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 14</branchToken>
  <buildingNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 17</buildingNameCurrent>
  <buildingToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 16</buildingToken>
  <chamberNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 21</chamberNameCurrent>
  <chamberToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 20</chamberToken>
  <dayNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 41</dayNameAr>
  <dayNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 40</dayNameCurrent>
  <dayNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 42</dayNameEn>
  <dayNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 43</dayNameUnd>
  <dayToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 39</dayToken>
  <employeeJobNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 31</employeeJobNameCurrent>
  <employeeJobTokn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 30</employeeJobTokn>
  <employeeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 29</employeeNameCurrent>
  <employeeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 28</employeeToken>
  <floorNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 19</floorNameCurrent>
  <floorToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 18</floorToken>
  <generalSpecialtyNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 23</generalSpecialtyNameCurrent>
  <generalSpecialtyToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 22</generalSpecialtyToken>
  <officeCloseTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 38</officeCloseTime>
  <officeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 25</officeNameCurrent>
  <officeOpenTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 37</officeOpenTime>
  <officeTimeArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">true</officeTimeArchiveStatus>
  <officeTimeCode xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 13</officeTimeCode>
  <officeTimeNotes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 44</officeTimeNotes>
  <officeTimeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 12</officeTimeToken>
  <officeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 24</officeToken>
  <reservationShowStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">true</reservationShowStatus>
  <specialSpecialtyNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 27</specialSpecialtyNameCurrent>
  <specialSpecialtyToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 26</specialSpecialtyToken>
  <timeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 34</timeNameAr>
  <timeNameCollection xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 32</timeNameCollection>
  <timeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 33</timeNameCurrent>
  <timeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 35</timeNameEn>
  <timeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 36</timeNameUnd>
  <filterStatus>true</filterStatus>
  <language>sample string 4</language>
  <page>7</page>
  <pageSize>6</pageSize>
  <paginationStatus>true</paginationStatus>
  <sortToken>sample string 8</sortToken>
  <statusWithAll>true</statusWithAll>
  <textSearch>sample string 3</textSearch>
  <timeFrom>sample string 10</timeFrom>
  <timeTo>sample string 11</timeTo>
  <userAuthorizeToken>sample string 9</userAuthorizeToken>
</OfficesTimesDataContext>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.