POST api/Billing/SyncBillingItem
Request Information
URI Parameters
None.
Body Parameters
NTBillingItem| Name | Description | Type | Additional information |
|---|---|---|---|
| NTBillingList | Collection of BillingItemModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"NTBillingList": [
{
"BillingId": 1,
"BillingMasterId": 1,
"ProductName": "sample string 2",
"ProductQuantity": 1,
"ProductRate": 1.0,
"CreatedDate": "2025-12-05T20:54:40.5513633-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:54:40.5513633-08:00",
"MobileId": 1,
"BillingItemWebId": 3,
"ProductId": 1
}
]
}
application/xml, text/xml
Sample:
<NTBillingItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NTech.Models">
<NTBillingList>
<BillingItemModel>
<BillingId>1</BillingId>
<BillingItemWebId>3</BillingItemWebId>
<BillingMasterId>1</BillingMasterId>
<CreatedDate>2025-12-05T20:54:40.5513633-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:54:40.5513633-08:00</CreatedDate>
<MobileId>1</MobileId>
<ProductId>1</ProductId>
<ProductName>sample string 2</ProductName>
<ProductQuantity>1</ProductQuantity>
<ProductRate>1</ProductRate>
</BillingItemModel>
</NTBillingList>
</NTBillingItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SingleItemResponseDTOOfListOfSingleItemResponseDTOOfBillingItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Msg | string |
None. |
|
| Valid | boolean |
None. |
|
| MobileMsg | string |
None. |
|
| Item | Collection of SingleItemResponseDTOOfBillingItemModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Item": [
{
"Item": {
"BillingId": 1,
"BillingMasterId": 1,
"ProductName": "sample string 2",
"ProductQuantity": 1,
"ProductRate": 1.0,
"CreatedDate": "2025-12-05T20:54:40.556382-08:00",
"MobileId": 1,
"BillingItemWebId": 3,
"ProductId": 1
},
"Id": 1,
"Msg": "sample string 2",
"Valid": true,
"MobileMsg": "sample string 4"
},
{
"Item": {
"BillingId": 1,
"BillingMasterId": 1,
"ProductName": "sample string 2",
"ProductQuantity": 1,
"ProductRate": 1.0,
"CreatedDate": "2025-12-05T20:54:40.556382-08:00",
"MobileId": 1,
"BillingItemWebId": 3,
"ProductId": 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:
<SingleItemResponseDTOOfArrayOfSingleItemResponseDTOOfBillingItemModelp27XkN5MRMLTavoZ 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>
<SingleItemResponseDTOOfBillingItemModelp27XkN5M>
<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:BillingId>1</d4p1:BillingId>
<d4p1:BillingItemWebId>3</d4p1:BillingItemWebId>
<d4p1:BillingMasterId>1</d4p1:BillingMasterId>
<d4p1:CreatedDate>2025-12-05T20:54:40.556382-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>
</Item>
</SingleItemResponseDTOOfBillingItemModelp27XkN5M>
<SingleItemResponseDTOOfBillingItemModelp27XkN5M>
<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:BillingId>1</d4p1:BillingId>
<d4p1:BillingItemWebId>3</d4p1:BillingItemWebId>
<d4p1:BillingMasterId>1</d4p1:BillingMasterId>
<d4p1:CreatedDate>2025-12-05T20:54:40.556382-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>
</Item>
</SingleItemResponseDTOOfBillingItemModelp27XkN5M>
</Item>
</SingleItemResponseDTOOfArrayOfSingleItemResponseDTOOfBillingItemModelp27XkN5MRMLTavoZ>