Sylius/tests/Api/Responses/Expected/admin/country/get_country_response.json
2023-01-12 12:41:06 +01:00

9 lines
204 B
JSON

{
"@context": "\/api\/v2\/contexts\/Country",
"@id": "\/api\/v2\/admin\/countries\/DE",
"@type": "Country",
"code": "DE",
"enabled": true,
"name": "Germany",
"provinces": []
}