GET api/Customers/GetCustomerFinancialStatus?CustomerOrganizationID={CustomerOrganizationID}&DKOrganizationID={DKOrganizationID}&CustomerID={CustomerID}&CustomerPayerID={CustomerPayerID}&SourceTypeDept={SourceTypeDept}&DebtStatus={DebtStatus}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerOrganizationID

integer

Required

DKOrganizationID

integer

Required

CustomerID

string

None.

CustomerPayerID

string

None.

SourceTypeDept

string

None.

DebtStatus

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerFinancialStatus
NameDescriptionTypeAdditional information
CustomerID

string

None.

CustomerPayerID

string

None.

CustomerTitle

string

None.

CustomerBlocked

string

None.

CustomerBlockedType

string

None.

CustomerBlockedTypeDescription

string

None.

OpenAmount

decimal number

None.

AlertMessage

string

None.

AlertMinimalAmount

decimal number

None.

BlockingUpMessage

string

None.

BlockingUplAmount

decimal number

None.

AlertNumberOfDays

integer

None.

BlockingUpNumberOfDays

integer

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfCustomerFinancialStatus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CustomerFinancialStatus>
    <CustomerID>sample string 1</CustomerID>
    <CustomerPayerID>sample string 2</CustomerPayerID>
    <CustomerTitle>sample string 3</CustomerTitle>
    <CustomerBlocked>sample string 4</CustomerBlocked>
    <CustomerBlockedType>sample string 5</CustomerBlockedType>
    <CustomerBlockedTypeDescription>sample string 6</CustomerBlockedTypeDescription>
    <OpenAmount>1</OpenAmount>
    <AlertMessage>sample string 7</AlertMessage>
    <AlertMinimalAmount>1</AlertMinimalAmount>
    <BlockingUpMessage>sample string 8</BlockingUpMessage>
    <BlockingUplAmount>1</BlockingUplAmount>
    <AlertNumberOfDays>9</AlertNumberOfDays>
    <BlockingUpNumberOfDays>10</BlockingUpNumberOfDays>
  </CustomerFinancialStatus>
  <CustomerFinancialStatus>
    <CustomerID>sample string 1</CustomerID>
    <CustomerPayerID>sample string 2</CustomerPayerID>
    <CustomerTitle>sample string 3</CustomerTitle>
    <CustomerBlocked>sample string 4</CustomerBlocked>
    <CustomerBlockedType>sample string 5</CustomerBlockedType>
    <CustomerBlockedTypeDescription>sample string 6</CustomerBlockedTypeDescription>
    <OpenAmount>1</OpenAmount>
    <AlertMessage>sample string 7</AlertMessage>
    <AlertMinimalAmount>1</AlertMinimalAmount>
    <BlockingUpMessage>sample string 8</BlockingUpMessage>
    <BlockingUplAmount>1</BlockingUplAmount>
    <AlertNumberOfDays>9</AlertNumberOfDays>
    <BlockingUpNumberOfDays>10</BlockingUpNumberOfDays>
  </CustomerFinancialStatus>
</ArrayOfCustomerFinancialStatus>