API Documentation

Last Update: 28 December 2022

POST api/WebSiteCustomProperty



Request Information


URI Parameters

None.


Body Parameters
WebSiteCustomProperty
Name Description Type Additional information
ID

integer

None.

WebSiteLocalID

integer

None.

Custom01

string

None.

Custom02

string

None.

Custom03

string

None.

Custom04

string

None.

Custom05

string

None.

Custom06

string

None.

Custom07

string

None.

Custom08

string

None.

Custom09

string

None.

Custom10

string

None.

LastUpdate

date

None.

RecordStatus

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "WebSiteLocalID": 2,
  "Custom01": "sample string 3",
  "Custom02": "sample string 4",
  "Custom03": "sample string 5",
  "Custom04": "sample string 6",
  "Custom05": "sample string 7",
  "Custom06": "sample string 8",
  "Custom07": "sample string 9",
  "Custom08": "sample string 10",
  "Custom09": "sample string 11",
  "Custom10": "sample string 12",
  "LastUpdate": "2024-11-21T06:26:30.3601373+00:00",
  "RecordStatus": 14
}

Response Information


Resource Description
WebSiteCustomProperty
Name Description Type Additional information
ID

integer

None.

WebSiteLocalID

integer

None.

Custom01

string

None.

Custom02

string

None.

Custom03

string

None.

Custom04

string

None.

Custom05

string

None.

Custom06

string

None.

Custom07

string

None.

Custom08

string

None.

Custom09

string

None.

Custom10

string

None.

LastUpdate

date

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "WebSiteLocalID": 2,
  "Custom01": "sample string 3",
  "Custom02": "sample string 4",
  "Custom03": "sample string 5",
  "Custom04": "sample string 6",
  "Custom05": "sample string 7",
  "Custom06": "sample string 8",
  "Custom07": "sample string 9",
  "Custom08": "sample string 10",
  "Custom09": "sample string 11",
  "Custom10": "sample string 12",
  "LastUpdate": "2024-11-21T06:26:30.3601373+00:00",
  "RecordStatus": 14
}