PUT api/AddPayment/AddPayment/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "CustomerId": 2, "CardDetailId": 3, "CustomerName": "sample string 4", "PhoneNumber": "sample string 5", "Email": "sample string 6", "UserId": "sample string 7", "OrderNumber": "sample string 8", "ShippingDate": "2025-04-11T01:49:01.7208362-07:00", "NextBillingDate": "2025-04-11T01:49:01.7208362-07:00", "NetAmount": 11.1, "BalanceAmount": 12.1, "AdvanceAmount": 13.1, "MonthlyBill": 14.1, "ShipperId": "sample string 15", "PaidAmount": 16.1, "CustomerAddress": "sample string 17", "FileAsByteArray": "QEBA", "Contract": "sample string 18", "SelectedApps": [ { "$id": "2", "Id": 1, "AppId": 2, "AppName": "sample string 3", "OrderId": 4, "Description": "sample string 5", "Username": "sample string 6", "Password": "sample string 7", "Pin": "sample string 8" }, { "$ref": "2" }, { "$ref": "2" } ], "SelectedProducts": [ { "$id": "3", "Id": 1, "OrderId": 2, "OrderNumber": "sample string 3", "ProductId": 4, "ProductName": "sample string 5", "Quantity": 6, "SalePrice": 7.1, "IsMonthlyBillActive": true }, { "$ref": "3" }, { "$ref": "3" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.