DELPHI programing - editor - creator-
Budget: $15 – $25 USD
work for an hour
I need to implement în the old software, writed în Delphi 7 an api call to an online server.
The call need to run respecting one of the following rules:
1) every time we have an update/insert în the table named "casa" (ideal behaviour)
2) every 10 minute (if you cannot listen for "casa insert/update" - not ideal behavoiur)
Call details:
Endpoint: https//intranet.staramanet.ro/api/casa.php
Method: POST
Payload:
{
computer_id: TEY2762 //unique generated computer id - this will be the same for every call based on computer hardware id.
id_casa : 111,
data_casa : 10/24/2022
sold_initial : 123,
incasari : 123,
plati : 123,
sold_final : 123,
inprumut : 123,
comision : 123,
vanzari : 123
}
The success response will be:
Status 200:
{
success: true
}
The error response will be:
Any other status (400,500...)
{
error: 'message',
exception: object
}
I need to implement în the old software, writed în Delphi 7 an api call to an online server.
The call need to run respecting one of the following rules:
1) every time we have an update/insert în the table named "casa" (ideal behaviour)
2) every 10 minute (if you cannot listen for "casa insert/update" - not ideal behavoiur)
Call details:
Endpoint: https//intranet.staramanet.ro/api/casa.php
Method: POST
Payload:
{
computer_id: TEY2762 //unique generated computer id - this will be the same for every call based on computer hardware id.
id_casa : 111,
data_casa : 10/24/2022
sold_initial : 123,
incasari : 123,
plati : 123,
sold_final : 123,
inprumut : 123,
comision : 123,
vanzari : 123
}
The success response will be:
Status 200:
{
success: true
}
The error response will be:
Any other status (400,500...)
{
error: 'message',
exception: object
}