Created
March 30, 2022 12:39
-
-
Save chanakaDe/da6c8f00dc0f70487944575811606ea6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"wishdate":"2022-03-30", | |
"customer":{ | |
"salutation":"Frau", | |
"firstname":"Erika", | |
"lastname":"Mustermann", | |
"birthday":"1980-05-15", | |
"nationality":"GER", | |
"address":{ | |
"street":"Musterstr.", | |
"house_no":"5", | |
"city":"Musterhausen", | |
"zipcode":"12345" | |
}, | |
"payment":{ | |
"iban":"DE08506521240001125566", | |
"bic":"HELADEF1SLS" | |
}, | |
"legitimation":{ | |
"place_of_issue":"Musterhausen", | |
"id_card_type":"DE_IDENTIFICATION_CARD", | |
"id_card_number":"1220000371" | |
}, | |
"contact":{ | |
"ndc":"01725", | |
"subscriber_number":"512345", | |
"email":"[email protected]" | |
} | |
}, | |
"cart":{ | |
"tariff":{ | |
"id":"20045", | |
"sim_card":{ | |
"sim_card_number":"12345678932145" | |
} | |
}, | |
"options":[ | |
{ | |
"id":"20106" | |
}, | |
{ | |
"id":"20179" | |
} | |
], | |
"promotions":[ | |
{ | |
"id":"20214" | |
} | |
] | |
}, | |
"context":{ | |
"order":{ | |
"start_date":"2022-03-30 13:09:25", | |
"end_date":"2022-03-30 13:09:44", | |
"bytes":8, | |
"ip":"84.187.31.29", | |
"dns":"https://starmobile.de", | |
"method":"post", | |
"browser_agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0" | |
} | |
}, | |
"agreements":{ | |
"agb":true, | |
"pass_data":true, | |
"contract_summary_id":"d8b17e78-4ec0-446e-accf-a2c33c53ec79" | |
}, | |
"source_specific_fields":{ | |
"contract_terms_version":"1.2", | |
"pos_address":{ | |
"name":"starmobile GmbH", | |
"street":"Frankfurter Straße", | |
"house_no":45, | |
"city":"Fulda", | |
"zipcode":"36043", | |
"ndc":"0661", | |
"subscriber_number":"49999999" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment