POST api/Invoice/SelectInvoicesPaymentDetailsByCustomerId

Request Information

URI Parameters

None.

Body Parameters

SelectInvoicesDetailsByCustomerId
NameDescriptionTypeAdditional information
InvoiceId

integer

None.

InvoiceDate

date

None.

InvoiceAmount

decimal number

None.

Payments

decimal number

None.

Credits

integer

None.

DaysOverDue

integer

None.

OutstandingAmount

decimal number

None.

customerId

integer

None.

StartDate

string

None.

EndDate

string

None.

Group1Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InvoiceId": 1,
  "InvoiceDate": "2020-02-27T04:54:49.8281778+11:00",
  "InvoiceAmount": 1.0,
  "Payments": 1.0,
  "Credits": 1,
  "DaysOverDue": 1,
  "OutstandingAmount": 1.0,
  "customerId": 1,
  "StartDate": "sample string 2",
  "EndDate": "sample string 3",
  "Group1Id": 4
}

application/xml, text/xml

Sample:
<SelectInvoicesDetailsByCustomerId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models">
  <Credits>1</Credits>
  <DaysOverDue>1</DaysOverDue>
  <EndDate>sample string 3</EndDate>
  <Group1Id>4</Group1Id>
  <InvoiceAmount>1</InvoiceAmount>
  <InvoiceDate>2020-02-27T04:54:49.8281778+11:00</InvoiceDate>
  <InvoiceId>1</InvoiceId>
  <OutstandingAmount>1</OutstandingAmount>
  <Payments>1</Payments>
  <StartDate>sample string 2</StartDate>
  <customerId>1</customerId>
</SelectInvoicesDetailsByCustomerId>

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.