POST api/billing/AddBill

Request Information

URI Parameters

None.

Body Parameters

BillingEntity
NameDescriptionTypeAdditional information
BillId

integer

None.

BillNumber

string

None.

InvoiceId

string

None.

BillDate

date

None.

Note

string

None.

Status

string

None.

Active

boolean

None.

CreatedTime

date

None.

UpdatedTime

date

None.

VendorId

integer

None.

LocationId

integer

None.

CustomerId

integer

None.

CustomerName

string

None.

RegistrationDate

date

None.

Gender

string

None.

Mobile

string

None.

PendingAmount

decimal number

None.

AmountPayable

decimal number

None.

AmountPaid

decimal number

None.

ServiceTax

decimal number

None.

ServiceTaxPercentage

decimal number

None.

Items

Collection of BillItemEntity

None.

Payment

Collection of BillPaymentEntity

None.

AmountToBePaid

decimal number

None.

IsMembershipBill

boolean

None.

MembershipId

integer

None.

MembershipName

string

None.

TaxApplied

decimal number

None.

DiscountApplied

decimal number

None.

IsReturned

boolean

None.

BillMode

string

None.

BBLCSMS

date

None.

ProductName

string

None.

CreatedBy

integer

None.

CreditBalanceToCustomer

decimal number

None.

OutstandingAmountPaid

decimal number

None.

AppointmentId

integer

None.

AadharNumber

string

None.

InclusiveTaxApplied

decimal number

None.

BilledBy

string

None.

ServicesTaken

integer

None.

InventoriesPurchased

integer

None.

PackagesTaken

integer

None.

IsRecurringCustomer

boolean

None.

Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BillId": 1,
  "BillNumber": "sample string 2",
  "InvoiceId": "sample string 3",
  "BillDate": "2025-12-31T16:35:43.3789944+05:30",
  "Note": "sample string 5",
  "Status": "sample string 6",
  "Active": true,
  "CreatedTime": "2025-12-31T16:35:43.3789944+05:30",
  "UpdatedTime": "2025-12-31T16:35:43.3789944+05:30",
  "VendorId": 9,
  "LocationId": 10,
  "CustomerId": 1,
  "CustomerName": "sample string 11",
  "RegistrationDate": "2025-12-31T16:35:43.3789944+05:30",
  "Gender": "sample string 12",
  "Mobile": "sample string 13",
  "PendingAmount": 1.0,
  "AmountPayable": 1.0,
  "AmountPaid": 1.0,
  "ServiceTax": 14.0,
  "ServiceTaxPercentage": 15.0,
  "Items": [
    {
      "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:35:43.3789944+05:30",
      "UpdatedTime": "2025-12-31T16:35:43.3789944+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:35:43.3789944+05:30",
      "BillDate": "2025-12-31T16:35:43.3789944+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:35:43.3946089+05:30",
          "UpdatedTime": "2025-12-31T16:35:43.3946089+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:35:43.3946089+05:30",
          "UpdatedTime": "2025-12-31T16:35:43.3946089+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:35:43.3946089+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:35:43.3946089+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:35:43.3789944+05:30",
      "UpdatedTime": "2025-12-31T16:35:43.3789944+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:35:43.3789944+05:30",
      "BillDate": "2025-12-31T16:35:43.3789944+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:35:43.3946089+05:30",
          "UpdatedTime": "2025-12-31T16:35:43.3946089+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:35:43.3946089+05:30",
          "UpdatedTime": "2025-12-31T16:35:43.3946089+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:35:43.3946089+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:35:43.3946089+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
        }
      ]
    }
  ],
  "Payment": [
    {
      "BillPaymentId": 1,
      "Description": "sample string 2",
      "AmountPaid": 1.0,
      "PaymentType": "sample string 3",
      "PaymentDate": "2025-12-31T16:35:43.3946089+05:30",
      "Active": true,
      "CreatedTime": "2025-12-31T16:35:43.3946089+05:30",
      "UpdatedTime": "2025-12-31T16:35:43.3946089+05:30",
      "VendorId": 6,
      "LocationId": 7,
      "BillId": 1,
      "MembershipBillId": 1
    },
    {
      "BillPaymentId": 1,
      "Description": "sample string 2",
      "AmountPaid": 1.0,
      "PaymentType": "sample string 3",
      "PaymentDate": "2025-12-31T16:35:43.3946089+05:30",
      "Active": true,
      "CreatedTime": "2025-12-31T16:35:43.3946089+05:30",
      "UpdatedTime": "2025-12-31T16:35:43.3946089+05:30",
      "VendorId": 6,
      "LocationId": 7,
      "BillId": 1,
      "MembershipBillId": 1
    }
  ],
  "AmountToBePaid": 1.0,
  "IsMembershipBill": true,
  "MembershipId": 1,
  "MembershipName": "sample string 17",
  "TaxApplied": 1.0,
  "DiscountApplied": 1.0,
  "IsReturned": true,
  "BillMode": "sample string 19",
  "BBLCSMS": "2025-12-31T16:35:43.3946089+05:30",
  "ProductName": "sample string 20",
  "CreatedBy": 1,
  "CreditBalanceToCustomer": 1.0,
  "OutstandingAmountPaid": 1.0,
  "AppointmentId": 1,
  "AadharNumber": "sample string 21",
  "InclusiveTaxApplied": 1.0,
  "BilledBy": "sample string 22",
  "ServicesTaken": 23,
  "InventoriesPurchased": 24,
  "PackagesTaken": 25,
  "IsRecurringCustomer": true,
  "Email": "sample string 27"
}

application/xml, text/xml

Sample:
<BillingEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities">
  <AadharNumber>sample string 21</AadharNumber>
  <Active>true</Active>
  <AmountPaid>1</AmountPaid>
  <AmountPayable>1</AmountPayable>
  <AmountToBePaid>1</AmountToBePaid>
  <AppointmentId>1</AppointmentId>
  <BBLCSMS>2025-12-31T16:35:43.3946089+05:30</BBLCSMS>
  <BillDate>2025-12-31T16:35:43.3789944+05:30</BillDate>
  <BillId>1</BillId>
  <BillMode>sample string 19</BillMode>
  <BillNumber>sample string 2</BillNumber>
  <BilledBy>sample string 22</BilledBy>
  <CreatedBy>1</CreatedBy>
  <CreatedTime>2025-12-31T16:35:43.3789944+05:30</CreatedTime>
  <CreditBalanceToCustomer>1</CreditBalanceToCustomer>
  <CustomerId>1</CustomerId>
  <CustomerName>sample string 11</CustomerName>
  <DiscountApplied>1</DiscountApplied>
  <Email>sample string 27</Email>
  <Gender>sample string 12</Gender>
  <InclusiveTaxApplied>1</InclusiveTaxApplied>
  <InventoriesPurchased>24</InventoriesPurchased>
  <InvoiceId>sample string 3</InvoiceId>
  <IsMembershipBill>true</IsMembershipBill>
  <IsRecurringCustomer>true</IsRecurringCustomer>
  <IsReturned>true</IsReturned>
  <Items>
    <BillItemEntity>
      <Active>true</Active>
      <BillDate>2025-12-31T16:35:43.3789944+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:35:43.3789944+05:30</CreatedTime>
      <CustomFields>
        <CustomValueBillEntity>
          <AutoRemoveOnBill>true</AutoRemoveOnBill>
          <BillId>6</BillId>
          <CreatedTime>2025-12-31T16:35:43.3946089+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:35:43.3946089+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:35:43.3789944+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:35:43.3946089+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:35:43.3946089+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:35:43.3946089+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:35:43.3946089+05:30</UpdatedTime>
          <VendorId>4</VendorId>
          <WalletMoney>sample string 16</WalletMoney>
          <WalletTransactionId>1</WalletTransactionId>
        </ServicesStaffMapEntity>
      </ServiceStaffMap>
      <StaffIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1: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:35:43.3789944+05:30</UpdatedTime>
      <VendorId>6</VendorId>
    </BillItemEntity>
    <BillItemEntity>
      <Active>true</Active>
      <BillDate>2025-12-31T16:35:43.3789944+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:35:43.3789944+05:30</CreatedTime>
      <CustomFields>
        <CustomValueBillEntity>
          <AutoRemoveOnBill>true</AutoRemoveOnBill>
          <BillId>6</BillId>
          <CreatedTime>2025-12-31T16:35:43.3946089+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:35:43.3946089+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:35:43.3789944+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:35:43.3946089+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:35:43.3946089+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:35:43.3946089+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:35:43.3946089+05:30</UpdatedTime>
          <VendorId>4</VendorId>
          <WalletMoney>sample string 16</WalletMoney>
          <WalletTransactionId>1</WalletTransactionId>
        </ServicesStaffMapEntity>
      </ServiceStaffMap>
      <StaffIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1: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:35:43.3789944+05:30</UpdatedTime>
      <VendorId>6</VendorId>
    </BillItemEntity>
  </Items>
  <LocationId>10</LocationId>
  <MembershipId>1</MembershipId>
  <MembershipName>sample string 17</MembershipName>
  <Mobile>sample string 13</Mobile>
  <Note>sample string 5</Note>
  <OutstandingAmountPaid>1</OutstandingAmountPaid>
  <PackagesTaken>25</PackagesTaken>
  <Payment>
    <BillPaymentEntity>
      <Active>true</Active>
      <AmountPaid>1</AmountPaid>
      <BillId>1</BillId>
      <BillPaymentId>1</BillPaymentId>
      <CreatedTime>2025-12-31T16:35:43.3946089+05:30</CreatedTime>
      <Description>sample string 2</Description>
      <LocationId>7</LocationId>
      <MembershipBillId>1</MembershipBillId>
      <PaymentDate>2025-12-31T16:35:43.3946089+05:30</PaymentDate>
      <PaymentType>sample string 3</PaymentType>
      <UpdatedTime>2025-12-31T16:35:43.3946089+05:30</UpdatedTime>
      <VendorId>6</VendorId>
    </BillPaymentEntity>
    <BillPaymentEntity>
      <Active>true</Active>
      <AmountPaid>1</AmountPaid>
      <BillId>1</BillId>
      <BillPaymentId>1</BillPaymentId>
      <CreatedTime>2025-12-31T16:35:43.3946089+05:30</CreatedTime>
      <Description>sample string 2</Description>
      <LocationId>7</LocationId>
      <MembershipBillId>1</MembershipBillId>
      <PaymentDate>2025-12-31T16:35:43.3946089+05:30</PaymentDate>
      <PaymentType>sample string 3</PaymentType>
      <UpdatedTime>2025-12-31T16:35:43.3946089+05:30</UpdatedTime>
      <VendorId>6</VendorId>
    </BillPaymentEntity>
  </Payment>
  <PendingAmount>1</PendingAmount>
  <ProductName>sample string 20</ProductName>
  <RegistrationDate>2025-12-31T16:35:43.3789944+05:30</RegistrationDate>
  <ServiceTax>14</ServiceTax>
  <ServiceTaxPercentage>15</ServiceTaxPercentage>
  <ServicesTaken>23</ServicesTaken>
  <Status>sample string 6</Status>
  <TaxApplied>1</TaxApplied>
  <UpdatedTime>2025-12-31T16:35:43.3789944+05:30</UpdatedTime>
  <VendorId>9</VendorId>
</BillingEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.