POST api/Billing/SyncBillingMaster

Request Information

URI Parameters

None.

Body Parameters

NTBillingMaster
NameDescriptionTypeAdditional information
NTBillingMasterList

Collection of BillingMasterModel

None.

Request Formats

application/json, text/json

Sample:
{
  "NTBillingMasterList": [
    {
      "BillingMasterId": 1,
      "BillCustomerName": "sample string 2",
      "TotalAmount": 1.0,
      "CreatedDate": "2025-12-05T20:52:41.9144917-08:00",
      "MobileId": 1,
      "BillingMasterWebId": 3,
      "CustomerId": 1,
      "BillingItemList": [
        {
          "BillingId": 1,
          "BillingMasterId": 1,
          "ProductName": "sample string 2",
          "ProductQuantity": 1,
          "ProductRate": 1.0,
          "CreatedDate": "2025-12-05T20:52:41.9154891-08:00",
          "MobileId": 1,
          "BillingItemWebId": 3,
          "ProductId": 1
        },
        {
          "BillingId": 1,
          "BillingMasterId": 1,
          "ProductName": "sample string 2",
          "ProductQuantity": 1,
          "ProductRate": 1.0,
          "CreatedDate": "2025-12-05T20:52:41.9154891-08:00",
          "MobileId": 1,
          "BillingItemWebId": 3,
          "ProductId": 1
        }
      ],
      "PaymentDetails": [
        {
          "PaymentId": 1,
          "PaymentDetailsId": 1,
          "PaidAmount": 1.0,
          "BalanceLeft": 1.0,
          "PaymentCustomerName": "sample string 2",
          "CreatedDate": "2025-12-05T20:52:41.9164927-08:00",
          "MobileId": 3,
          "PaymentWebId": 4,
          "BillingMasterId": 1,
          "CustomerId": 1
        },
        {
          "PaymentId": 1,
          "PaymentDetailsId": 1,
          "PaidAmount": 1.0,
          "BalanceLeft": 1.0,
          "PaymentCustomerName": "sample string 2",
          "CreatedDate": "2025-12-05T20:52:41.9164927-08:00",
          "MobileId": 3,
          "PaymentWebId": 4,
          "BillingMasterId": 1,
          "CustomerId": 1
        }
      ]
    },
    {
      "BillingMasterId": 1,
      "BillCustomerName": "sample string 2",
      "TotalAmount": 1.0,
      "CreatedDate": "2025-12-05T20:52:41.9144917-08:00",
      "MobileId": 1,
      "BillingMasterWebId": 3,
      "CustomerId": 1,
      "BillingItemList": [
        {
          "BillingId": 1,
          "BillingMasterId": 1,
          "ProductName": "sample string 2",
          "ProductQuantity": 1,
          "ProductRate": 1.0,
          "CreatedDate": "2025-12-05T20:52:41.9154891-08:00",
          "MobileId": 1,
          "BillingItemWebId": 3,
          "ProductId": 1
        },
        {
          "BillingId": 1,
          "BillingMasterId": 1,
          "ProductName": "sample string 2",
          "ProductQuantity": 1,
          "ProductRate": 1.0,
          "CreatedDate": "2025-12-05T20:52:41.9154891-08:00",
          "MobileId": 1,
          "BillingItemWebId": 3,
          "ProductId": 1
        }
      ],
      "PaymentDetails": [
        {
          "PaymentId": 1,
          "PaymentDetailsId": 1,
          "PaidAmount": 1.0,
          "BalanceLeft": 1.0,
          "PaymentCustomerName": "sample string 2",
          "CreatedDate": "2025-12-05T20:52:41.9164927-08:00",
          "MobileId": 3,
          "PaymentWebId": 4,
          "BillingMasterId": 1,
          "CustomerId": 1
        },
        {
          "PaymentId": 1,
          "PaymentDetailsId": 1,
          "PaidAmount": 1.0,
          "BalanceLeft": 1.0,
          "PaymentCustomerName": "sample string 2",
          "CreatedDate": "2025-12-05T20:52:41.9164927-08:00",
          "MobileId": 3,
          "PaymentWebId": 4,
          "BillingMasterId": 1,
          "CustomerId": 1
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<NTBillingMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NTech.Models">
  <NTBillingMasterList>
    <BillingMasterModel>
      <BillCustomerName>sample string 2</BillCustomerName>
      <BillingItemList>
        <BillingItemModel>
          <BillingId>1</BillingId>
          <BillingItemWebId>3</BillingItemWebId>
          <BillingMasterId>1</BillingMasterId>
          <CreatedDate>2025-12-05T20:52:41.9154891-08:00</CreatedDate>
          <MobileId>1</MobileId>
          <ProductId>1</ProductId>
          <ProductName>sample string 2</ProductName>
          <ProductQuantity>1</ProductQuantity>
          <ProductRate>1</ProductRate>
        </BillingItemModel>
        <BillingItemModel>
          <BillingId>1</BillingId>
          <BillingItemWebId>3</BillingItemWebId>
          <BillingMasterId>1</BillingMasterId>
          <CreatedDate>2025-12-05T20:52:41.9154891-08:00</CreatedDate>
          <MobileId>1</MobileId>
          <ProductId>1</ProductId>
          <ProductName>sample string 2</ProductName>
          <ProductQuantity>1</ProductQuantity>
          <ProductRate>1</ProductRate>
        </BillingItemModel>
      </BillingItemList>
      <BillingMasterId>1</BillingMasterId>
      <BillingMasterWebId>3</BillingMasterWebId>
      <CreatedDate>2025-12-05T20:52:41.9144917-08:00</CreatedDate>
      <CustomerId>1</CustomerId>
      <MobileId>1</MobileId>
      <PaymentDetails>
        <PaymentDetailsModel>
          <BalanceLeft>1</BalanceLeft>
          <BillingMasterId>1</BillingMasterId>
          <CreatedDate>2025-12-05T20:52:41.9164927-08:00</CreatedDate>
          <CustomerId>1</CustomerId>
          <MobileId>3</MobileId>
          <PaidAmount>1</PaidAmount>
          <PaymentCustomerName>sample string 2</PaymentCustomerName>
          <PaymentDetailsId>1</PaymentDetailsId>
          <PaymentId>1</PaymentId>
          <PaymentWebId>4</PaymentWebId>
        </PaymentDetailsModel>
        <PaymentDetailsModel>
          <BalanceLeft>1</BalanceLeft>
          <BillingMasterId>1</BillingMasterId>
          <CreatedDate>2025-12-05T20:52:41.9164927-08:00</CreatedDate>
          <CustomerId>1</CustomerId>
          <MobileId>3</MobileId>
          <PaidAmount>1</PaidAmount>
          <PaymentCustomerName>sample string 2</PaymentCustomerName>
          <PaymentDetailsId>1</PaymentDetailsId>
          <PaymentId>1</PaymentId>
          <PaymentWebId>4</PaymentWebId>
        </PaymentDetailsModel>
      </PaymentDetails>
      <TotalAmount>1</TotalAmount>
    </BillingMasterModel>
    <BillingMasterModel>
      <BillCustomerName>sample string 2</BillCustomerName>
      <BillingItemList>
        <BillingItemModel>
          <BillingId>1</BillingId>
          <BillingItemWebId>3</BillingItemWebId>
          <BillingMasterId>1</BillingMasterId>
          <CreatedDate>2025-12-05T20:52:41.9154891-08:00</CreatedDate>
          <MobileId>1</MobileId>
          <ProductId>1</ProductId>
          <ProductName>sample string 2</ProductName>
          <ProductQuantity>1</ProductQuantity>
          <ProductRate>1</ProductRate>
        </BillingItemModel>
        <BillingItemModel>
          <BillingId>1</BillingId>
          <BillingItemWebId>3</BillingItemWebId>
          <BillingMasterId>1</BillingMasterId>
          <CreatedDate>2025-12-05T20:52:41.9154891-08:00</CreatedDate>
          <MobileId>1</MobileId>
          <ProductId>1</ProductId>
          <ProductName>sample string 2</ProductName>
          <ProductQuantity>1</ProductQuantity>
          <ProductRate>1</ProductRate>
        </BillingItemModel>
      </BillingItemList>
      <BillingMasterId>1</BillingMasterId>
      <BillingMasterWebId>3</BillingMasterWebId>
      <CreatedDate>2025-12-05T20:52:41.9144917-08:00</CreatedDate>
      <CustomerId>1</CustomerId>
      <MobileId>1</MobileId>
      <PaymentDetails>
        <PaymentDetailsModel>
          <BalanceLeft>1</BalanceLeft>
          <BillingMasterId>1</BillingMasterId>
          <CreatedDate>2025-12-05T20:52:41.9164927-08:00</CreatedDate>
          <CustomerId>1</CustomerId>
          <MobileId>3</MobileId>
          <PaidAmount>1</PaidAmount>
          <PaymentCustomerName>sample string 2</PaymentCustomerName>
          <PaymentDetailsId>1</PaymentDetailsId>
          <PaymentId>1</PaymentId>
          <PaymentWebId>4</PaymentWebId>
        </PaymentDetailsModel>
        <PaymentDetailsModel>
          <BalanceLeft>1</BalanceLeft>
          <BillingMasterId>1</BillingMasterId>
          <CreatedDate>2025-12-05T20:52:41.9164927-08:00</CreatedDate>
          <CustomerId>1</CustomerId>
          <MobileId>3</MobileId>
          <PaidAmount>1</PaidAmount>
          <PaymentCustomerName>sample string 2</PaymentCustomerName>
          <PaymentDetailsId>1</PaymentDetailsId>
          <PaymentId>1</PaymentId>
          <PaymentWebId>4</PaymentWebId>
        </PaymentDetailsModel>
      </PaymentDetails>
      <TotalAmount>1</TotalAmount>
    </BillingMasterModel>
  </NTBillingMasterList>
</NTBillingMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SingleItemResponseDTOOfListOfSingleItemResponseDTOOfBillingMasterModel
NameDescriptionTypeAdditional information
Id

integer

None.

Msg

string

None.

Valid

boolean

None.

MobileMsg

string

None.

Item

Collection of SingleItemResponseDTOOfBillingMasterModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Item": [
    {
      "Item": {
        "BillingMasterId": 1,
        "BillCustomerName": "sample string 2",
        "TotalAmount": 1.0,
        "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
        "MobileId": 1,
        "BillingMasterWebId": 3,
        "CustomerId": 1,
        "BillingItemList": [
          {
            "BillingId": 1,
            "BillingMasterId": 1,
            "ProductName": "sample string 2",
            "ProductQuantity": 1,
            "ProductRate": 1.0,
            "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
            "MobileId": 1,
            "BillingItemWebId": 3,
            "ProductId": 1
          },
          {
            "BillingId": 1,
            "BillingMasterId": 1,
            "ProductName": "sample string 2",
            "ProductQuantity": 1,
            "ProductRate": 1.0,
            "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
            "MobileId": 1,
            "BillingItemWebId": 3,
            "ProductId": 1
          }
        ],
        "PaymentDetails": [
          {
            "PaymentId": 1,
            "PaymentDetailsId": 1,
            "PaidAmount": 1.0,
            "BalanceLeft": 1.0,
            "PaymentCustomerName": "sample string 2",
            "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
            "MobileId": 3,
            "PaymentWebId": 4,
            "BillingMasterId": 1,
            "CustomerId": 1
          },
          {
            "PaymentId": 1,
            "PaymentDetailsId": 1,
            "PaidAmount": 1.0,
            "BalanceLeft": 1.0,
            "PaymentCustomerName": "sample string 2",
            "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
            "MobileId": 3,
            "PaymentWebId": 4,
            "BillingMasterId": 1,
            "CustomerId": 1
          }
        ]
      },
      "Id": 1,
      "Msg": "sample string 2",
      "Valid": true,
      "MobileMsg": "sample string 4"
    },
    {
      "Item": {
        "BillingMasterId": 1,
        "BillCustomerName": "sample string 2",
        "TotalAmount": 1.0,
        "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
        "MobileId": 1,
        "BillingMasterWebId": 3,
        "CustomerId": 1,
        "BillingItemList": [
          {
            "BillingId": 1,
            "BillingMasterId": 1,
            "ProductName": "sample string 2",
            "ProductQuantity": 1,
            "ProductRate": 1.0,
            "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
            "MobileId": 1,
            "BillingItemWebId": 3,
            "ProductId": 1
          },
          {
            "BillingId": 1,
            "BillingMasterId": 1,
            "ProductName": "sample string 2",
            "ProductQuantity": 1,
            "ProductRate": 1.0,
            "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
            "MobileId": 1,
            "BillingItemWebId": 3,
            "ProductId": 1
          }
        ],
        "PaymentDetails": [
          {
            "PaymentId": 1,
            "PaymentDetailsId": 1,
            "PaidAmount": 1.0,
            "BalanceLeft": 1.0,
            "PaymentCustomerName": "sample string 2",
            "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
            "MobileId": 3,
            "PaymentWebId": 4,
            "BillingMasterId": 1,
            "CustomerId": 1
          },
          {
            "PaymentId": 1,
            "PaymentDetailsId": 1,
            "PaidAmount": 1.0,
            "BalanceLeft": 1.0,
            "PaymentCustomerName": "sample string 2",
            "CreatedDate": "2025-12-05T20:52:42.2935011-08:00",
            "MobileId": 3,
            "PaymentWebId": 4,
            "BillingMasterId": 1,
            "CustomerId": 1
          }
        ]
      },
      "Id": 1,
      "Msg": "sample string 2",
      "Valid": true,
      "MobileMsg": "sample string 4"
    }
  ],
  "Id": 1,
  "Msg": "sample string 2",
  "Valid": true,
  "MobileMsg": "sample string 4"
}

application/xml, text/xml

Sample:
<SingleItemResponseDTOOfArrayOfSingleItemResponseDTOOfBillingMasterModelp27XkN5MRMLTavoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NTech.Utility">
  <Id>1</Id>
  <MobileMsg>sample string 4</MobileMsg>
  <Msg>sample string 2</Msg>
  <Valid>true</Valid>
  <Item>
    <SingleItemResponseDTOOfBillingMasterModelp27XkN5M>
      <Id>1</Id>
      <MobileMsg>sample string 4</MobileMsg>
      <Msg>sample string 2</Msg>
      <Valid>true</Valid>
      <Item xmlns:d4p1="http://schemas.datacontract.org/2004/07/NTech.Models">
        <d4p1:BillCustomerName>sample string 2</d4p1:BillCustomerName>
        <d4p1:BillingItemList>
          <d4p1:BillingItemModel>
            <d4p1:BillingId>1</d4p1:BillingId>
            <d4p1:BillingItemWebId>3</d4p1:BillingItemWebId>
            <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
            <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
            <d4p1:MobileId>1</d4p1:MobileId>
            <d4p1:ProductId>1</d4p1:ProductId>
            <d4p1:ProductName>sample string 2</d4p1:ProductName>
            <d4p1:ProductQuantity>1</d4p1:ProductQuantity>
            <d4p1:ProductRate>1</d4p1:ProductRate>
          </d4p1:BillingItemModel>
          <d4p1:BillingItemModel>
            <d4p1:BillingId>1</d4p1:BillingId>
            <d4p1:BillingItemWebId>3</d4p1:BillingItemWebId>
            <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
            <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
            <d4p1:MobileId>1</d4p1:MobileId>
            <d4p1:ProductId>1</d4p1:ProductId>
            <d4p1:ProductName>sample string 2</d4p1:ProductName>
            <d4p1:ProductQuantity>1</d4p1:ProductQuantity>
            <d4p1:ProductRate>1</d4p1:ProductRate>
          </d4p1:BillingItemModel>
        </d4p1:BillingItemList>
        <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
        <d4p1:BillingMasterWebId>3</d4p1:BillingMasterWebId>
        <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
        <d4p1:CustomerId>1</d4p1:CustomerId>
        <d4p1:MobileId>1</d4p1:MobileId>
        <d4p1:PaymentDetails>
          <d4p1:PaymentDetailsModel>
            <d4p1:BalanceLeft>1</d4p1:BalanceLeft>
            <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
            <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
            <d4p1:CustomerId>1</d4p1:CustomerId>
            <d4p1:MobileId>3</d4p1:MobileId>
            <d4p1:PaidAmount>1</d4p1:PaidAmount>
            <d4p1:PaymentCustomerName>sample string 2</d4p1:PaymentCustomerName>
            <d4p1:PaymentDetailsId>1</d4p1:PaymentDetailsId>
            <d4p1:PaymentId>1</d4p1:PaymentId>
            <d4p1:PaymentWebId>4</d4p1:PaymentWebId>
          </d4p1:PaymentDetailsModel>
          <d4p1:PaymentDetailsModel>
            <d4p1:BalanceLeft>1</d4p1:BalanceLeft>
            <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
            <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
            <d4p1:CustomerId>1</d4p1:CustomerId>
            <d4p1:MobileId>3</d4p1:MobileId>
            <d4p1:PaidAmount>1</d4p1:PaidAmount>
            <d4p1:PaymentCustomerName>sample string 2</d4p1:PaymentCustomerName>
            <d4p1:PaymentDetailsId>1</d4p1:PaymentDetailsId>
            <d4p1:PaymentId>1</d4p1:PaymentId>
            <d4p1:PaymentWebId>4</d4p1:PaymentWebId>
          </d4p1:PaymentDetailsModel>
        </d4p1:PaymentDetails>
        <d4p1:TotalAmount>1</d4p1:TotalAmount>
      </Item>
    </SingleItemResponseDTOOfBillingMasterModelp27XkN5M>
    <SingleItemResponseDTOOfBillingMasterModelp27XkN5M>
      <Id>1</Id>
      <MobileMsg>sample string 4</MobileMsg>
      <Msg>sample string 2</Msg>
      <Valid>true</Valid>
      <Item xmlns:d4p1="http://schemas.datacontract.org/2004/07/NTech.Models">
        <d4p1:BillCustomerName>sample string 2</d4p1:BillCustomerName>
        <d4p1:BillingItemList>
          <d4p1:BillingItemModel>
            <d4p1:BillingId>1</d4p1:BillingId>
            <d4p1:BillingItemWebId>3</d4p1:BillingItemWebId>
            <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
            <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
            <d4p1:MobileId>1</d4p1:MobileId>
            <d4p1:ProductId>1</d4p1:ProductId>
            <d4p1:ProductName>sample string 2</d4p1:ProductName>
            <d4p1:ProductQuantity>1</d4p1:ProductQuantity>
            <d4p1:ProductRate>1</d4p1:ProductRate>
          </d4p1:BillingItemModel>
          <d4p1:BillingItemModel>
            <d4p1:BillingId>1</d4p1:BillingId>
            <d4p1:BillingItemWebId>3</d4p1:BillingItemWebId>
            <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
            <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
            <d4p1:MobileId>1</d4p1:MobileId>
            <d4p1:ProductId>1</d4p1:ProductId>
            <d4p1:ProductName>sample string 2</d4p1:ProductName>
            <d4p1:ProductQuantity>1</d4p1:ProductQuantity>
            <d4p1:ProductRate>1</d4p1:ProductRate>
          </d4p1:BillingItemModel>
        </d4p1:BillingItemList>
        <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
        <d4p1:BillingMasterWebId>3</d4p1:BillingMasterWebId>
        <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
        <d4p1:CustomerId>1</d4p1:CustomerId>
        <d4p1:MobileId>1</d4p1:MobileId>
        <d4p1:PaymentDetails>
          <d4p1:PaymentDetailsModel>
            <d4p1:BalanceLeft>1</d4p1:BalanceLeft>
            <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
            <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
            <d4p1:CustomerId>1</d4p1:CustomerId>
            <d4p1:MobileId>3</d4p1:MobileId>
            <d4p1:PaidAmount>1</d4p1:PaidAmount>
            <d4p1:PaymentCustomerName>sample string 2</d4p1:PaymentCustomerName>
            <d4p1:PaymentDetailsId>1</d4p1:PaymentDetailsId>
            <d4p1:PaymentId>1</d4p1:PaymentId>
            <d4p1:PaymentWebId>4</d4p1:PaymentWebId>
          </d4p1:PaymentDetailsModel>
          <d4p1:PaymentDetailsModel>
            <d4p1:BalanceLeft>1</d4p1:BalanceLeft>
            <d4p1:BillingMasterId>1</d4p1:BillingMasterId>
            <d4p1:CreatedDate>2025-12-05T20:52:42.2935011-08:00</d4p1:CreatedDate>
            <d4p1:CustomerId>1</d4p1:CustomerId>
            <d4p1:MobileId>3</d4p1:MobileId>
            <d4p1:PaidAmount>1</d4p1:PaidAmount>
            <d4p1:PaymentCustomerName>sample string 2</d4p1:PaymentCustomerName>
            <d4p1:PaymentDetailsId>1</d4p1:PaymentDetailsId>
            <d4p1:PaymentId>1</d4p1:PaymentId>
            <d4p1:PaymentWebId>4</d4p1:PaymentWebId>
          </d4p1:PaymentDetailsModel>
        </d4p1:PaymentDetails>
        <d4p1:TotalAmount>1</d4p1:TotalAmount>
      </Item>
    </SingleItemResponseDTOOfBillingMasterModelp27XkN5M>
  </Item>
</SingleItemResponseDTOOfArrayOfSingleItemResponseDTOOfBillingMasterModelp27XkN5MRMLTavoZ>