Authorization: Digest username=guest, realm="test", nonce="2", uri="/uri", response="***"
{ "external_customer_id":"{{external_customer_id}}", "invoice_type":"Individual", "company_name":"Minted LTD", "tax_office":"Test", "tax_number": "1234567", "type": "billing", "city": "İstanbul", "county": "Beykoz", "district": "Acarlar Mah.", "street":"Sokak adı", "address": "54 sok. No: 12" }
curl --location --request POST 'https://api.staging.mintedconnect.com/partner/customer/address' \ --header 'x-client-id;' \ --header 'api-version: 3' \ --header 'Accept-Language: tr' \ --header 'Content-Type: application/json' \ --data-raw '{ "external_customer_id":"MTD0018232", "invoice_type":"Individual", "company_name":"Minted LTD", "tax_office":"Test", "tax_number": "1234567", "type": "billing", "city": "İstanbul", "county": "Beykoz", "district": "Acarlar Mah.", "street":"Sokak adı", "address": "54 sok. No: 12" }'
{ "data": { "invoice_type": "Corporate", "company_name": "Minted LTD", "tax_office": "Test", "tax_number": "1234567", "type": "billing", "city": "İstanbul", "county": "Beykoz", "district": "Acarlar Mah.", "street": "Sokak adı", "address": "54 sok. No: 12", "customer_id": 421, "id": 8 }, "success": true, "code": 0, "message": "" }