GET api/CreditApproval/Get/CreatedBy/{createdBy}/FromDate/{fromDate}/ToDate/{toDate}

Get credit approvals by filter (Deprecated)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
createdBy

string

Required

fromDate

Format: YYYY-MM-DD

date

Required

toDate

Format: YYYY-MM-DD

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CreditApprovalView
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

AdjustmentDate

date

None.

CustomerNumber

string

None.

CustomerName

string

None.

ProductNumber

string

None.

ProductName

string

None.

AdjustmentQuantity

decimal number

None.

Status

integer

None.

IsVariableQuantity

boolean

None.

CreatedDateTime

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.