POST api/technicalSupport/TechnicalSupport_Upsert
Request Information
URI Parameters
None.
Body Parameters
TechnicalSupport| Name | Description | Type | Additional 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": "2026-02-04T05:15:30.9628455+03:00",
"CreatedBy": 7,
"UpdatedDate": "2026-02-04T05:15:30.9628455+03:00",
"UpdatedBy": 9,
"DeletedDate": "2026-02-04T05:15:30.9785127+03:00",
"DeletedBy": 11,
"UserName": "sample string 12",
"UserType": "sample string 13",
"SalonName": "sample string 14",
"Language": "sample string 15",
"CreatedDateStr": "04-02-2026 05:15 AM",
"UpdatedDateStr": "04-02-2026 05:15 AM",
"DeletedDateStr": "04-02-2026 05:15 AM"
}
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">2026-02-04T05:15:30.9628455+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">2026-02-04T05:15:30.9785127+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">2026-02-04T05:15:30.9628455+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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.