POST v2/admin/vrsync-sources

Request Information

URI Parameters

None.

Body Parameters

CreateVRSyncSourceRequest
NameDescriptionTypeAdditional information
ProviderName

string

None.

FeedUrl

string

None.

IsEnabled

boolean

None.

ImobiliariaId

integer

None.

ImobiliariaNome

string

None.

Request Formats

application/json, text/json

Sample:
{
  "providerName": "sample string 1",
  "feedUrl": "sample string 2",
  "isEnabled": true,
  "imobiliariaId": 1,
  "imobiliariaNome": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.