POST api/common/editpaymentmode

Request Information

URI Parameters

None.

Body Parameters

PaymentMode
NameDescriptionTypeAdditional information
MopId

integer

None.

Mop

string

None.

IsManual

integer

None.

IsActive

integer

None.

Check

string

None.

CBy

integer

None.

MBy

integer

None.

CTime

date

None.

MTime

date

None.

CByUsername

string

None.

CByFullName

string

None.

MByUsername

string

None.

MByFullName

string

None.

IsErrorOccured

boolean

None.

ErrorMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MopId": 1,
  "Mop": "sample string 2",
  "IsManual": 3,
  "IsActive": 4,
  "Check": "sample string 5",
  "CBy": 6,
  "MBy": 1,
  "CTime": "2026-06-26T04:35:25.6088141+05:30",
  "MTime": "2026-06-26T04:35:25.6088141+05:30",
  "CByUsername": "sample string 8",
  "CByFullName": "sample string 9",
  "MByUsername": "sample string 10",
  "MByFullName": "sample string 11",
  "IsErrorOccured": true,
  "ErrorMessage": "sample string 13"
}

application/xml, text/xml

Sample:
<PaymentMode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Models">
  <CBy>6</CBy>
  <CByFullName>sample string 9</CByFullName>
  <CByUsername>sample string 8</CByUsername>
  <CTime>2026-06-26T04:35:25.6088141+05:30</CTime>
  <ErrorMessage>sample string 13</ErrorMessage>
  <IsErrorOccured>true</IsErrorOccured>
  <MBy>1</MBy>
  <MByFullName>sample string 11</MByFullName>
  <MByUsername>sample string 10</MByUsername>
  <MTime>2026-06-26T04:35:25.6088141+05:30</MTime>
  <Check>sample string 5</Check>
  <IsActive>4</IsActive>
  <IsManual>3</IsManual>
  <Mop>sample string 2</Mop>
  <MopId>1</MopId>
</PaymentMode>

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.