POST api/technicalSupport/TechnicalSupport_Upsert

Request Information

URI Parameters

None.

Body Parameters

TechnicalSupport
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

UserTypeId

integer

None.

SalonId

integer

None.

Discription

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

DeletedDate

date

None.

DeletedBy

integer

None.

UserName

string

None.

UserType

string

None.

SalonName

string

None.

Language

string

None.

CreatedDateStr

string

None.

UpdatedDateStr

string

None.

DeletedDateStr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "UserTypeId": 3,
  "SalonId": 4,
  "Discription": "sample string 5",
  "CreatedDate": "2025-07-08T19:08:58.2127858+03:00",
  "CreatedBy": 7,
  "UpdatedDate": "2025-07-08T19:08:58.2127858+03:00",
  "UpdatedBy": 9,
  "DeletedDate": "2025-07-08T19:08:58.2127858+03:00",
  "DeletedBy": 11,
  "UserName": "sample string 12",
  "UserType": "sample string 13",
  "SalonName": "sample string 14",
  "Language": "sample string 15",
  "CreatedDateStr": "08-07-2025 07:08 PM",
  "UpdatedDateStr": "08-07-2025 07:08 PM",
  "DeletedDateStr": "08-07-2025 07:08 PM"
}

text/xml

Sample:
<TechnicalSupport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.V1">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">7</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2025-07-08T19:08:58.2127858+03:00</CreatedDate>
  <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">11</DeletedBy>
  <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2025-07-08T19:08:58.2127858+03:00</DeletedDate>
  <Discription xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 5</Discription>
  <Id xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">1</Id>
  <Language xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 15</Language>
  <SalonId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">4</SalonId>
  <SalonName xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 14</SalonName>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">9</UpdatedBy>
  <UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2025-07-08T19:08:58.2127858+03:00</UpdatedDate>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2</UserId>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 12</UserName>
  <UserType xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 13</UserType>
  <UserTypeId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">3</UserTypeId>
</TechnicalSupport>

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 'TechnicalSupport'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.