{
"d": {
"paymentGuid": "string",
"productAmount": 0,
"payableAmount": 0,
"otherPayableAmount": 0,
"otherPayableReceiptId": 0,
"orderId": "string",
"subSellerId": "string"
}
}
curl --location --request POST 'https://testapi.flyp.com.tr/paramapi/MpOrderDetailAdd' \
--header 'Content-Type: application/json' \
--data-raw '{
"d": {
"paymentGuid": "string",
"productAmount": 0,
"payableAmount": 0,
"otherPayableAmount": 0,
"otherPayableReceiptId": 0,
"orderId": "string",
"subSellerId": "string"
}
}'
{}