POST api/Payment/PaymentReport

Request Information

URI Parameters

None.

Body Parameters

RequestPaymentReport
NameDescriptionTypeAdditional information
SearchValue

string

None.

CompanyId

integer

None.

StatusName

string

None.

StartDate

date

None.

EndDate

date

None.

MethodOfPayment

string

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchValue": "sample string 1",
  "CompanyId": 2,
  "StatusName": "sample string 3",
  "StartDate": "2025-05-14T08:47:09.8428945+07:00",
  "EndDate": "2025-05-14T08:47:09.8428945+07:00",
  "MethodOfPayment": "sample string 6",
  "userPrincipalName": "sample string 7",
  "connectionString": "sample string 8",
  "SecretId": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.