POST api/SiteLine

Request Information

URI Parameters

None.

Body Parameters

SiteLine
NameDescriptionTypeAdditional information
Id

integer

None.

SiteId

integer

None.

Name

string

None.

IsHide

boolean

None.

CreatedDate

date

None.

CreatedBy

integer

None.

LastModifiedDate

date

None.

LastModifiedBy

integer

None.

DeletedDate

date

None.

DeletedBy

integer

None.

LocalId

integer

None.

SiteLocalId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SiteId": 2,
  "Name": "sample string 3",
  "IsHide": true,
  "CreatedDate": "2025-08-29T20:22:13.5594466+00:00",
  "CreatedBy": 6,
  "LastModifiedDate": "2025-08-29T20:22:13.5594466+00:00",
  "LastModifiedBy": 8,
  "DeletedDate": "2025-08-29T20:22:13.5594466+00:00",
  "DeletedBy": 1,
  "LocalId": 9,
  "SiteLocalId": 10
}

application/xml, text/xml

Sample:
<SiteLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <CreatedBy>6</CreatedBy>
  <CreatedDate>2025-08-29T20:22:13.5594466+00:00</CreatedDate>
  <DeletedBy>1</DeletedBy>
  <DeletedDate>2025-08-29T20:22:13.5594466+00:00</DeletedDate>
  <Id>1</Id>
  <IsHide>true</IsHide>
  <LastModifiedBy>8</LastModifiedBy>
  <LastModifiedDate>2025-08-29T20:22:13.5594466+00:00</LastModifiedDate>
  <LocalId>9</LocalId>
  <Name>sample string 3</Name>
  <SiteId>2</SiteId>
  <SiteLocalId>10</SiteLocalId>
</SiteLine>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.