PUT api/PaymentMethod/UpdatePaymentMethodShipper/{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, "TrackingId": "sample string 2", "ChequeNo": "sample string 3", "AccountNo": "sample string 4", "RoutingNo": "sample string 5", "AccountType": "sample string 6", "BankName": "sample string 7", "Status": "sample string 8", "Amount": 9.1, "OrderId": 10, "OrderNumber": "sample string 11", "PhoneNumber": "sample string 12", "CustomerId": 13, "CustomerName": "sample string 14", "ImagePath": "sample string 15", "IsActive": true, "AddedDate": "2025-04-10T22:30:36.9301016-07:00", "DepositedDate": "2025-04-10T22:30:36.9301016-07:00", "ClearanceDate": "2025-04-10T22:30:36.9301016-07:00", "Comments": "sample string 20", "BatchNo": "sample string 21", "PaymentMethod": "sample string 22", "Address": "sample string 23", "FileAsByteArray": "QEBA" }
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.