Sylius/tests/Responses/Expected/country/create_response.json
2016-04-18 14:02:57 +02:00

9 lines
122 B
JSON

{
"id": @integer@,
"code": "BE",
"_links": {
"self": {
"href": @string@
}
}
}