PUT api/v1/finance_PaymentStatus/{paymentStatusId}/paymentStatusId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paymentStatusId

integer

Required

Body Parameters

Finance_PaymentStatusVM
NameDescriptionTypeAdditional information
paymentStatusId

integer

None.

paymentStatusName

string

None.

tenantId

integer

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "paymentStatusId": 1,
  "paymentStatusName": "sample string 2",
  "tenantId": 3,
  "createdBy": 4
}

application/xml, text/xml

Sample:
<Finance_PaymentStatusVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>4</createdBy>
  <paymentStatusId>1</paymentStatusId>
  <paymentStatusName>sample string 2</paymentStatusName>
  <tenantId>3</tenantId>
</Finance_PaymentStatusVM>

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.