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

14 lines
197 B
JSON

{
"id": @integer@,
"code": "be_lim",
"name": "Limburg",
"abbreviation": "lim",
"_links": {
"self": {
"href": @string@
},
"country": {
"href": @string@
}
}
}