POST api/billing/ReturnItems/{billId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| billId | integer |
Required |
Body Parameters
Collection of BillItemEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| BillItemId | integer |
None. |
|
| BillNumber | string |
None. |
|
| InvoiceId | string |
None. |
|
| Quantity | decimal number |
None. |
|
| UnitPrice | decimal number |
None. |
|
| TaxApplied | decimal number |
None. |
|
| TaxPercentage | decimal number |
None. |
|
| TaxType | string |
None. |
|
| DiscountApplied | decimal number |
None. |
|
| DiscountPercentage | decimal number |
None. |
|
| Active | boolean |
None. |
|
| CreatedTime | date |
None. |
|
| UpdatedTime | date |
None. |
|
| VendorId | integer |
None. |
|
| LocationId | integer |
None. |
|
| BillId | integer |
None. |
|
| ProductId | integer |
None. |
|
| PackageId | integer |
None. |
|
| ProductName | string |
None. |
|
| CategoryName | string |
None. |
|
| CategotyId | integer |
None. |
|
| Price | decimal number |
None. |
|
| ProductSKU | string |
None. |
|
| ProductDescription | string |
None. |
|
| IsReturned | boolean |
None. |
|
| ReturnReason | string |
None. |
|
| PurchaseAmount | decimal number |
None. |
|
| ReturnDate | date |
None. |
|
| BillDate | date |
None. |
|
| ReturnQuantity | integer |
None. |
|
| InventoryType | string |
None. |
|
| StaffIds | Collection of integer |
None. |
|
| StaffName | string |
None. |
|
| ServiceDuration | decimal number |
None. |
|
| ServiceStaffMap | Collection of ServicesStaffMapEntity |
None. |
|
| MembershipDiscount | decimal number |
None. |
|
| NonMembershipPrice | decimal number |
None. |
|
| PackageName | string |
None. |
|
| PackageServices | Collection of InventoryLightEntity |
None. |
|
| CustomFields | Collection of CustomValueBillEntity |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"BillItemId": 1,
"BillNumber": "sample string 2",
"InvoiceId": "sample string 3",
"Quantity": 1.0,
"UnitPrice": 1.0,
"TaxApplied": 1.0,
"TaxPercentage": 1.0,
"TaxType": "sample string 4",
"DiscountApplied": 1.0,
"DiscountPercentage": 1.0,
"Active": true,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"UpdatedTime": "2025-12-31T16:37:49.4094333+05:30",
"VendorId": 6,
"LocationId": 7,
"BillId": 8,
"ProductId": 1,
"PackageId": 1,
"ProductName": "sample string 9",
"CategoryName": "sample string 10",
"CategotyId": 1,
"Price": 1.0,
"ProductSKU": "sample string 11",
"ProductDescription": "sample string 12",
"IsReturned": true,
"ReturnReason": "sample string 14",
"PurchaseAmount": 1.0,
"ReturnDate": "2025-12-31T16:37:49.4094333+05:30",
"BillDate": "2025-12-31T16:37:49.4094333+05:30",
"ReturnQuantity": 1,
"InventoryType": "sample string 16",
"StaffIds": [
1,
2
],
"StaffName": "sample string 17",
"ServiceDuration": 1.0,
"ServiceStaffMap": [
{
"ServicesStaffMapId": 1,
"CustomerId": 2,
"ProductId": 1,
"StaffId": 3,
"BillItemId": 1,
"BillId": 1,
"VendorId": 4,
"LocationId": 5,
"StaffName": "sample string 6",
"Active": true,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"UpdatedTime": "2025-12-31T16:37:49.4094333+05:30",
"ServiceSplitAmount": 9.0,
"WalletTransactionId": 1,
"MembershipBillId": 1,
"MembershipBillItemId": 1,
"IncentivePercentage": 10.0,
"IncentiveAmount": 11.0,
"InventoryType": "sample string 12",
"PackageId": 1,
"Quantity": 1.0,
"InventoryName": "sample string 13",
"MembershipName": "sample string 14",
"PackageName": "sample string 15",
"WalletMoney": "sample string 16"
},
{
"ServicesStaffMapId": 1,
"CustomerId": 2,
"ProductId": 1,
"StaffId": 3,
"BillItemId": 1,
"BillId": 1,
"VendorId": 4,
"LocationId": 5,
"StaffName": "sample string 6",
"Active": true,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"UpdatedTime": "2025-12-31T16:37:49.4094333+05:30",
"ServiceSplitAmount": 9.0,
"WalletTransactionId": 1,
"MembershipBillId": 1,
"MembershipBillItemId": 1,
"IncentivePercentage": 10.0,
"IncentiveAmount": 11.0,
"InventoryType": "sample string 12",
"PackageId": 1,
"Quantity": 1.0,
"InventoryName": "sample string 13",
"MembershipName": "sample string 14",
"PackageName": "sample string 15",
"WalletMoney": "sample string 16"
}
],
"MembershipDiscount": 1.0,
"NonMembershipPrice": 1.0,
"PackageName": "sample string 18",
"PackageServices": [
{
"ProductId": 1,
"ProductName": "sample string 2",
"InventoryType": "sample string 3",
"CategoryName": "sample string 4",
"BrandName": "sample string 5",
"Price": 6.0,
"Description": "sample string 7",
"LocationId": 8,
"QuantityAdded": 9,
"TaxType": "sample string 10",
"TaxPercentage": 1.0,
"TaxApplied": 11,
"ImageURL": "sample string 12",
"CategoryId": 1,
"ServiceCategoryId": 1,
"ServiceCategoryName": "sample string 13"
},
{
"ProductId": 1,
"ProductName": "sample string 2",
"InventoryType": "sample string 3",
"CategoryName": "sample string 4",
"BrandName": "sample string 5",
"Price": 6.0,
"Description": "sample string 7",
"LocationId": 8,
"QuantityAdded": 9,
"TaxType": "sample string 10",
"TaxPercentage": 1.0,
"TaxApplied": 11,
"ImageURL": "sample string 12",
"CategoryId": 1,
"ServiceCategoryId": 1,
"ServiceCategoryName": "sample string 13"
}
],
"CustomFields": [
{
"CustomValueBillId": 1,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"CustomFieldValue": "sample string 3",
"VendorId": 4,
"CustomerId": 5,
"BillId": 6,
"CustomFieldId": 7,
"ProductId": 8,
"IncludeInInvoice": true,
"CustomFieldName": "sample string 10",
"AutoRemoveOnBill": true,
"ItemOrderNumber": 12
},
{
"CustomValueBillId": 1,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"CustomFieldValue": "sample string 3",
"VendorId": 4,
"CustomerId": 5,
"BillId": 6,
"CustomFieldId": 7,
"ProductId": 8,
"IncludeInInvoice": true,
"CustomFieldName": "sample string 10",
"AutoRemoveOnBill": true,
"ItemOrderNumber": 12
}
]
},
{
"BillItemId": 1,
"BillNumber": "sample string 2",
"InvoiceId": "sample string 3",
"Quantity": 1.0,
"UnitPrice": 1.0,
"TaxApplied": 1.0,
"TaxPercentage": 1.0,
"TaxType": "sample string 4",
"DiscountApplied": 1.0,
"DiscountPercentage": 1.0,
"Active": true,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"UpdatedTime": "2025-12-31T16:37:49.4094333+05:30",
"VendorId": 6,
"LocationId": 7,
"BillId": 8,
"ProductId": 1,
"PackageId": 1,
"ProductName": "sample string 9",
"CategoryName": "sample string 10",
"CategotyId": 1,
"Price": 1.0,
"ProductSKU": "sample string 11",
"ProductDescription": "sample string 12",
"IsReturned": true,
"ReturnReason": "sample string 14",
"PurchaseAmount": 1.0,
"ReturnDate": "2025-12-31T16:37:49.4094333+05:30",
"BillDate": "2025-12-31T16:37:49.4094333+05:30",
"ReturnQuantity": 1,
"InventoryType": "sample string 16",
"StaffIds": [
1,
2
],
"StaffName": "sample string 17",
"ServiceDuration": 1.0,
"ServiceStaffMap": [
{
"ServicesStaffMapId": 1,
"CustomerId": 2,
"ProductId": 1,
"StaffId": 3,
"BillItemId": 1,
"BillId": 1,
"VendorId": 4,
"LocationId": 5,
"StaffName": "sample string 6",
"Active": true,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"UpdatedTime": "2025-12-31T16:37:49.4094333+05:30",
"ServiceSplitAmount": 9.0,
"WalletTransactionId": 1,
"MembershipBillId": 1,
"MembershipBillItemId": 1,
"IncentivePercentage": 10.0,
"IncentiveAmount": 11.0,
"InventoryType": "sample string 12",
"PackageId": 1,
"Quantity": 1.0,
"InventoryName": "sample string 13",
"MembershipName": "sample string 14",
"PackageName": "sample string 15",
"WalletMoney": "sample string 16"
},
{
"ServicesStaffMapId": 1,
"CustomerId": 2,
"ProductId": 1,
"StaffId": 3,
"BillItemId": 1,
"BillId": 1,
"VendorId": 4,
"LocationId": 5,
"StaffName": "sample string 6",
"Active": true,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"UpdatedTime": "2025-12-31T16:37:49.4094333+05:30",
"ServiceSplitAmount": 9.0,
"WalletTransactionId": 1,
"MembershipBillId": 1,
"MembershipBillItemId": 1,
"IncentivePercentage": 10.0,
"IncentiveAmount": 11.0,
"InventoryType": "sample string 12",
"PackageId": 1,
"Quantity": 1.0,
"InventoryName": "sample string 13",
"MembershipName": "sample string 14",
"PackageName": "sample string 15",
"WalletMoney": "sample string 16"
}
],
"MembershipDiscount": 1.0,
"NonMembershipPrice": 1.0,
"PackageName": "sample string 18",
"PackageServices": [
{
"ProductId": 1,
"ProductName": "sample string 2",
"InventoryType": "sample string 3",
"CategoryName": "sample string 4",
"BrandName": "sample string 5",
"Price": 6.0,
"Description": "sample string 7",
"LocationId": 8,
"QuantityAdded": 9,
"TaxType": "sample string 10",
"TaxPercentage": 1.0,
"TaxApplied": 11,
"ImageURL": "sample string 12",
"CategoryId": 1,
"ServiceCategoryId": 1,
"ServiceCategoryName": "sample string 13"
},
{
"ProductId": 1,
"ProductName": "sample string 2",
"InventoryType": "sample string 3",
"CategoryName": "sample string 4",
"BrandName": "sample string 5",
"Price": 6.0,
"Description": "sample string 7",
"LocationId": 8,
"QuantityAdded": 9,
"TaxType": "sample string 10",
"TaxPercentage": 1.0,
"TaxApplied": 11,
"ImageURL": "sample string 12",
"CategoryId": 1,
"ServiceCategoryId": 1,
"ServiceCategoryName": "sample string 13"
}
],
"CustomFields": [
{
"CustomValueBillId": 1,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"CustomFieldValue": "sample string 3",
"VendorId": 4,
"CustomerId": 5,
"BillId": 6,
"CustomFieldId": 7,
"ProductId": 8,
"IncludeInInvoice": true,
"CustomFieldName": "sample string 10",
"AutoRemoveOnBill": true,
"ItemOrderNumber": 12
},
{
"CustomValueBillId": 1,
"CreatedTime": "2025-12-31T16:37:49.4094333+05:30",
"CustomFieldValue": "sample string 3",
"VendorId": 4,
"CustomerId": 5,
"BillId": 6,
"CustomFieldId": 7,
"ProductId": 8,
"IncludeInInvoice": true,
"CustomFieldName": "sample string 10",
"AutoRemoveOnBill": true,
"ItemOrderNumber": 12
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfBillItemEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities">
<BillItemEntity>
<Active>true</Active>
<BillDate>2025-12-31T16:37:49.4094333+05:30</BillDate>
<BillId>8</BillId>
<BillItemId>1</BillItemId>
<BillNumber>sample string 2</BillNumber>
<CategoryName>sample string 10</CategoryName>
<CategotyId>1</CategotyId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomFields>
<CustomValueBillEntity>
<AutoRemoveOnBill>true</AutoRemoveOnBill>
<BillId>6</BillId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomFieldId>7</CustomFieldId>
<CustomFieldName>sample string 10</CustomFieldName>
<CustomFieldValue>sample string 3</CustomFieldValue>
<CustomValueBillId>1</CustomValueBillId>
<CustomerId>5</CustomerId>
<IncludeInInvoice>true</IncludeInInvoice>
<ItemOrderNumber>12</ItemOrderNumber>
<ProductId>8</ProductId>
<VendorId>4</VendorId>
</CustomValueBillEntity>
<CustomValueBillEntity>
<AutoRemoveOnBill>true</AutoRemoveOnBill>
<BillId>6</BillId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomFieldId>7</CustomFieldId>
<CustomFieldName>sample string 10</CustomFieldName>
<CustomFieldValue>sample string 3</CustomFieldValue>
<CustomValueBillId>1</CustomValueBillId>
<CustomerId>5</CustomerId>
<IncludeInInvoice>true</IncludeInInvoice>
<ItemOrderNumber>12</ItemOrderNumber>
<ProductId>8</ProductId>
<VendorId>4</VendorId>
</CustomValueBillEntity>
</CustomFields>
<DiscountApplied>1</DiscountApplied>
<DiscountPercentage>1</DiscountPercentage>
<InventoryType>sample string 16</InventoryType>
<InvoiceId>sample string 3</InvoiceId>
<IsReturned>true</IsReturned>
<LocationId>7</LocationId>
<MembershipDiscount>1</MembershipDiscount>
<NonMembershipPrice>1</NonMembershipPrice>
<PackageId>1</PackageId>
<PackageName>sample string 18</PackageName>
<PackageServices>
<InventoryLightEntity>
<BrandName>sample string 5</BrandName>
<CategoryId>1</CategoryId>
<CategoryName>sample string 4</CategoryName>
<Description>sample string 7</Description>
<ImageURL>sample string 12</ImageURL>
<InventoryType>sample string 3</InventoryType>
<LocationId>8</LocationId>
<Price>6</Price>
<ProductId>1</ProductId>
<ProductName>sample string 2</ProductName>
<QuantityAdded>9</QuantityAdded>
<ServiceCategoryId>1</ServiceCategoryId>
<ServiceCategoryName>sample string 13</ServiceCategoryName>
<TaxApplied>11</TaxApplied>
<TaxPercentage>1</TaxPercentage>
<TaxType>sample string 10</TaxType>
</InventoryLightEntity>
<InventoryLightEntity>
<BrandName>sample string 5</BrandName>
<CategoryId>1</CategoryId>
<CategoryName>sample string 4</CategoryName>
<Description>sample string 7</Description>
<ImageURL>sample string 12</ImageURL>
<InventoryType>sample string 3</InventoryType>
<LocationId>8</LocationId>
<Price>6</Price>
<ProductId>1</ProductId>
<ProductName>sample string 2</ProductName>
<QuantityAdded>9</QuantityAdded>
<ServiceCategoryId>1</ServiceCategoryId>
<ServiceCategoryName>sample string 13</ServiceCategoryName>
<TaxApplied>11</TaxApplied>
<TaxPercentage>1</TaxPercentage>
<TaxType>sample string 10</TaxType>
</InventoryLightEntity>
</PackageServices>
<Price>1</Price>
<ProductDescription>sample string 12</ProductDescription>
<ProductId>1</ProductId>
<ProductName>sample string 9</ProductName>
<ProductSKU>sample string 11</ProductSKU>
<PurchaseAmount>1</PurchaseAmount>
<Quantity>1</Quantity>
<ReturnDate>2025-12-31T16:37:49.4094333+05:30</ReturnDate>
<ReturnQuantity>1</ReturnQuantity>
<ReturnReason>sample string 14</ReturnReason>
<ServiceDuration>1</ServiceDuration>
<ServiceStaffMap>
<ServicesStaffMapEntity>
<Active>true</Active>
<BillId>1</BillId>
<BillItemId>1</BillItemId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomerId>2</CustomerId>
<IncentiveAmount>11</IncentiveAmount>
<IncentivePercentage>10</IncentivePercentage>
<InventoryName>sample string 13</InventoryName>
<InventoryType>sample string 12</InventoryType>
<LocationId>5</LocationId>
<MembershipBillId>1</MembershipBillId>
<MembershipBillItemId>1</MembershipBillItemId>
<MembershipName>sample string 14</MembershipName>
<PackageId>1</PackageId>
<PackageName>sample string 15</PackageName>
<ProductId>1</ProductId>
<Quantity>1</Quantity>
<ServiceSplitAmount>9</ServiceSplitAmount>
<ServicesStaffMapId>1</ServicesStaffMapId>
<StaffId>3</StaffId>
<StaffName>sample string 6</StaffName>
<UpdatedTime>2025-12-31T16:37:49.4094333+05:30</UpdatedTime>
<VendorId>4</VendorId>
<WalletMoney>sample string 16</WalletMoney>
<WalletTransactionId>1</WalletTransactionId>
</ServicesStaffMapEntity>
<ServicesStaffMapEntity>
<Active>true</Active>
<BillId>1</BillId>
<BillItemId>1</BillItemId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomerId>2</CustomerId>
<IncentiveAmount>11</IncentiveAmount>
<IncentivePercentage>10</IncentivePercentage>
<InventoryName>sample string 13</InventoryName>
<InventoryType>sample string 12</InventoryType>
<LocationId>5</LocationId>
<MembershipBillId>1</MembershipBillId>
<MembershipBillItemId>1</MembershipBillItemId>
<MembershipName>sample string 14</MembershipName>
<PackageId>1</PackageId>
<PackageName>sample string 15</PackageName>
<ProductId>1</ProductId>
<Quantity>1</Quantity>
<ServiceSplitAmount>9</ServiceSplitAmount>
<ServicesStaffMapId>1</ServicesStaffMapId>
<StaffId>3</StaffId>
<StaffName>sample string 6</StaffName>
<UpdatedTime>2025-12-31T16:37:49.4094333+05:30</UpdatedTime>
<VendorId>4</VendorId>
<WalletMoney>sample string 16</WalletMoney>
<WalletTransactionId>1</WalletTransactionId>
</ServicesStaffMapEntity>
</ServiceStaffMap>
<StaffIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</StaffIds>
<StaffName>sample string 17</StaffName>
<TaxApplied>1</TaxApplied>
<TaxPercentage>1</TaxPercentage>
<TaxType>sample string 4</TaxType>
<UnitPrice>1</UnitPrice>
<UpdatedTime>2025-12-31T16:37:49.4094333+05:30</UpdatedTime>
<VendorId>6</VendorId>
</BillItemEntity>
<BillItemEntity>
<Active>true</Active>
<BillDate>2025-12-31T16:37:49.4094333+05:30</BillDate>
<BillId>8</BillId>
<BillItemId>1</BillItemId>
<BillNumber>sample string 2</BillNumber>
<CategoryName>sample string 10</CategoryName>
<CategotyId>1</CategotyId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomFields>
<CustomValueBillEntity>
<AutoRemoveOnBill>true</AutoRemoveOnBill>
<BillId>6</BillId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomFieldId>7</CustomFieldId>
<CustomFieldName>sample string 10</CustomFieldName>
<CustomFieldValue>sample string 3</CustomFieldValue>
<CustomValueBillId>1</CustomValueBillId>
<CustomerId>5</CustomerId>
<IncludeInInvoice>true</IncludeInInvoice>
<ItemOrderNumber>12</ItemOrderNumber>
<ProductId>8</ProductId>
<VendorId>4</VendorId>
</CustomValueBillEntity>
<CustomValueBillEntity>
<AutoRemoveOnBill>true</AutoRemoveOnBill>
<BillId>6</BillId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomFieldId>7</CustomFieldId>
<CustomFieldName>sample string 10</CustomFieldName>
<CustomFieldValue>sample string 3</CustomFieldValue>
<CustomValueBillId>1</CustomValueBillId>
<CustomerId>5</CustomerId>
<IncludeInInvoice>true</IncludeInInvoice>
<ItemOrderNumber>12</ItemOrderNumber>
<ProductId>8</ProductId>
<VendorId>4</VendorId>
</CustomValueBillEntity>
</CustomFields>
<DiscountApplied>1</DiscountApplied>
<DiscountPercentage>1</DiscountPercentage>
<InventoryType>sample string 16</InventoryType>
<InvoiceId>sample string 3</InvoiceId>
<IsReturned>true</IsReturned>
<LocationId>7</LocationId>
<MembershipDiscount>1</MembershipDiscount>
<NonMembershipPrice>1</NonMembershipPrice>
<PackageId>1</PackageId>
<PackageName>sample string 18</PackageName>
<PackageServices>
<InventoryLightEntity>
<BrandName>sample string 5</BrandName>
<CategoryId>1</CategoryId>
<CategoryName>sample string 4</CategoryName>
<Description>sample string 7</Description>
<ImageURL>sample string 12</ImageURL>
<InventoryType>sample string 3</InventoryType>
<LocationId>8</LocationId>
<Price>6</Price>
<ProductId>1</ProductId>
<ProductName>sample string 2</ProductName>
<QuantityAdded>9</QuantityAdded>
<ServiceCategoryId>1</ServiceCategoryId>
<ServiceCategoryName>sample string 13</ServiceCategoryName>
<TaxApplied>11</TaxApplied>
<TaxPercentage>1</TaxPercentage>
<TaxType>sample string 10</TaxType>
</InventoryLightEntity>
<InventoryLightEntity>
<BrandName>sample string 5</BrandName>
<CategoryId>1</CategoryId>
<CategoryName>sample string 4</CategoryName>
<Description>sample string 7</Description>
<ImageURL>sample string 12</ImageURL>
<InventoryType>sample string 3</InventoryType>
<LocationId>8</LocationId>
<Price>6</Price>
<ProductId>1</ProductId>
<ProductName>sample string 2</ProductName>
<QuantityAdded>9</QuantityAdded>
<ServiceCategoryId>1</ServiceCategoryId>
<ServiceCategoryName>sample string 13</ServiceCategoryName>
<TaxApplied>11</TaxApplied>
<TaxPercentage>1</TaxPercentage>
<TaxType>sample string 10</TaxType>
</InventoryLightEntity>
</PackageServices>
<Price>1</Price>
<ProductDescription>sample string 12</ProductDescription>
<ProductId>1</ProductId>
<ProductName>sample string 9</ProductName>
<ProductSKU>sample string 11</ProductSKU>
<PurchaseAmount>1</PurchaseAmount>
<Quantity>1</Quantity>
<ReturnDate>2025-12-31T16:37:49.4094333+05:30</ReturnDate>
<ReturnQuantity>1</ReturnQuantity>
<ReturnReason>sample string 14</ReturnReason>
<ServiceDuration>1</ServiceDuration>
<ServiceStaffMap>
<ServicesStaffMapEntity>
<Active>true</Active>
<BillId>1</BillId>
<BillItemId>1</BillItemId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomerId>2</CustomerId>
<IncentiveAmount>11</IncentiveAmount>
<IncentivePercentage>10</IncentivePercentage>
<InventoryName>sample string 13</InventoryName>
<InventoryType>sample string 12</InventoryType>
<LocationId>5</LocationId>
<MembershipBillId>1</MembershipBillId>
<MembershipBillItemId>1</MembershipBillItemId>
<MembershipName>sample string 14</MembershipName>
<PackageId>1</PackageId>
<PackageName>sample string 15</PackageName>
<ProductId>1</ProductId>
<Quantity>1</Quantity>
<ServiceSplitAmount>9</ServiceSplitAmount>
<ServicesStaffMapId>1</ServicesStaffMapId>
<StaffId>3</StaffId>
<StaffName>sample string 6</StaffName>
<UpdatedTime>2025-12-31T16:37:49.4094333+05:30</UpdatedTime>
<VendorId>4</VendorId>
<WalletMoney>sample string 16</WalletMoney>
<WalletTransactionId>1</WalletTransactionId>
</ServicesStaffMapEntity>
<ServicesStaffMapEntity>
<Active>true</Active>
<BillId>1</BillId>
<BillItemId>1</BillItemId>
<CreatedTime>2025-12-31T16:37:49.4094333+05:30</CreatedTime>
<CustomerId>2</CustomerId>
<IncentiveAmount>11</IncentiveAmount>
<IncentivePercentage>10</IncentivePercentage>
<InventoryName>sample string 13</InventoryName>
<InventoryType>sample string 12</InventoryType>
<LocationId>5</LocationId>
<MembershipBillId>1</MembershipBillId>
<MembershipBillItemId>1</MembershipBillItemId>
<MembershipName>sample string 14</MembershipName>
<PackageId>1</PackageId>
<PackageName>sample string 15</PackageName>
<ProductId>1</ProductId>
<Quantity>1</Quantity>
<ServiceSplitAmount>9</ServiceSplitAmount>
<ServicesStaffMapId>1</ServicesStaffMapId>
<StaffId>3</StaffId>
<StaffName>sample string 6</StaffName>
<UpdatedTime>2025-12-31T16:37:49.4094333+05:30</UpdatedTime>
<VendorId>4</VendorId>
<WalletMoney>sample string 16</WalletMoney>
<WalletTransactionId>1</WalletTransactionId>
</ServicesStaffMapEntity>
</ServiceStaffMap>
<StaffIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</StaffIds>
<StaffName>sample string 17</StaffName>
<TaxApplied>1</TaxApplied>
<TaxPercentage>1</TaxPercentage>
<TaxType>sample string 4</TaxType>
<UnitPrice>1</UnitPrice>
<UpdatedTime>2025-12-31T16:37:49.4094333+05:30</UpdatedTime>
<VendorId>6</VendorId>
</BillItemEntity>
</ArrayOfBillItemEntity>
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. |