Created
September 11, 2014 10:34
-
-
Save mlimaloureiro/2ce9f40f6711c5ae5325 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
stdClass Object ( | |
'items' => Array ( | |
0 => stdClass Object ( | |
- 'id' => '103e22d4-4906-43dd-8cb0-22d3c90cfbaf' | |
+ 'id' => '9427bd51-4038-46ce-81f5-4bd2d749291a' | |
'accommodation_provider_id' => '8e9569c8-5a6f-4caf-86ef-8976ac069f13' | |
'address' => stdClass Object ( | |
'city_code' => 'PT-lisbon' | |
- 'street' => 'Avenida da Liberdade' | |
+ 'street' => 'Rua Luz Soriano' | |
'number' => '101' | |
- 'extra' => '2º esq' | |
+ 'extra' => '3º esq' | |
'postal_code' => '' | |
) | |
'photos_status' => stdClass Object ( | |
- 'status' => true | |
+ 'status' => false | |
'at' => stdClass Object (...) | |
) | |
'pre_qc_status' => stdClass Object ( | |
- 'status' => true | |
+ 'status' => false | |
'at' => stdClass Object (...) | |
) | |
'main_status' => stdClass Object ( | |
- 'status' => 'won' | |
+ 'status' => 'in_progress' | |
'at' => stdClass Object (...) | |
) | |
'created' => stdClass Object (...) | |
'_links' => stdClass Object ( | |
'self' => stdClass Object ( | |
- 'href' => '/api/prospective-properties/103e22d4-4906-43dd-8cb0-22d3c90cfbaf' | |
+ 'href' => '/api/prospective-properties/9427bd51-4038-46ce-81f5-4bd2d749291a' | |
) | |
) | |
) | |
1 => stdClass Object ( | |
- 'id' => '9427bd51-4038-46ce-81f5-4bd2d749291a' | |
+ 'id' => '103e22d4-4906-43dd-8cb0-22d3c90cfbaf' | |
'accommodation_provider_id' => '8e9569c8-5a6f-4caf-86ef-8976ac069f13' | |
'address' => stdClass Object ( | |
'city_code' => 'PT-lisbon' | |
- 'street' => 'Rua Luz Soriano' | |
+ 'street' => 'Avenida da Liberdade' | |
'number' => '101' | |
- 'extra' => '3º esq' | |
+ 'extra' => '2º esq' | |
'postal_code' => '' | |
) | |
'photos_status' => stdClass Object ( | |
- 'status' => false | |
+ 'status' => true | |
'at' => stdClass Object (...) | |
) | |
'pre_qc_status' => stdClass Object ( | |
- 'status' => false | |
+ 'status' => true | |
'at' => stdClass Object (...) | |
) | |
'main_status' => stdClass Object ( | |
- 'status' => 'in_progress' | |
+ 'status' => 'won' | |
'at' => stdClass Object (...) | |
) | |
'created' => stdClass Object (...) | |
'_links' => stdClass Object ( | |
'self' => stdClass Object ( | |
- 'href' => '/api/prospective-properties/9427bd51-4038-46ce-81f5-4bd2d749291a' | |
+ 'href' => '/api/prospective-properties/103e22d4-4906-43dd-8cb0-22d3c90cfbaf' | |
) | |
) | |
) | |
) | |
'_links' => stdClass Object (...) | |
'_embedded' => stdClass Object (...) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment