Loading
Cart Total
$0.00
-
Your shopping cart is empty
Loading
Hello! Log in Your Account
New customer? Start here
Storefronts
Storefronts
Customer Management
VoIP Bundle (Subscriptions)
SIP Account Management
Audio Management
Phone Numbers & Call Routing
Phone Calls & CDR Data
VoIP Phone Short Code
eFax Management
Voicemails & Mailboxes
Caller ID
SIP Trunks
Wallboard Statistics
VoIP Phone Provisioning
Call Queueing
Phone Books
VoIP Phone Speed Dial
Text (SMS) Messaging
Details of orders placed by the customer on the storefront
Become a ResellerFilter:
* You will be charged every time this command is run.
Gets the PDF data for the specified credit note, returned as binary data with application/pdf content type
Back to top
Request Details
Response Details
URL and Query String Parameters
Name
Type
Required
uuid
String
True
The UUID of the credit note to fetch the PDF for
200 Response
{
"result" : {},
"status_code" : 200,
"status_message" : "OK"
}
404 Response
{
"result" : {},
"status_code" : 404,
"status_message" : "Not Found"
}
Get's a list of all credit notes applied to the specified customer
Back to top
Request Details
Response Details
This command has no URL/Query String parameters
200 Response
{
"result" : [
{}
],
"status_code" : 200,
"status_message" : "OK"
}