curl -i -X PUT \
'https://www.rebilly.com/_mock/static/_spec/catalog/all-3.0/quotes/{id}' \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"type": "creation",
"acceptanceConditions": [
"payment"
],
"websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG",
"customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF",
"order": {
"items": [
{
"type": "subscription",
"quantity": 1,
"plan": {
"id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21"
},
"description": "Charge per approved transaction with DCC",
"priceDescription": "50% of the markup for approved transactions",
"usageLimits": null
}
],
"autopay": false,
"shipping": {
"amount": 0.1,
"calculator": "manual"
},
"deliveryAddress": {
"firstName": "Benjamin",
"lastName": "Franklin",
"organization": "Rebilly",
"address": "36 Craven St",
"address2": "string",
"city": "Austin",
"region": "Texas",
"country": "GB",
"postalCode": "WC2N 5NF",
"phoneNumbers": [
{
"label": "main",
"value": "1-512-777-0269",
"primary": true
}
],
"emails": [
{
"label": "main",
"value": "rebilly@example.com",
"primary": true
}
],
"dob": "1980-04-01",
"jobTitle": "CEO"
},
"billingAddress": {
"firstName": "Benjamin",
"lastName": "Franklin",
"organization": "Rebilly",
"address": "36 Craven St",
"address2": "string",
"city": "Austin",
"region": "Texas",
"country": "GB",
"postalCode": "WC2N 5NF",
"phoneNumbers": [
{
"label": "main",
"value": "1-512-777-0269",
"primary": true
}
],
"emails": [
{
"label": "main",
"value": "rebilly@example.com",
"primary": true
}
],
"dob": "1980-04-01",
"jobTitle": "CEO"
}
},
"paymentTerms": "string",
"expirationTime": "2019-08-24T14:15:22Z",
"redirectUrl": "http://example.com",
"signature": {
"showWrittenSignatureLines": false,
"organizationPrintedName": null
},
"tax": {
"calculator": "manual",
"items": [
{
"amount": 0.1,
"description": "string"
}
]
},
"couponIds": [
"string"
]
}'