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.

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",
  "officeTimeToken": "sample string 10",
  "officeTimeCode": "sample string 11",
  "branchToken": "sample string 12",
  "branchNameCurrent": "sample string 13",
  "buildingToken": "sample string 14",
  "buildingNameCurrent": "sample string 15",
  "floorToken": "sample string 16",
  "floorNameCurrent": "sample string 17",
  "chamberToken": "sample string 18",
  "chamberNameCurrent": "sample string 19",
  "generalSpecialtyToken": "sample string 20",
  "generalSpecialtyNameCurrent": "sample string 21",
  "officeToken": "sample string 22",
  "officeNameCurrent": "sample string 23",
  "specialSpecialtyToken": "sample string 24",
  "specialSpecialtyNameCurrent": "sample string 25",
  "employeeToken": "sample string 26",
  "employeeNameCurrent": "sample string 27",
  "employeeJobTokn": "sample string 28",
  "employeeJobNameCurrent": "sample string 29",
  "timeNameCollection": "sample string 30",
  "timeNameCurrent": "sample string 31",
  "timeNameAr": "sample string 32",
  "timeNameEn": "sample string 33",
  "timeNameUnd": "sample string 34",
  "officeOpenTime": "sample string 35",
  "officeCloseTime": "sample string 36",
  "dayToken": "sample string 37",
  "dayNameCurrent": "sample string 38",
  "dayNameAr": "sample string 39",
  "dayNameEn": "sample string 40",
  "dayNameUnd": "sample string 41",
  "officeTimeNotes": "sample string 42",
  "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 13</branchNameCurrent>
  <branchToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 12</branchToken>
  <buildingNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 15</buildingNameCurrent>
  <buildingToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 14</buildingToken>
  <chamberNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 19</chamberNameCurrent>
  <chamberToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 18</chamberToken>
  <dayNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 39</dayNameAr>
  <dayNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 38</dayNameCurrent>
  <dayNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 40</dayNameEn>
  <dayNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 41</dayNameUnd>
  <dayToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 37</dayToken>
  <employeeJobNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 29</employeeJobNameCurrent>
  <employeeJobTokn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 28</employeeJobTokn>
  <employeeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 27</employeeNameCurrent>
  <employeeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 26</employeeToken>
  <floorNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 17</floorNameCurrent>
  <floorToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 16</floorToken>
  <generalSpecialtyNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 21</generalSpecialtyNameCurrent>
  <generalSpecialtyToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 20</generalSpecialtyToken>
  <officeCloseTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 36</officeCloseTime>
  <officeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 23</officeNameCurrent>
  <officeOpenTime xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 35</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 11</officeTimeCode>
  <officeTimeNotes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 42</officeTimeNotes>
  <officeTimeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 10</officeTimeToken>
  <officeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 22</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 25</specialSpecialtyNameCurrent>
  <specialSpecialtyToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 24</specialSpecialtyToken>
  <timeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 32</timeNameAr>
  <timeNameCollection xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 30</timeNameCollection>
  <timeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 31</timeNameCurrent>
  <timeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 33</timeNameEn>
  <timeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.OfficesTimes">sample string 34</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>
  <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.