POST api/appointment/update
Request Information
URI Parameters
None.
Body Parameters
AppointmentEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| AppointmentId | integer |
None. |
|
| AppointmentDate | date |
None. |
|
| StartTime | date |
None. |
|
| StartTimeString | string |
None. |
|
| EndTimeString | string |
None. |
|
| EndTime | date |
None. |
|
| Status | byte |
None. |
|
| BookingMode | byte |
None. |
|
| CustomerNote | string |
None. |
|
| StaffComment | string |
None. |
|
| StaffName | string |
None. |
|
| Active | boolean |
None. |
|
| CreatedTime | date |
None. |
|
| UpdatedTime | date |
None. |
|
| VendorId | integer |
None. |
|
| LocationId | integer |
None. |
|
| LocationName | string |
None. |
|
| CustomerId | integer |
None. |
|
| StaffId | integer |
None. |
|
| ApprovedBy | integer |
None. |
|
| DeclinedBy | integer |
None. |
|
| CanceledBy | integer |
None. |
|
| CanceledReason | string |
None. |
|
| CanceledComments | string |
None. |
|
| DeclinedComments | string |
None. |
|
| DeclinedReason | string |
None. |
|
| Customer | CustomerEntity |
None. |
|
| Services | Collection of AppointmentServiceMapEntity |
None. |
|
| Items | Collection of InventoryEntity |
None. |
|
| IsReminderSent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppointmentId": 1,
"AppointmentDate": "2025-12-31T16:35:41.879056+05:30",
"StartTime": "2025-12-31T16:35:41.879056+05:30",
"StartTimeString": "sample string 4",
"EndTimeString": "sample string 5",
"EndTime": "2025-12-31T16:35:41.879056+05:30",
"Status": 64,
"BookingMode": 64,
"CustomerNote": "sample string 8",
"StaffComment": "sample string 9",
"StaffName": "sample string 10",
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"VendorId": 13,
"LocationId": 14,
"LocationName": "sample string 15",
"CustomerId": 16,
"StaffId": 1,
"ApprovedBy": 1,
"DeclinedBy": 1,
"CanceledBy": 1,
"CanceledReason": "sample string 17",
"CanceledComments": "sample string 18",
"DeclinedComments": "sample string 19",
"DeclinedReason": "sample string 20",
"Customer": {
"CustomerId": 1,
"Title": "sample string 2",
"Name": "sample string 3",
"Mobile": "sample string 4",
"Gender": "sample string 5",
"Email": "sample string 6",
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"VendorId": 10,
"LocationId": 11,
"AddressId": 1,
"Anniversary": "2025-12-31T16:35:41.879056+05:30",
"LastVisit": "2025-12-31T16:35:41.879056+05:30",
"DateOfBirth": "2025-12-31T16:35:41.879056+05:30",
"Address": {
"AddressId": 1,
"AddressLine1": "sample string 2",
"AddressLine2": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"Zipcode": "sample string 6",
"Country": "sample string 7",
"Latitude": "sample string 8",
"Longitude": "sample string 9",
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30"
},
"TotalVisits": 12,
"TotalSaleValue": 1.0,
"ValidationPassed": true,
"ValidationMessage": "sample string 14",
"IsImported": true,
"VendorName": "sample string 16",
"EnabledPromotionalSMS": true,
"Services": [
"sample string 1",
"sample string 2"
],
"FollowupDate": "2025-12-31T16:35:41.879056+05:30",
"AadharNumber": "sample string 18",
"CustomerLabel": "sample string 19",
"GSTIN": "sample string 20",
"ImportedCustomerId": "sample string 21",
"Memberships": [
{
"MembershipCustomerMapId": 1,
"ExpiryDate": "2025-12-31T16:35:41.879056+05:30",
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"MembershipName": "sample string 5",
"VendorId": 6,
"LocationId": 7,
"CustomerId": 8,
"MembershipId": 9,
"MembershipBillId": 10,
"MembershipType": 64,
"MembershipCardNo": "sample string 12",
"IsExpired": true,
"CustomerName": "sample string 14",
"Mobile": "sample string 15",
"LocationName": "sample string 16",
"Price": 17.0
},
{
"MembershipCustomerMapId": 1,
"ExpiryDate": "2025-12-31T16:35:41.879056+05:30",
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"MembershipName": "sample string 5",
"VendorId": 6,
"LocationId": 7,
"CustomerId": 8,
"MembershipId": 9,
"MembershipBillId": 10,
"MembershipType": 64,
"MembershipCardNo": "sample string 12",
"IsExpired": true,
"CustomerName": "sample string 14",
"Mobile": "sample string 15",
"LocationName": "sample string 16",
"Price": 17.0
}
],
"WalletBalance": 22.0,
"CustomerAreaId": 1,
"CustomerArea": "sample string 23",
"LocationContact": "sample string 24",
"Membership": "sample string 25",
"MembershipId": 26,
"LocationName": "sample string 27"
},
"Services": [
{
"AppointmentServiceMapId": 1,
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"ServiceDuration": 1.0,
"AppointmentId": 4,
"ProductId": 1,
"ProductName": "sample string 5",
"PackageName": "sample string 6",
"PackageId": 1,
"InventoryType": "sample string 7"
},
{
"AppointmentServiceMapId": 1,
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"ServiceDuration": 1.0,
"AppointmentId": 4,
"ProductId": 1,
"ProductName": "sample string 5",
"PackageName": "sample string 6",
"PackageId": 1,
"InventoryType": "sample string 7"
}
],
"Items": [
{
"LocationId": 1,
"ProductId": 2,
"ServiceFrequency": 1,
"ProductName": "sample string 3",
"UnitOfMeasure": "sample string 4",
"ProductSKU": "sample string 5",
"TaxType": "sample string 6",
"InventoryType": "sample string 7",
"ReorderLevel": 1,
"CurrentQuantity": 1,
"Price": 1.0,
"MembershipPrice": 1.0,
"PurchaseAmount": 1.0,
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"VendorId": 9,
"CategoryId": 1,
"BrandId": 1,
"BrandName": "sample string 10",
"CategoryName": "sample string 11",
"ServiceCategoryName": "sample string 12",
"ServiceCategoryId": 1,
"ProductDescription": "sample string 13",
"ValidationPassed": true,
"ValidationMessage": "sample string 15",
"IsImported": true,
"TaxPercentage": 1.0,
"WholesalePrice": 1.0,
"ServiceDuration": 1,
"CustomFields": [
{
"CustomFieldId": 1,
"FieldName": "sample string 2",
"FieldType": "sample string 3",
"FieldOptions": "sample string 4",
"IsMandatory": true,
"RequiredForBill": true,
"FieldOrder": 7,
"Module": "sample string 8",
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"VendorId": 11,
"CustomFieldValue": "sample string 12",
"IncludeInInvoice": true,
"AutoRemoveOnBill": true
},
{
"CustomFieldId": 1,
"FieldName": "sample string 2",
"FieldType": "sample string 3",
"FieldOptions": "sample string 4",
"IsMandatory": true,
"RequiredForBill": true,
"FieldOrder": 7,
"Module": "sample string 8",
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"VendorId": 11,
"CustomFieldValue": "sample string 12",
"IncludeInInvoice": true,
"AutoRemoveOnBill": true
}
],
"LocationSpecific": [
{
"LocationSpecificInventoryId": 1,
"VendorId": 2,
"LocationId": 3,
"ProductId": 4,
"ReorderLevel": 5,
"CurrentQuantity": 6,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"Price": 1.0,
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"IsDeleted": true,
"LocationName": "sample string 9",
"TaxType": "sample string 10"
},
{
"LocationSpecificInventoryId": 1,
"VendorId": 2,
"LocationId": 3,
"ProductId": 4,
"ReorderLevel": 5,
"CurrentQuantity": 6,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"Price": 1.0,
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"IsDeleted": true,
"LocationName": "sample string 9",
"TaxType": "sample string 10"
}
],
"PackageServices": [
{
"PackageServiceMapId": 1,
"ProductName": "sample string 2",
"Price": 1.0,
"ProductId": 3,
"PackageId": 4
},
{
"PackageServiceMapId": 1,
"ProductName": "sample string 2",
"Price": 1.0,
"ProductId": 3,
"PackageId": 4
}
]
},
{
"LocationId": 1,
"ProductId": 2,
"ServiceFrequency": 1,
"ProductName": "sample string 3",
"UnitOfMeasure": "sample string 4",
"ProductSKU": "sample string 5",
"TaxType": "sample string 6",
"InventoryType": "sample string 7",
"ReorderLevel": 1,
"CurrentQuantity": 1,
"Price": 1.0,
"MembershipPrice": 1.0,
"PurchaseAmount": 1.0,
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"VendorId": 9,
"CategoryId": 1,
"BrandId": 1,
"BrandName": "sample string 10",
"CategoryName": "sample string 11",
"ServiceCategoryName": "sample string 12",
"ServiceCategoryId": 1,
"ProductDescription": "sample string 13",
"ValidationPassed": true,
"ValidationMessage": "sample string 15",
"IsImported": true,
"TaxPercentage": 1.0,
"WholesalePrice": 1.0,
"ServiceDuration": 1,
"CustomFields": [
{
"CustomFieldId": 1,
"FieldName": "sample string 2",
"FieldType": "sample string 3",
"FieldOptions": "sample string 4",
"IsMandatory": true,
"RequiredForBill": true,
"FieldOrder": 7,
"Module": "sample string 8",
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"VendorId": 11,
"CustomFieldValue": "sample string 12",
"IncludeInInvoice": true,
"AutoRemoveOnBill": true
},
{
"CustomFieldId": 1,
"FieldName": "sample string 2",
"FieldType": "sample string 3",
"FieldOptions": "sample string 4",
"IsMandatory": true,
"RequiredForBill": true,
"FieldOrder": 7,
"Module": "sample string 8",
"Active": true,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"VendorId": 11,
"CustomFieldValue": "sample string 12",
"IncludeInInvoice": true,
"AutoRemoveOnBill": true
}
],
"LocationSpecific": [
{
"LocationSpecificInventoryId": 1,
"VendorId": 2,
"LocationId": 3,
"ProductId": 4,
"ReorderLevel": 5,
"CurrentQuantity": 6,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"Price": 1.0,
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"IsDeleted": true,
"LocationName": "sample string 9",
"TaxType": "sample string 10"
},
{
"LocationSpecificInventoryId": 1,
"VendorId": 2,
"LocationId": 3,
"ProductId": 4,
"ReorderLevel": 5,
"CurrentQuantity": 6,
"CreatedTime": "2025-12-31T16:35:41.879056+05:30",
"Price": 1.0,
"UpdatedTime": "2025-12-31T16:35:41.879056+05:30",
"IsDeleted": true,
"LocationName": "sample string 9",
"TaxType": "sample string 10"
}
],
"PackageServices": [
{
"PackageServiceMapId": 1,
"ProductName": "sample string 2",
"Price": 1.0,
"ProductId": 3,
"PackageId": 4
},
{
"PackageServiceMapId": 1,
"ProductName": "sample string 2",
"Price": 1.0,
"ProductId": 3,
"PackageId": 4
}
]
}
],
"IsReminderSent": true
}
application/xml, text/xml
Sample:
<AppointmentEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities">
<Active>true</Active>
<AppointmentDate>2025-12-31T16:35:41.879056+05:30</AppointmentDate>
<AppointmentId>1</AppointmentId>
<ApprovedBy>1</ApprovedBy>
<BookingMode>64</BookingMode>
<CanceledBy>1</CanceledBy>
<CanceledComments>sample string 18</CanceledComments>
<CanceledReason>sample string 17</CanceledReason>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<Customer>
<AadharNumber>sample string 18</AadharNumber>
<Active>true</Active>
<Address>
<Active>true</Active>
<AddressId>1</AddressId>
<AddressLine1>sample string 2</AddressLine1>
<AddressLine2>sample string 3</AddressLine2>
<City>sample string 4</City>
<Country>sample string 7</Country>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<Latitude>sample string 8</Latitude>
<Longitude>sample string 9</Longitude>
<State>sample string 5</State>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<Zipcode>sample string 6</Zipcode>
</Address>
<AddressId>1</AddressId>
<Anniversary>2025-12-31T16:35:41.879056+05:30</Anniversary>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CustomerArea>sample string 23</CustomerArea>
<CustomerAreaId>1</CustomerAreaId>
<CustomerId>1</CustomerId>
<CustomerLabel>sample string 19</CustomerLabel>
<DateOfBirth>2025-12-31T16:35:41.879056+05:30</DateOfBirth>
<Email>sample string 6</Email>
<EnabledPromotionalSMS>true</EnabledPromotionalSMS>
<FollowupDate>2025-12-31T16:35:41.879056+05:30</FollowupDate>
<GSTIN>sample string 20</GSTIN>
<Gender>sample string 5</Gender>
<ImportedCustomerId>sample string 21</ImportedCustomerId>
<IsImported>true</IsImported>
<LastVisit>2025-12-31T16:35:41.879056+05:30</LastVisit>
<LocationContact>sample string 24</LocationContact>
<LocationId>11</LocationId>
<LocationName>sample string 27</LocationName>
<Membership>sample string 25</Membership>
<MembershipId>26</MembershipId>
<Memberships>
<MembershipCustomerMapEntity>
<Active>true</Active>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CustomerId>8</CustomerId>
<CustomerName>sample string 14</CustomerName>
<ExpiryDate>2025-12-31T16:35:41.879056+05:30</ExpiryDate>
<IsExpired>true</IsExpired>
<LocationId>7</LocationId>
<LocationName>sample string 16</LocationName>
<MembershipBillId>10</MembershipBillId>
<MembershipCardNo>sample string 12</MembershipCardNo>
<MembershipCustomerMapId>1</MembershipCustomerMapId>
<MembershipId>9</MembershipId>
<MembershipName>sample string 5</MembershipName>
<MembershipType>64</MembershipType>
<Mobile>sample string 15</Mobile>
<Price>17</Price>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>6</VendorId>
</MembershipCustomerMapEntity>
<MembershipCustomerMapEntity>
<Active>true</Active>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CustomerId>8</CustomerId>
<CustomerName>sample string 14</CustomerName>
<ExpiryDate>2025-12-31T16:35:41.879056+05:30</ExpiryDate>
<IsExpired>true</IsExpired>
<LocationId>7</LocationId>
<LocationName>sample string 16</LocationName>
<MembershipBillId>10</MembershipBillId>
<MembershipCardNo>sample string 12</MembershipCardNo>
<MembershipCustomerMapId>1</MembershipCustomerMapId>
<MembershipId>9</MembershipId>
<MembershipName>sample string 5</MembershipName>
<MembershipType>64</MembershipType>
<Mobile>sample string 15</Mobile>
<Price>17</Price>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>6</VendorId>
</MembershipCustomerMapEntity>
</Memberships>
<Mobile>sample string 4</Mobile>
<Name>sample string 3</Name>
<Services xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</Services>
<Title>sample string 2</Title>
<TotalSaleValue>1</TotalSaleValue>
<TotalVisits>12</TotalVisits>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<ValidationMessage>sample string 14</ValidationMessage>
<ValidationPassed>true</ValidationPassed>
<VendorId>10</VendorId>
<VendorName>sample string 16</VendorName>
<WalletBalance>22</WalletBalance>
</Customer>
<CustomerId>16</CustomerId>
<CustomerNote>sample string 8</CustomerNote>
<DeclinedBy>1</DeclinedBy>
<DeclinedComments>sample string 19</DeclinedComments>
<DeclinedReason>sample string 20</DeclinedReason>
<EndTime>2025-12-31T16:35:41.879056+05:30</EndTime>
<EndTimeString>sample string 5</EndTimeString>
<IsReminderSent>true</IsReminderSent>
<Items>
<InventoryEntity>
<Active>true</Active>
<BrandId>1</BrandId>
<BrandName>sample string 10</BrandName>
<CategoryId>1</CategoryId>
<CategoryName>sample string 11</CategoryName>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CurrentQuantity>1</CurrentQuantity>
<CustomFields>
<CustomFieldEntity>
<Active>true</Active>
<AutoRemoveOnBill>true</AutoRemoveOnBill>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CustomFieldId>1</CustomFieldId>
<CustomFieldValue>sample string 12</CustomFieldValue>
<FieldName>sample string 2</FieldName>
<FieldOptions>sample string 4</FieldOptions>
<FieldOrder>7</FieldOrder>
<FieldType>sample string 3</FieldType>
<IncludeInInvoice>true</IncludeInInvoice>
<IsMandatory>true</IsMandatory>
<Module>sample string 8</Module>
<RequiredForBill>true</RequiredForBill>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>11</VendorId>
</CustomFieldEntity>
<CustomFieldEntity>
<Active>true</Active>
<AutoRemoveOnBill>true</AutoRemoveOnBill>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CustomFieldId>1</CustomFieldId>
<CustomFieldValue>sample string 12</CustomFieldValue>
<FieldName>sample string 2</FieldName>
<FieldOptions>sample string 4</FieldOptions>
<FieldOrder>7</FieldOrder>
<FieldType>sample string 3</FieldType>
<IncludeInInvoice>true</IncludeInInvoice>
<IsMandatory>true</IsMandatory>
<Module>sample string 8</Module>
<RequiredForBill>true</RequiredForBill>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>11</VendorId>
</CustomFieldEntity>
</CustomFields>
<InventoryType>sample string 7</InventoryType>
<IsImported>true</IsImported>
<LocationId>1</LocationId>
<LocationSpecific>
<LocationSpecificInventoryEntity>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CurrentQuantity>6</CurrentQuantity>
<IsDeleted>true</IsDeleted>
<LocationId>3</LocationId>
<LocationName>sample string 9</LocationName>
<LocationSpecificInventoryId>1</LocationSpecificInventoryId>
<Price>1</Price>
<ProductId>4</ProductId>
<ReorderLevel>5</ReorderLevel>
<TaxType>sample string 10</TaxType>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>2</VendorId>
</LocationSpecificInventoryEntity>
<LocationSpecificInventoryEntity>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CurrentQuantity>6</CurrentQuantity>
<IsDeleted>true</IsDeleted>
<LocationId>3</LocationId>
<LocationName>sample string 9</LocationName>
<LocationSpecificInventoryId>1</LocationSpecificInventoryId>
<Price>1</Price>
<ProductId>4</ProductId>
<ReorderLevel>5</ReorderLevel>
<TaxType>sample string 10</TaxType>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>2</VendorId>
</LocationSpecificInventoryEntity>
</LocationSpecific>
<MembershipPrice>1</MembershipPrice>
<PackageServices>
<PackageServiceMapEntity>
<PackageId>4</PackageId>
<PackageServiceMapId>1</PackageServiceMapId>
<Price>1</Price>
<ProductId>3</ProductId>
<ProductName>sample string 2</ProductName>
</PackageServiceMapEntity>
<PackageServiceMapEntity>
<PackageId>4</PackageId>
<PackageServiceMapId>1</PackageServiceMapId>
<Price>1</Price>
<ProductId>3</ProductId>
<ProductName>sample string 2</ProductName>
</PackageServiceMapEntity>
</PackageServices>
<Price>1</Price>
<ProductDescription>sample string 13</ProductDescription>
<ProductId>2</ProductId>
<ProductName>sample string 3</ProductName>
<ProductSKU>sample string 5</ProductSKU>
<PurchaseAmount>1</PurchaseAmount>
<ReorderLevel>1</ReorderLevel>
<ServiceCategoryId>1</ServiceCategoryId>
<ServiceCategoryName>sample string 12</ServiceCategoryName>
<ServiceDuration>1</ServiceDuration>
<ServiceFrequency>1</ServiceFrequency>
<TaxPercentage>1</TaxPercentage>
<TaxType>sample string 6</TaxType>
<UnitOfMeasure>sample string 4</UnitOfMeasure>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<ValidationMessage>sample string 15</ValidationMessage>
<ValidationPassed>true</ValidationPassed>
<VendorId>9</VendorId>
<WholesalePrice>1</WholesalePrice>
</InventoryEntity>
<InventoryEntity>
<Active>true</Active>
<BrandId>1</BrandId>
<BrandName>sample string 10</BrandName>
<CategoryId>1</CategoryId>
<CategoryName>sample string 11</CategoryName>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CurrentQuantity>1</CurrentQuantity>
<CustomFields>
<CustomFieldEntity>
<Active>true</Active>
<AutoRemoveOnBill>true</AutoRemoveOnBill>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CustomFieldId>1</CustomFieldId>
<CustomFieldValue>sample string 12</CustomFieldValue>
<FieldName>sample string 2</FieldName>
<FieldOptions>sample string 4</FieldOptions>
<FieldOrder>7</FieldOrder>
<FieldType>sample string 3</FieldType>
<IncludeInInvoice>true</IncludeInInvoice>
<IsMandatory>true</IsMandatory>
<Module>sample string 8</Module>
<RequiredForBill>true</RequiredForBill>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>11</VendorId>
</CustomFieldEntity>
<CustomFieldEntity>
<Active>true</Active>
<AutoRemoveOnBill>true</AutoRemoveOnBill>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CustomFieldId>1</CustomFieldId>
<CustomFieldValue>sample string 12</CustomFieldValue>
<FieldName>sample string 2</FieldName>
<FieldOptions>sample string 4</FieldOptions>
<FieldOrder>7</FieldOrder>
<FieldType>sample string 3</FieldType>
<IncludeInInvoice>true</IncludeInInvoice>
<IsMandatory>true</IsMandatory>
<Module>sample string 8</Module>
<RequiredForBill>true</RequiredForBill>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>11</VendorId>
</CustomFieldEntity>
</CustomFields>
<InventoryType>sample string 7</InventoryType>
<IsImported>true</IsImported>
<LocationId>1</LocationId>
<LocationSpecific>
<LocationSpecificInventoryEntity>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CurrentQuantity>6</CurrentQuantity>
<IsDeleted>true</IsDeleted>
<LocationId>3</LocationId>
<LocationName>sample string 9</LocationName>
<LocationSpecificInventoryId>1</LocationSpecificInventoryId>
<Price>1</Price>
<ProductId>4</ProductId>
<ReorderLevel>5</ReorderLevel>
<TaxType>sample string 10</TaxType>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>2</VendorId>
</LocationSpecificInventoryEntity>
<LocationSpecificInventoryEntity>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<CurrentQuantity>6</CurrentQuantity>
<IsDeleted>true</IsDeleted>
<LocationId>3</LocationId>
<LocationName>sample string 9</LocationName>
<LocationSpecificInventoryId>1</LocationSpecificInventoryId>
<Price>1</Price>
<ProductId>4</ProductId>
<ReorderLevel>5</ReorderLevel>
<TaxType>sample string 10</TaxType>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>2</VendorId>
</LocationSpecificInventoryEntity>
</LocationSpecific>
<MembershipPrice>1</MembershipPrice>
<PackageServices>
<PackageServiceMapEntity>
<PackageId>4</PackageId>
<PackageServiceMapId>1</PackageServiceMapId>
<Price>1</Price>
<ProductId>3</ProductId>
<ProductName>sample string 2</ProductName>
</PackageServiceMapEntity>
<PackageServiceMapEntity>
<PackageId>4</PackageId>
<PackageServiceMapId>1</PackageServiceMapId>
<Price>1</Price>
<ProductId>3</ProductId>
<ProductName>sample string 2</ProductName>
</PackageServiceMapEntity>
</PackageServices>
<Price>1</Price>
<ProductDescription>sample string 13</ProductDescription>
<ProductId>2</ProductId>
<ProductName>sample string 3</ProductName>
<ProductSKU>sample string 5</ProductSKU>
<PurchaseAmount>1</PurchaseAmount>
<ReorderLevel>1</ReorderLevel>
<ServiceCategoryId>1</ServiceCategoryId>
<ServiceCategoryName>sample string 12</ServiceCategoryName>
<ServiceDuration>1</ServiceDuration>
<ServiceFrequency>1</ServiceFrequency>
<TaxPercentage>1</TaxPercentage>
<TaxType>sample string 6</TaxType>
<UnitOfMeasure>sample string 4</UnitOfMeasure>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<ValidationMessage>sample string 15</ValidationMessage>
<ValidationPassed>true</ValidationPassed>
<VendorId>9</VendorId>
<WholesalePrice>1</WholesalePrice>
</InventoryEntity>
</Items>
<LocationId>14</LocationId>
<LocationName>sample string 15</LocationName>
<Services>
<AppointmentServiceMapEntity>
<Active>true</Active>
<AppointmentId>4</AppointmentId>
<AppointmentServiceMapId>1</AppointmentServiceMapId>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<InventoryType>sample string 7</InventoryType>
<PackageId>1</PackageId>
<PackageName>sample string 6</PackageName>
<ProductId>1</ProductId>
<ProductName>sample string 5</ProductName>
<ServiceDuration>1</ServiceDuration>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
</AppointmentServiceMapEntity>
<AppointmentServiceMapEntity>
<Active>true</Active>
<AppointmentId>4</AppointmentId>
<AppointmentServiceMapId>1</AppointmentServiceMapId>
<CreatedTime>2025-12-31T16:35:41.879056+05:30</CreatedTime>
<InventoryType>sample string 7</InventoryType>
<PackageId>1</PackageId>
<PackageName>sample string 6</PackageName>
<ProductId>1</ProductId>
<ProductName>sample string 5</ProductName>
<ServiceDuration>1</ServiceDuration>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
</AppointmentServiceMapEntity>
</Services>
<StaffComment>sample string 9</StaffComment>
<StaffId>1</StaffId>
<StaffName>sample string 10</StaffName>
<StartTime>2025-12-31T16:35:41.879056+05:30</StartTime>
<StartTimeString>sample string 4</StartTimeString>
<Status>64</Status>
<UpdatedTime>2025-12-31T16:35:41.879056+05:30</UpdatedTime>
<VendorId>13</VendorId>
</AppointmentEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |