POST api/userAppointments/UserAppointments_Update
Request Information
URI Parameters
None.
Body Parameters
UserAppointments| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| ServiceCount | integer |
None. |
|
| SalonId | integer |
None. |
|
| string |
None. |
||
| CountryCode | string |
None. |
|
| CurrencyCode | string |
None. |
|
| AssignedToUserId | integer |
None. |
|
| Note | string |
None. |
|
| Day | string |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
|
| AppointmentDate | string |
None. |
|
| AppointmentTime | string |
None. |
|
| Price | decimal number |
None. |
|
| Duration | decimal number |
None. |
|
| Comment | string |
None. |
|
| ServicesIds | string |
None. |
|
| EnteredBy | string |
None. |
|
| CategoryId | integer |
None. |
|
| LookUpStatusId | integer |
None. |
|
| LookUpStatusChangedDate | date |
None. |
|
| LookUpStatusChangedBy | integer |
None. |
|
| CancellationCode | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| CustomerFirstname | string |
None. |
|
| CustomerSecondName | string |
None. |
|
| CustomerGender | string |
None. |
|
| CustomerUsername | string |
None. |
|
| AssignedToFirstname | string |
None. |
|
| AssignedToSecondName | string |
None. |
|
| AssignedToUsername | string |
None. |
|
| FirstName | string |
None. |
|
| SecondName | string |
None. |
|
| CustomerId | integer |
None. |
|
| CustomerProfileUrl | string |
None. |
|
| AssignedToProfile | string |
None. |
|
| CustomerEmail | string |
None. |
|
| ServiceName | string |
None. |
|
| AssignedToEmail | string |
None. |
|
| CustomerAlternatePhone | string |
None. |
|
| CustomerPrimaryPhone | string |
None. |
|
| CustomerAddressLine1 | string |
None. |
|
| ServicesIdsName | string |
None. |
|
| LookUpStatusName | string |
None. |
|
| TotalPrice | decimal number |
None. |
|
| ATotalDuration | decimal number |
None. |
|
| TotalDuration | string |
None. |
|
| LastAppointmentDate | string |
None. |
|
| LastAppointmentTime | string |
None. |
|
| UserAppointmentId | integer |
None. |
|
| HomeService | integer |
None. |
|
| LookUpState | string |
None. |
|
| LookUpCountry | string |
None. |
|
| InvoiceNo | string |
None. |
|
| SalonName | string |
None. |
|
| SalonCommercialRegisterNo | string |
None. |
|
| SalonLogoUrl | string |
None. |
|
| SalonPrimaryPhone | string |
None. |
|
| SalonAddressLine1 | string |
None. |
|
| SalonAddressLine2 | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| City | string |
None. |
|
| ServicesPrice | string |
None. |
|
| ServicesTotalPrice | string |
None. |
|
| Tax | decimal number |
None. |
|
| InvoicePrintDate | string |
None. |
|
| SalonTaxNumber | string |
None. |
|
| ServicesObject | string |
None. |
|
| CustomerName | string |
None. |
|
| ReaturnReason | string |
None. |
|
| ParentId | integer |
None. |
|
| IsOnline | integer |
None. |
|
| POSSessionId | integer |
None. |
|
| OldInvoiceNumber | string |
None. |
|
| BankAmount | decimal number |
None. |
|
| isPaymentComplated | boolean |
None. |
|
| DepositCashAmount | decimal number |
None. |
|
| DepositCreditAmount | decimal number |
None. |
|
| DepositBankAmount | decimal number |
None. |
|
| DepositPaymentTypeId | integer |
None. |
|
| isJobOrder | boolean |
None. |
|
| AppoinmentServices | Collection of AppoinmentServices |
None. |
|
| OrignalInvoiceNo | integer |
None. |
|
| ServiceDetailsStr | string |
None. |
|
| Language | string |
None. |
|
| Description | string |
None. |
|
| SalonInstructions | string |
None. |
|
| ServiceDetailsObj | Collection of ServiceDetailsRoot |
None. |
|
| ServiceDetails | Collection of ServiceDetails |
None. |
|
| AppointmentServices | string |
None. |
|
| AppointmentServicesList | Collection of AppointmentServicesRoot |
None. |
|
| DiscountSales | decimal number |
None. |
|
| DiscountSalesAmount | decimal number |
None. |
|
| TotalSalesTax | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| PaymentTypeId | integer |
None. |
|
| CashAmount | decimal number |
None. |
|
| CareditAmount | decimal number |
None. |
|
| QrCodeURL | string |
None. |
|
| RefundType | string |
None. |
|
| SendConfirmationSMS | boolean |
None. |
|
| SendInvoiceLink | boolean |
None. |
|
| isDeposit | boolean |
None. |
|
| DepositAmount | decimal number |
None. |
|
| InvoiceAmountInput | decimal number |
None. |
|
| RemainingAmount | decimal number |
None. |
|
| IsSkipPayment | boolean |
None. |
|
| IsPaymentNotDone | boolean |
None. |
|
| ServiceIdList | string |
None. |
|
| AssignedUserIdList | string |
None. |
|
| DurationList | string |
None. |
|
| SupplierCode | integer |
None. |
|
| InvoiceLanguageOption | string |
None. |
|
| ServiceIdsList | Collection of integer |
None. |
|
| AssignedUserIdsList | Collection of integer |
None. |
|
| DurationLists | Collection of decimal number |
None. |
|
| CreatedDateStr | string |
None. |
|
| UpdatedDateStr | string |
None. |
|
| DeletedDateStr | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.