POST api/payment/SyncPaymentDetails
Request Information
URI Parameters
None.
Body Parameters
NTPaymentDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| NTPaymentList | Collection of PaymentDetailsModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"NTPaymentList": [
{
"PaymentId": 1,
"PaymentDetailsId": 1,
"PaidAmount": 1.0,
"BalanceLeft": 1.0,
"PaymentCustomerName": "sample string 2",
"CreatedDate": "2025-12-05T20:54:21.6593714-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:54:21.6593714-08:00",
"MobileId": 3,
"PaymentWebId": 4,
"BillingMasterId": 1,
"CustomerId": 1
}
]
}
application/xml, text/xml
Sample:
<NTPaymentDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NTech.Models">
<NTPaymentList>
<PaymentDetailsModel>
<BalanceLeft>1</BalanceLeft>
<BillingMasterId>1</BillingMasterId>
<CreatedDate>2025-12-05T20:54:21.6593714-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:54:21.6593714-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>
</NTPaymentList>
</NTPaymentDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SingleItemResponseDTOOfListOfSingleItemResponseDTOOfPaymentDetailsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Msg | string |
None. |
|
| Valid | boolean |
None. |
|
| MobileMsg | string |
None. |
|
| Item | Collection of SingleItemResponseDTOOfPaymentDetailsModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Item": [
{
"Item": {
"PaymentId": 1,
"PaymentDetailsId": 1,
"PaidAmount": 1.0,
"BalanceLeft": 1.0,
"PaymentCustomerName": "sample string 2",
"CreatedDate": "2025-12-05T20:54:21.6633396-08:00",
"MobileId": 3,
"PaymentWebId": 4,
"BillingMasterId": 1,
"CustomerId": 1
},
"Id": 1,
"Msg": "sample string 2",
"Valid": true,
"MobileMsg": "sample string 4"
},
{
"Item": {
"PaymentId": 1,
"PaymentDetailsId": 1,
"PaidAmount": 1.0,
"BalanceLeft": 1.0,
"PaymentCustomerName": "sample string 2",
"CreatedDate": "2025-12-05T20:54:21.6633396-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:
<SingleItemResponseDTOOfArrayOfSingleItemResponseDTOOfPaymentDetailsModelp27XkN5MRMLTavoZ 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>
<SingleItemResponseDTOOfPaymentDetailsModelp27XkN5M>
<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:BalanceLeft>1</d4p1:BalanceLeft>
<d4p1:BillingMasterId>1</d4p1:BillingMasterId>
<d4p1:CreatedDate>2025-12-05T20:54:21.6633396-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>
</Item>
</SingleItemResponseDTOOfPaymentDetailsModelp27XkN5M>
<SingleItemResponseDTOOfPaymentDetailsModelp27XkN5M>
<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:BalanceLeft>1</d4p1:BalanceLeft>
<d4p1:BillingMasterId>1</d4p1:BillingMasterId>
<d4p1:CreatedDate>2025-12-05T20:54:21.6633396-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>
</Item>
</SingleItemResponseDTOOfPaymentDetailsModelp27XkN5M>
</Item>
</SingleItemResponseDTOOfArrayOfSingleItemResponseDTOOfPaymentDetailsModelp27XkN5MRMLTavoZ>