Sylius/tests/Api/Responses/Expected/admin/country/post_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\/IE",
"@type": "Country",
"code": "IE",
"enabled": true,
"name": "Ireland",
"provinces": []
}