{
"customerId": "string",
"customerName": "string",
"title": "string",
"status": "Draft",
"notes": "string",
"contact": {
"firstName": "string",
"lastName": "string",
"email": "string",
"address": "string",
"phone": "string"
},
"offerLines": [
{
"productId": "string",
"productTitle": "string",
"productVariantId": "string",
"productUnit": "string",
"price": 0,
"quantity": 0,
"imageLink": "string",
"lineValue": 0,
"vatRate": 0,
"vatCode": "string",
"netValue": 0,
"sku": "string",
"orderQuantityStep": 0,
"vatAmount": 0
}
],
"serviceAmount": 0,
"vatAmount": 0,
"netAmount": 0,
"totalAmount": 0,
"expiresAt": "2019-08-24T14:15:22Z",
"logo": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/Offers/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"customerName": "string",
"title": "string",
"status": "Draft",
"notes": "string",
"contact": {
"firstName": "string",
"lastName": "string",
"email": "string",
"address": "string",
"phone": "string"
},
"offerLines": [
{
"productId": "string",
"productTitle": "string",
"productVariantId": "string",
"productUnit": "string",
"price": 0,
"quantity": 0,
"imageLink": "string",
"lineValue": 0,
"vatRate": 0,
"vatCode": "string",
"netValue": 0,
"sku": "string",
"orderQuantityStep": 0,
"vatAmount": 0
}
],
"serviceAmount": 0,
"vatAmount": 0,
"netAmount": 0,
"totalAmount": 0,
"expiresAt": "2019-08-24T14:15:22Z",
"logo": "string"
}'
{}