...
Endpoint: https://ws.icnea.net/inventory_update.aspx
Code Block | ||
---|---|---|
| ||
<inventory_update>
<link>
<user>integer(4)</user>
<password>character(20)</password>
</link>
<lodgings>
<lodging>
// Here all the listing XML
</lodging>
</inventory_update> |
Response with success:
Code Block | ||
---|---|---|
| ||
<inventory_update_response>
<ok>lodging_id </ok>
</inventory_update_response> |
Response with error:
Code Block | ||
---|---|---|
| ||
<inventory_update_response>
<ko>character(500)</ko>
</inventory_update_response> |