Create Invoice
The available versions for this api are v1.0 and v2.0.
POST
https://tokoapisnap-stg.netzme.com/api/
{version}
/invoice/create
custIdMerchant
String
User ID
partnerReferenceNo
String
API request identifier from the user's system, unique for each request
amount
Object
value
String
Value of Amount
currency
String
Currency of Amount
amountDetail
Object
basicAmount
Object
value
String
Value of basicAmount
currency
String
Currency of basicAmount
shippingAmount
Object
value
String
Value of shippingAmount
currency
String
Currency of shippingAmount
commissionPercentage
Int
Percentage of commission
additionalInfo
Object
String
Customer email
notes
String
Invoice note
description
String
Order description
phoneNumber
String
Customer phone number
imageUrl
String
url image
fullname
String
Customer fullname
Last updated