Replace invoice
Body
-
Minimum value is
1
, maximum value is2147483647
.
POST
/self/{shopId}/invoices/{invoiceId}/replacement
curl \
-X POST https://dev.sellpass.io/self/{shopId}/invoices/{invoiceId}/replacement \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"partInvoiceId":42,"quantity":42}'
Request example
{
"partInvoiceId": 42,
"quantity": 42
}
Request examples
{
"partInvoiceId": 42,
"quantity": 42
}