GET api/Order/PaymentCredit/AvailableCredits?creditAccountID={creditAccountID}&repDID={repDID}&customerDID={customerDID}

Allows you to get a specific Available Credit

Request Information

URI Parameters

NameDescriptionTypeAdditional information
creditAccountID

The Credit Account ID

integer

Required

repDID

The Rep ID

string

None.

customerDID

The Customer ID (optional)

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.