POST payoutinfo

Request Information

URI Parameters

None.

Body Parameters

PayoutBTO
NameDescriptionTypeAdditional information
userId

integer

None.

payoutId

string

None.

payoutStatus

string

None.

amount

decimal number

None.

payoutMethodType

string

None.

contactInfo

string

None.

id

integer

None.

name

string

None.

createdDate

date

None.

modifiedDate

date

None.

TS

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": 1,
  "payoutId": "sample string 2",
  "payoutStatus": "sample string 3",
  "amount": 4.0,
  "payoutMethodType": "sample string 5",
  "contactInfo": "sample string 6",
  "id": 7,
  "name": "sample string 8",
  "createdDate": "2026-03-23T08:18:17.8643594+00:00",
  "modifiedDate": "2026-03-23T08:18:17.8643594+00:00",
  "TS": "QEA="
}

application/xml, text/xml

Sample:
<PayoutBTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/plndr_api.Classes.BTO">
  <TS>QEA=</TS>
  <createdDate>2026-03-23T08:18:17.8643594+00:00</createdDate>
  <id>7</id>
  <modifiedDate>2026-03-23T08:18:17.8643594+00:00</modifiedDate>
  <name>sample string 8</name>
  <amount>4</amount>
  <contactInfo>sample string 6</contactInfo>
  <payoutId>sample string 2</payoutId>
  <payoutMethodType>sample string 5</payoutMethodType>
  <payoutStatus>sample string 3</payoutStatus>
  <userId>1</userId>
</PayoutBTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PayoutBTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.