PUT api/v1/finance_PaymentChannel/{paymentChannelId}/paymentChannelId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentChannelId | integer |
Required |
Body Parameters
Finance_PaymentChannelVMName | Description | Type | Additional information |
---|---|---|---|
paymentChannelId | integer |
None. |
|
paymentChannelName | string |
None. |
|
tenantId | integer |
None. |
|
dateCreated | date |
None. |
|
createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "paymentChannelId": 1, "paymentChannelName": "sample string 2", "tenantId": 1, "dateCreated": "2024-11-24T09:52:15.8742439-08:00", "createdBy": 3 }
application/xml, text/xml
Sample:
<Finance_PaymentChannelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>3</createdBy> <dateCreated>2024-11-24T09:52:15.8742439-08:00</dateCreated> <paymentChannelId>1</paymentChannelId> <paymentChannelName>sample string 2</paymentChannelName> <tenantId>1</tenantId> </Finance_PaymentChannelVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.