PUT api/v1/finance_PaymentCategory/{paymentCategoryId}/paymentCategoryId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
paymentCategoryId | integer |
Required |
Body Parameters
Finance_PaymentCategoryVMName | Description | Type | Additional information |
---|---|---|---|
paymentCategoryId | integer |
None. |
|
paymentCategoryName | string |
None. |
|
tenantId | integer |
None. |
|
createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "paymentCategoryId": 1, "paymentCategoryName": "sample string 2", "tenantId": 1, "createdBy": 3 }
application/xml, text/xml
Sample:
<Finance_PaymentCategoryVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>3</createdBy> <paymentCategoryId>1</paymentCategoryId> <paymentCategoryName>sample string 2</paymentCategoryName> <tenantId>1</tenantId> </Finance_PaymentCategoryVM>
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.