GET api/Order/PaymentCredit/AvailableCredits?creditAccountID={creditAccountID}&repDID={repDID}&customerDID={customerDID}
Allows you to get a specific Available Credit
Request Information
URI Parameters
Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.