POST api/ProjectBoundaryLog

Request Information

URI Parameters

None.

Body Parameters

tbl_ProjectBoundaryLog
NameDescriptionTypeAdditional information
ProjectBoundaryLog_AddedBy

integer

None.

ProjectBoundaryLog_AddedOn

string

None.

ProjectBoundaryLog_Comments

string

None.

ProjectBoundaryLog_Latitude

string

None.

ProjectBoundaryLog_Longitude

string

None.

ProjectBoundaryLog_Accuracy

string

None.

ProjectBoundaryLog_Laying_Id

integer

None.

ProjectBoundaryLog_Order

integer

None.

ProjectBoundaryLog_Id

integer

None.

ProjectBoundaryLog_TimeStamp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjectBoundaryLog_AddedBy": 1,
  "ProjectBoundaryLog_AddedOn": "sample string 2",
  "ProjectBoundaryLog_Comments": "sample string 3",
  "ProjectBoundaryLog_Latitude": "sample string 4",
  "ProjectBoundaryLog_Longitude": "sample string 5",
  "ProjectBoundaryLog_Accuracy": "sample string 6",
  "ProjectBoundaryLog_Laying_Id": 7,
  "ProjectBoundaryLog_Order": 8,
  "ProjectBoundaryLog_Id": 9,
  "ProjectBoundaryLog_TimeStamp": "sample string 10"
}

application/xml, text/xml

Sample:
<tbl_ProjectBoundaryLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMIS_API.Models">
  <ProjectBoundaryLog_Accuracy>sample string 6</ProjectBoundaryLog_Accuracy>
  <ProjectBoundaryLog_AddedBy>1</ProjectBoundaryLog_AddedBy>
  <ProjectBoundaryLog_AddedOn>sample string 2</ProjectBoundaryLog_AddedOn>
  <ProjectBoundaryLog_Comments>sample string 3</ProjectBoundaryLog_Comments>
  <ProjectBoundaryLog_Id>9</ProjectBoundaryLog_Id>
  <ProjectBoundaryLog_Latitude>sample string 4</ProjectBoundaryLog_Latitude>
  <ProjectBoundaryLog_Laying_Id>7</ProjectBoundaryLog_Laying_Id>
  <ProjectBoundaryLog_Longitude>sample string 5</ProjectBoundaryLog_Longitude>
  <ProjectBoundaryLog_Order>8</ProjectBoundaryLog_Order>
  <ProjectBoundaryLog_TimeStamp>sample string 10</ProjectBoundaryLog_TimeStamp>
</tbl_ProjectBoundaryLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.