POST api/Invoice/GetInvoicePaidDetails

Request Information

URI Parameters

None.

Body Parameters

GetInvoicePaidDetailsDTO
NameDescriptionTypeAdditional information
month

integer

None.

year

integer

None.

dtPaymentProcessed

date

None.

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "month": 1,
  "year": 2,
  "dtPaymentProcessed": "2023-06-02T21:40:45.9347396+05:30",
  "Domain": "sample string 4"
}

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 'GetInvoicePaidDetailsDTO'.

Response Information

Resource Description

Message
NameDescriptionTypeAdditional information
ResponseFlag

integer

None.

ResponseMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseFlag": 1,
  "ResponseMessage": "sample string 2",
  "Data": {}
}