POST api/Dunning/AddDunningTransaction

Request Information

URI Parameters

None.

Body Parameters

DunningTransaction
NameDescriptionTypeAdditional information
id

string

None.

Type

string

None.

EmailAddress

string

None.

NSInternalId

string

None.

DaysPastDue

integer

None.

OverdueAmount

decimal number

None.

01DaySent

date

None.

15DaySent

date

None.

30DaySent

date

None.

45DaySent

date

None.

60DaySent

date

None.

75DaySent

date

None.

90DaySent

date

None.

InvoiceLink

string

None.

StatementLink

string

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedBy

string

None.

ModifiedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "Type": "sample string 2",
  "EmailAddress": "sample string 3",
  "NSInternalId": "sample string 4",
  "DaysPastDue": 5,
  "OverdueAmount": 6.1,
  "01DaySent": "2024-09-11T23:41:06.1644399+00:00",
  "15DaySent": "2024-09-11T23:41:06.1644399+00:00",
  "30DaySent": "2024-09-11T23:41:06.1644399+00:00",
  "45DaySent": "2024-09-11T23:41:06.1644399+00:00",
  "60DaySent": "2024-09-11T23:41:06.1644399+00:00",
  "75DaySent": "2024-09-11T23:41:06.1644399+00:00",
  "90DaySent": "2024-09-11T23:41:06.1644399+00:00",
  "InvoiceLink": "sample string 14",
  "StatementLink": "sample string 15",
  "CreatedDate": "2024-09-11T23:41:06.1644399+00:00",
  "ModifiedDate": "2024-09-11T23:41:06.1644399+00:00",
  "CreatedBy": "sample string 18",
  "ModifiedBy": "sample string 19"
}

application/xml, text/xml

Sample:
<DunningTransaction xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>sample string 1</Id>
  <Type>sample string 2</Type>
  <EmailAddress>sample string 3</EmailAddress>
  <NSInternalId>sample string 4</NSInternalId>
  <DaysPastDue>5</DaysPastDue>
  <OverdueAmount>6.1</OverdueAmount>
  <_01DaySent>2024-09-11T23:41:06.1644399+00:00</_01DaySent>
  <_15DaySent>2024-09-11T23:41:06.1644399+00:00</_15DaySent>
  <_30DaySent>2024-09-11T23:41:06.1644399+00:00</_30DaySent>
  <_45DaySent>2024-09-11T23:41:06.1644399+00:00</_45DaySent>
  <_60DaySent>2024-09-11T23:41:06.1644399+00:00</_60DaySent>
  <_75DaySent>2024-09-11T23:41:06.1644399+00:00</_75DaySent>
  <_90DaySent>2024-09-11T23:41:06.1644399+00:00</_90DaySent>
  <InvoiceLink>sample string 14</InvoiceLink>
  <StatementLink>sample string 15</StatementLink>
  <CreatedDate>2024-09-11T23:41:06.1644399+00:00</CreatedDate>
  <ModifiedDate>2024-09-11T23:41:06.1644399+00:00</ModifiedDate>
  <CreatedBy>sample string 18</CreatedBy>
  <ModifiedBy>sample string 19</ModifiedBy>
</DunningTransaction>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.