POST api/billing/membership/add

Request Information

URI Parameters

None.

Body Parameters

MembershipBillEntity
NameDescriptionTypeAdditional information
MembershipBillId

integer

None.

BillNumber

string

None.

InvoiceId

string

None.

BillDate

date

None.

Active

boolean

None.

CreatedTime

date

None.

UpdatedTime

date

None.

VendorId

integer

None.

LocationId

integer

None.

CustomerId

integer

None.

CustomerName

string

None.

Memberships

Collection of MembershipBillItemEntity

None.

Payment

Collection of BillPaymentEntity

None.

Customer

CustomerEntity

None.

AmountToBePaid

decimal number

None.

AmountPaid

decimal number

None.

TaxApplied

decimal number

None.

DiscountApplied

decimal number

None.

PendingAmount

decimal number

None.

AmountPayable

decimal number

None.

CreatedBy

integer

None.

Mobile

string

None.

Gender

string

None.

AadharNumber

string

None.

BilledBy

string

None.

InclusiveTaxApplied

decimal number

None.

ServiceTax

decimal number

None.

ServiceTaxPercentage

decimal number

None.

IsRecurringCustomer

boolean

None.

StaffId

integer

None.

CreditBalanceToCustomer

decimal number

None.

RegistrationDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "MembershipBillId": 1,
  "BillNumber": "sample string 2",
  "InvoiceId": "sample string 3",
  "BillDate": "2025-12-31T16:39:55.0335566+05:30",
  "Active": true,
  "CreatedTime": "2025-12-31T16:39:55.0335566+05:30",
  "UpdatedTime": "2025-12-31T16:39:55.0335566+05:30",
  "VendorId": 7,
  "LocationId": 8,
  "CustomerId": 9,
  "CustomerName": "sample string 10",
  "Memberships": [
    {
      "MembershipBillItemId": 1,
      "MembershipBillId": 2,
      "BillNumber": "sample string 3",
      "Quantity": 4,
      "UnitPrice": 5.0,
      "Price": 6.0,
      "TaxApplied": 7.0,
      "TaxPercentage": 1.0,
      "DiscountApplied": 8.0,
      "DiscountPercentage": 9.0,
      "Active": true,
      "CreatedTime": "2025-12-31T16:39:55.0335566+05:30",
      "UpdatedTime": "2025-12-31T16:39:55.0335566+05:30",
      "VendorId": 12,
      "LocationId": 13,
      "MembershipId": 14,
      "MembershipName": "sample string 15",
      "MembershipCardNo": "sample string 16",
      "TaxType": "sample string 17",
      "BillDate": "2025-12-31T16:39:55.0335566+05:30",
      "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:39:55.0335566+05:30",
          "UpdatedTime": "2025-12-31T16:39:55.0335566+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:39:55.0335566+05:30",
          "UpdatedTime": "2025-12-31T16:39:55.0335566+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"
        }
      ],
      "ExpiryDate": "2025-12-31T16:39:55.0335566+05:30"
    },
    {
      "MembershipBillItemId": 1,
      "MembershipBillId": 2,
      "BillNumber": "sample string 3",
      "Quantity": 4,
      "UnitPrice": 5.0,
      "Price": 6.0,
      "TaxApplied": 7.0,
      "TaxPercentage": 1.0,
      "DiscountApplied": 8.0,
      "DiscountPercentage": 9.0,
      "Active": true,
      "CreatedTime": "2025-12-31T16:39:55.0335566+05:30",
      "UpdatedTime": "2025-12-31T16:39:55.0335566+05:30",
      "VendorId": 12,
      "LocationId": 13,
      "MembershipId": 14,
      "MembershipName": "sample string 15",
      "MembershipCardNo": "sample string 16",
      "TaxType": "sample string 17",
      "BillDate": "2025-12-31T16:39:55.0335566+05:30",
      "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:39:55.0335566+05:30",
          "UpdatedTime": "2025-12-31T16:39:55.0335566+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:39:55.0335566+05:30",
          "UpdatedTime": "2025-12-31T16:39:55.0335566+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"
        }
      ],
      "ExpiryDate": "2025-12-31T16:39:55.0335566+05:30"
    }
  ],
  "Payment": [
    {
      "BillPaymentId": 1,
      "Description": "sample string 2",
      "AmountPaid": 1.0,
      "PaymentType": "sample string 3",
      "PaymentDate": "2025-12-31T16:39:55.0335566+05:30",
      "Active": true,
      "CreatedTime": "2025-12-31T16:39:55.0335566+05:30",
      "UpdatedTime": "2025-12-31T16:39:55.0335566+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:39:55.0335566+05:30",
      "Active": true,
      "CreatedTime": "2025-12-31T16:39:55.0335566+05:30",
      "UpdatedTime": "2025-12-31T16:39:55.0335566+05:30",
      "VendorId": 6,
      "LocationId": 7,
      "BillId": 1,
      "MembershipBillId": 1
    }
  ],
  "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:39:55.0335566+05:30",
    "UpdatedTime": "2025-12-31T16:39:55.0335566+05:30",
    "VendorId": 10,
    "LocationId": 11,
    "AddressId": 1,
    "Anniversary": "2025-12-31T16:39:55.0335566+05:30",
    "LastVisit": "2025-12-31T16:39:55.0335566+05:30",
    "DateOfBirth": "2025-12-31T16:39:55.0335566+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:39:55.0335566+05:30",
      "UpdatedTime": "2025-12-31T16:39:55.0335566+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:39:55.0335566+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:39:55.0335566+05:30",
        "Active": true,
        "CreatedTime": "2025-12-31T16:39:55.0335566+05:30",
        "UpdatedTime": "2025-12-31T16:39:55.0335566+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:39:55.0335566+05:30",
        "Active": true,
        "CreatedTime": "2025-12-31T16:39:55.0335566+05:30",
        "UpdatedTime": "2025-12-31T16:39:55.0335566+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"
  },
  "AmountToBePaid": 11.0,
  "AmountPaid": 12.0,
  "TaxApplied": 13.0,
  "DiscountApplied": 14.0,
  "PendingAmount": 15.0,
  "AmountPayable": 16.0,
  "CreatedBy": 17,
  "Mobile": "sample string 18",
  "Gender": "sample string 19",
  "AadharNumber": "sample string 20",
  "BilledBy": "sample string 21",
  "InclusiveTaxApplied": 1.0,
  "ServiceTax": 22.0,
  "ServiceTaxPercentage": 23.0,
  "IsRecurringCustomer": true,
  "StaffId": 1,
  "CreditBalanceToCustomer": 25.0,
  "RegistrationDate": "2025-12-31T16:39:55.0494286+05:30"
}

application/xml, text/xml

Sample:
<MembershipBillEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities">
  <AadharNumber>sample string 20</AadharNumber>
  <Active>true</Active>
  <AmountPaid>12</AmountPaid>
  <AmountPayable>16</AmountPayable>
  <AmountToBePaid>11</AmountToBePaid>
  <BillDate>2025-12-31T16:39:55.0335566+05:30</BillDate>
  <BillNumber>sample string 2</BillNumber>
  <BilledBy>sample string 21</BilledBy>
  <CreatedBy>17</CreatedBy>
  <CreatedTime>2025-12-31T16:39:55.0335566+05:30</CreatedTime>
  <CreditBalanceToCustomer>25</CreditBalanceToCustomer>
  <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:39:55.0335566+05:30</CreatedTime>
      <Latitude>sample string 8</Latitude>
      <Longitude>sample string 9</Longitude>
      <State>sample string 5</State>
      <UpdatedTime>2025-12-31T16:39:55.0335566+05:30</UpdatedTime>
      <Zipcode>sample string 6</Zipcode>
    </Address>
    <AddressId>1</AddressId>
    <Anniversary>2025-12-31T16:39:55.0335566+05:30</Anniversary>
    <CreatedTime>2025-12-31T16:39:55.0335566+05:30</CreatedTime>
    <CustomerArea>sample string 23</CustomerArea>
    <CustomerAreaId>1</CustomerAreaId>
    <CustomerId>1</CustomerId>
    <CustomerLabel>sample string 19</CustomerLabel>
    <DateOfBirth>2025-12-31T16:39:55.0335566+05:30</DateOfBirth>
    <Email>sample string 6</Email>
    <EnabledPromotionalSMS>true</EnabledPromotionalSMS>
    <FollowupDate>2025-12-31T16:39:55.0335566+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:39:55.0335566+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:39:55.0335566+05:30</CreatedTime>
        <CustomerId>8</CustomerId>
        <CustomerName>sample string 14</CustomerName>
        <ExpiryDate>2025-12-31T16:39:55.0335566+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:39:55.0335566+05:30</UpdatedTime>
        <VendorId>6</VendorId>
      </MembershipCustomerMapEntity>
      <MembershipCustomerMapEntity>
        <Active>true</Active>
        <CreatedTime>2025-12-31T16:39:55.0335566+05:30</CreatedTime>
        <CustomerId>8</CustomerId>
        <CustomerName>sample string 14</CustomerName>
        <ExpiryDate>2025-12-31T16:39:55.0335566+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:39:55.0335566+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:39:55.0335566+05:30</UpdatedTime>
    <ValidationMessage>sample string 14</ValidationMessage>
    <ValidationPassed>true</ValidationPassed>
    <VendorId>10</VendorId>
    <VendorName>sample string 16</VendorName>
    <WalletBalance>22</WalletBalance>
  </Customer>
  <CustomerId>9</CustomerId>
  <CustomerName>sample string 10</CustomerName>
  <DiscountApplied>14</DiscountApplied>
  <Gender>sample string 19</Gender>
  <InclusiveTaxApplied>1</InclusiveTaxApplied>
  <InvoiceId>sample string 3</InvoiceId>
  <IsRecurringCustomer>true</IsRecurringCustomer>
  <LocationId>8</LocationId>
  <MembershipBillId>1</MembershipBillId>
  <Memberships>
    <MembershipBillItemEntity>
      <Active>true</Active>
      <BillDate>2025-12-31T16:39:55.0335566+05:30</BillDate>
      <BillNumber>sample string 3</BillNumber>
      <CreatedTime>2025-12-31T16:39:55.0335566+05:30</CreatedTime>
      <DiscountApplied>8</DiscountApplied>
      <DiscountPercentage>9</DiscountPercentage>
      <ExpiryDate>2025-12-31T16:39:55.0335566+05:30</ExpiryDate>
      <LocationId>13</LocationId>
      <MembershipBillId>2</MembershipBillId>
      <MembershipBillItemId>1</MembershipBillItemId>
      <MembershipCardNo>sample string 16</MembershipCardNo>
      <MembershipId>14</MembershipId>
      <MembershipName>sample string 15</MembershipName>
      <Price>6</Price>
      <Quantity>4</Quantity>
      <ServiceStaffMap>
        <ServicesStaffMapEntity>
          <Active>true</Active>
          <BillId>1</BillId>
          <BillItemId>1</BillItemId>
          <CreatedTime>2025-12-31T16:39:55.0335566+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:39:55.0335566+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:39:55.0335566+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:39:55.0335566+05:30</UpdatedTime>
          <VendorId>4</VendorId>
          <WalletMoney>sample string 16</WalletMoney>
          <WalletTransactionId>1</WalletTransactionId>
        </ServicesStaffMapEntity>
      </ServiceStaffMap>
      <TaxApplied>7</TaxApplied>
      <TaxPercentage>1</TaxPercentage>
      <TaxType>sample string 17</TaxType>
      <UnitPrice>5</UnitPrice>
      <UpdatedTime>2025-12-31T16:39:55.0335566+05:30</UpdatedTime>
      <VendorId>12</VendorId>
    </MembershipBillItemEntity>
    <MembershipBillItemEntity>
      <Active>true</Active>
      <BillDate>2025-12-31T16:39:55.0335566+05:30</BillDate>
      <BillNumber>sample string 3</BillNumber>
      <CreatedTime>2025-12-31T16:39:55.0335566+05:30</CreatedTime>
      <DiscountApplied>8</DiscountApplied>
      <DiscountPercentage>9</DiscountPercentage>
      <ExpiryDate>2025-12-31T16:39:55.0335566+05:30</ExpiryDate>
      <LocationId>13</LocationId>
      <MembershipBillId>2</MembershipBillId>
      <MembershipBillItemId>1</MembershipBillItemId>
      <MembershipCardNo>sample string 16</MembershipCardNo>
      <MembershipId>14</MembershipId>
      <MembershipName>sample string 15</MembershipName>
      <Price>6</Price>
      <Quantity>4</Quantity>
      <ServiceStaffMap>
        <ServicesStaffMapEntity>
          <Active>true</Active>
          <BillId>1</BillId>
          <BillItemId>1</BillItemId>
          <CreatedTime>2025-12-31T16:39:55.0335566+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:39:55.0335566+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:39:55.0335566+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:39:55.0335566+05:30</UpdatedTime>
          <VendorId>4</VendorId>
          <WalletMoney>sample string 16</WalletMoney>
          <WalletTransactionId>1</WalletTransactionId>
        </ServicesStaffMapEntity>
      </ServiceStaffMap>
      <TaxApplied>7</TaxApplied>
      <TaxPercentage>1</TaxPercentage>
      <TaxType>sample string 17</TaxType>
      <UnitPrice>5</UnitPrice>
      <UpdatedTime>2025-12-31T16:39:55.0335566+05:30</UpdatedTime>
      <VendorId>12</VendorId>
    </MembershipBillItemEntity>
  </Memberships>
  <Mobile>sample string 18</Mobile>
  <Payment>
    <BillPaymentEntity>
      <Active>true</Active>
      <AmountPaid>1</AmountPaid>
      <BillId>1</BillId>
      <BillPaymentId>1</BillPaymentId>
      <CreatedTime>2025-12-31T16:39:55.0335566+05:30</CreatedTime>
      <Description>sample string 2</Description>
      <LocationId>7</LocationId>
      <MembershipBillId>1</MembershipBillId>
      <PaymentDate>2025-12-31T16:39:55.0335566+05:30</PaymentDate>
      <PaymentType>sample string 3</PaymentType>
      <UpdatedTime>2025-12-31T16:39:55.0335566+05:30</UpdatedTime>
      <VendorId>6</VendorId>
    </BillPaymentEntity>
    <BillPaymentEntity>
      <Active>true</Active>
      <AmountPaid>1</AmountPaid>
      <BillId>1</BillId>
      <BillPaymentId>1</BillPaymentId>
      <CreatedTime>2025-12-31T16:39:55.0335566+05:30</CreatedTime>
      <Description>sample string 2</Description>
      <LocationId>7</LocationId>
      <MembershipBillId>1</MembershipBillId>
      <PaymentDate>2025-12-31T16:39:55.0335566+05:30</PaymentDate>
      <PaymentType>sample string 3</PaymentType>
      <UpdatedTime>2025-12-31T16:39:55.0335566+05:30</UpdatedTime>
      <VendorId>6</VendorId>
    </BillPaymentEntity>
  </Payment>
  <PendingAmount>15</PendingAmount>
  <RegistrationDate>2025-12-31T16:39:55.0494286+05:30</RegistrationDate>
  <ServiceTax>22</ServiceTax>
  <ServiceTaxPercentage>23</ServiceTaxPercentage>
  <StaffId>1</StaffId>
  <TaxApplied>13</TaxApplied>
  <UpdatedTime>2025-12-31T16:39:55.0335566+05:30</UpdatedTime>
  <VendorId>7</VendorId>
</MembershipBillEntity>

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.