POST api/PaymentValuesAPI/GetPaymentValuesDetails

Request Information

URI Parameters

None.

Body Parameters

UserPaymentValuesDTO
NameDescriptionTypeAdditional information
Id

integer

None.

StatusCode

integer

None.

MessageEn

string

None.

MessageAr

string

None.

datasetxml

string

None.

FlagId

integer

None.

TypeId

integer

None.

PageSize

integer

None.

PageNumber

integer

None.

ActionBy

integer

None.

pagingNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StatusCode": 2,
  "MessageEn": "sample string 3",
  "MessageAr": "sample string 4",
  "datasetxml": "sample string 5",
  "FlagId": 6,
  "TypeId": 7,
  "PageSize": 8,
  "PageNumber": 9,
  "ActionBy": 10,
  "pagingNumber": 11
}

application/xml, text/xml

Sample:
<UserPaymentValuesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <ActionBy>10</ActionBy>
  <FlagId>6</FlagId>
  <MessageAr>sample string 4</MessageAr>
  <MessageEn>sample string 3</MessageEn>
  <PageNumber>9</PageNumber>
  <PageSize>8</PageSize>
  <StatusCode>2</StatusCode>
  <TypeId>7</TypeId>
  <datasetxml>sample string 5</datasetxml>
  <pagingNumber>11</pagingNumber>
  <Id>1</Id>
</UserPaymentValuesDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PaymentValuesDTO
NameDescriptionTypeAdditional information
Id

integer

None.

Amount

decimal number

Required

Range: inclusive between 1 and 9.22337203685478E+18

strFromDate

string

None.

FromDate

date

Required

ToDate

date

None.

Status

boolean

None.

PaymentStatus

string

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

DeletedBy

integer

None.

IsDeleted

boolean

None.

StatusMessage

string

None.

LstPaymentValues

Collection of PaymentValuesDTO

None.

StatusCode

integer

None.

MessageEn

string

None.

MessageAr

string

None.

datasetxml

string

None.

FlagId

integer

None.

TypeId

integer

None.

PageSize

integer

None.

PageNumber

integer

None.

ActionBy

integer

None.

pagingNumber

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.