POST api/v1/finance_PaymentType

Request Information

URI Parameters

None.

Body Parameters

Finance_PaymentTypeVM
NameDescriptionTypeAdditional information
paymentTypeId

integer

None.

paymentTypeName

string

None.

tenantId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "paymentTypeId": 1,
  "paymentTypeName": "sample string 2",
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:37:26.7604383-07:00",
  "createdBy": 3
}

application/xml, text/xml

Sample:
<Finance_PaymentTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>3</createdBy>
  <dateCreated>2024-09-19T09:37:26.7604383-07:00</dateCreated>
  <paymentTypeId>1</paymentTypeId>
  <paymentTypeName>sample string 2</paymentTypeName>
  <tenantId>1</tenantId>
</Finance_PaymentTypeVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.