Creates an advertisement.
POST https://example.com/realandmate/v1/AdvertisementService/advertisements
{
"id": string,
"property_id": string,
"title": string,
"url": string,
"date_created": datetime
}
-
-
-
-
-
-
-
-
-
-
{
"id": "777",
"url": "https://example.com/realandmate/v1/AdvertisementService/advertisements/777",
"date_created": "2021-07-07T07:07:07Z"
}