POST Collection/Collection_SaveCustomerAgingPaymentNotes

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.Collection_CustomerAging
NameDescriptionTypeAdditional information
DOC_NO

integer

None.

USER_DOC

string

None.

DOC_CATEGORY

string

None.

ACCTNO

string

None.

SUBC

string

None.

DUE_DATE

date

None.

AcctNoSubC

string

None.

CustomerVerbose

string

None.

CustomerName

string

None.

Days_0_Cre

decimal number

None.

Days_8_30_Cre

decimal number

None.

Days_31_60_Cre

decimal number

None.

Days_61_90_Cre

decimal number

None.

Days_91_120_Cre

decimal number

None.

Days_121_180_Cre

decimal number

None.

Days_181_270_Cre

decimal number

None.

Days_271_360_Cre

decimal number

None.

Days_360_Plus_Cre

decimal number

None.

Total_Cre

decimal number

None.

PastDue_Cre

decimal number

None.

Days_0_Inv

decimal number

None.

Days_8_30_Inv

decimal number

None.

Days_31_60_Inv

decimal number

None.

Days_61_90_Inv

decimal number

None.

Days_91_120_Inv

decimal number

None.

Days_121_180_Inv

decimal number

None.

Days_181_270_Inv

decimal number

None.

Days_271_360_Inv

decimal number

None.

Days_360_Plus_Inv

decimal number

None.

Total_Inv

decimal number

None.

PastDue_Inv

decimal number

None.

Days_0

decimal number

None.

Days_8_30

decimal number

None.

Days_31_60

decimal number

None.

Days_61_90

decimal number

None.

Days_91_120

decimal number

None.

Days_121_180

decimal number

None.

Days_181_270

decimal number

None.

Days_271_360

decimal number

None.

Days_360_Plus

decimal number

None.

Total

decimal number

None.

PastDue

decimal number

None.

OldestInvoice

decimal number

None.

Payment

string

None.

Note

string

None.

OldestInvoiceVerbose

string

None.

Days

decimal number

None.

Status

string

None.

BALANCE_TOTAL

decimal number

None.

SMAN_NAME

string

None.

AddressType

string

None.

AddedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DOC_NO": 1,
  "USER_DOC": "sample string 2",
  "DOC_CATEGORY": "sample string 3",
  "ACCTNO": "sample string 4",
  "SUBC": "sample string 5",
  "DUE_DATE": "2026-04-03T08:42:49.8190461-04:00",
  "AcctNoSubC": "sample string 6",
  "CustomerVerbose": "sample string 7",
  "CustomerName": "sample string 8",
  "Days_0_Cre": 1.0,
  "Days_8_30_Cre": 1.0,
  "Days_31_60_Cre": 1.0,
  "Days_61_90_Cre": 1.0,
  "Days_91_120_Cre": 1.0,
  "Days_121_180_Cre": 1.0,
  "Days_181_270_Cre": 1.0,
  "Days_271_360_Cre": 1.0,
  "Days_360_Plus_Cre": 1.0,
  "Total_Cre": 1.0,
  "PastDue_Cre": 1.0,
  "Days_0_Inv": 1.0,
  "Days_8_30_Inv": 1.0,
  "Days_31_60_Inv": 1.0,
  "Days_61_90_Inv": 1.0,
  "Days_91_120_Inv": 1.0,
  "Days_121_180_Inv": 1.0,
  "Days_181_270_Inv": 1.0,
  "Days_271_360_Inv": 1.0,
  "Days_360_Plus_Inv": 1.0,
  "Total_Inv": 1.0,
  "PastDue_Inv": 1.0,
  "Days_0": 1.0,
  "Days_8_30": 1.0,
  "Days_31_60": 1.0,
  "Days_61_90": 1.0,
  "Days_91_120": 1.0,
  "Days_121_180": 1.0,
  "Days_181_270": 1.0,
  "Days_271_360": 1.0,
  "Days_360_Plus": 1.0,
  "Total": 1.0,
  "PastDue": 1.0,
  "OldestInvoice": 1.0,
  "Payment": "sample string 9",
  "Note": "sample string 10",
  "OldestInvoiceVerbose": "sample string 11",
  "Days": 1.0,
  "Status": "sample string 12",
  "BALANCE_TOTAL": 1.0,
  "SMAN_NAME": "sample string 13",
  "AddressType": "sample string 14",
  "AddedBy": "sample string 15"
}

application/xml, text/xml

Sample:
<Collection_CustomerAging xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <ACCTNO>sample string 4</ACCTNO>
  <AcctNoSubC>sample string 6</AcctNoSubC>
  <AddedBy>sample string 15</AddedBy>
  <AddressType>sample string 14</AddressType>
  <BALANCE_TOTAL>1</BALANCE_TOTAL>
  <CustomerName>sample string 8</CustomerName>
  <CustomerVerbose>sample string 7</CustomerVerbose>
  <DOC_CATEGORY>sample string 3</DOC_CATEGORY>
  <DOC_NO>1</DOC_NO>
  <DUE_DATE>2026-04-03T08:42:49.8190461-04:00</DUE_DATE>
  <Days>1</Days>
  <Days_0>1</Days_0>
  <Days_0_Cre>1</Days_0_Cre>
  <Days_0_Inv>1</Days_0_Inv>
  <Days_121_180>1</Days_121_180>
  <Days_121_180_Cre>1</Days_121_180_Cre>
  <Days_121_180_Inv>1</Days_121_180_Inv>
  <Days_181_270>1</Days_181_270>
  <Days_181_270_Cre>1</Days_181_270_Cre>
  <Days_181_270_Inv>1</Days_181_270_Inv>
  <Days_271_360>1</Days_271_360>
  <Days_271_360_Cre>1</Days_271_360_Cre>
  <Days_271_360_Inv>1</Days_271_360_Inv>
  <Days_31_60>1</Days_31_60>
  <Days_31_60_Cre>1</Days_31_60_Cre>
  <Days_31_60_Inv>1</Days_31_60_Inv>
  <Days_360_Plus>1</Days_360_Plus>
  <Days_360_Plus_Cre>1</Days_360_Plus_Cre>
  <Days_360_Plus_Inv>1</Days_360_Plus_Inv>
  <Days_61_90>1</Days_61_90>
  <Days_61_90_Cre>1</Days_61_90_Cre>
  <Days_61_90_Inv>1</Days_61_90_Inv>
  <Days_8_30>1</Days_8_30>
  <Days_8_30_Cre>1</Days_8_30_Cre>
  <Days_8_30_Inv>1</Days_8_30_Inv>
  <Days_91_120>1</Days_91_120>
  <Days_91_120_Cre>1</Days_91_120_Cre>
  <Days_91_120_Inv>1</Days_91_120_Inv>
  <Note>sample string 10</Note>
  <OldestInvoice>1</OldestInvoice>
  <OldestInvoiceVerbose>sample string 11</OldestInvoiceVerbose>
  <PastDue>1</PastDue>
  <PastDue_Cre>1</PastDue_Cre>
  <PastDue_Inv>1</PastDue_Inv>
  <Payment>sample string 9</Payment>
  <SMAN_NAME>sample string 13</SMAN_NAME>
  <SUBC>sample string 5</SUBC>
  <Status>sample string 12</Status>
  <Total>1</Total>
  <Total_Cre>1</Total_Cre>
  <Total_Inv>1</Total_Inv>
  <USER_DOC>sample string 2</USER_DOC>
</Collection_CustomerAging>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.