#Add Goodwill
POST /businesses/{businessCode}/customers/{customerNumber}/orders/{orderReference}/goodwills
application/json
CUSTOMER_COMPLAINT
DELIVERY_DELAYED
ARTICLE_PARCEL_MISSING
CORRECTION_VOUCHER
ARTICLE_DEFECTIVE
CORRECTION_PRICE
LOSS_OF_RETURN_POST
LOSS_OF_RETURN_WAREHOUSE
LOSS_OF_DELIVERY
CONTRADICTION_OF_SIGNATURE
FRAUD
ISSUE_IN_STORE
REFUND_EXPRESS_COSTS
OTHER
LOSS_OF_DELIVERY_WARENPOST
WRONG_DELIVERY
{
"items": [
{
"vatType": "NORMAL",
"quantity": 2.5,
"vatAmount": 19.02,
"vatPercent": 19,
"grossUnitPrice": 119.12,
"orderItemReference": 3
}
],
"creditDate": "2018-03-21",
"bankDetails": {
"bic": "GENODEM1MSC",
"iban": "DE51100100501234567890",
"accountOwner": "Max Mustermann"
},
"goodwillDate": "2018-03-21",
"goodwillReason": "CUSTOMER_COMPLAINT",
"invoiceReference": "IDE12345678901",
"goodwillReference": "GDE12345678901"
}
{
"internalRequestId": "23c9579b-baaf-468f-a529-f876226e183c"
}