POST api/UserInspection

Request Information

URI Parameters

None.

Body Parameters

UserInspection
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

InspectionId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

LastModifiedBy

integer

None.

LastModifiedDate

date

None.

DeletedBy

integer

None.

DeletedDate

date

None.

UserName

string

None.

AssignUserEmailAddress

string

None.

AssignUserName

string

None.

LoginUserName

string

None.

LocalInspectionId

integer

None.

LocalId

integer

None.

LocalUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": 2,
  "InspectionId": 3,
  "CreatedBy": 4,
  "CreatedDate": "2025-08-29T20:22:12.3594952+00:00",
  "LastModifiedBy": 6,
  "LastModifiedDate": "2025-08-29T20:22:12.3594952+00:00",
  "DeletedBy": 1,
  "DeletedDate": "2025-08-29T20:22:12.3594952+00:00",
  "UserName": "sample string 8",
  "AssignUserEmailAddress": "sample string 9",
  "AssignUserName": "sample string 10",
  "LoginUserName": "sample string 11",
  "LocalInspectionId": 12,
  "LocalId": 13,
  "LocalUserId": 14
}

application/xml, text/xml

Sample:
<UserInspection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <AssignUserEmailAddress>sample string 9</AssignUserEmailAddress>
  <AssignUserName>sample string 10</AssignUserName>
  <CreatedBy>4</CreatedBy>
  <CreatedDate>2025-08-29T20:22:12.3594952+00:00</CreatedDate>
  <DeletedBy>1</DeletedBy>
  <DeletedDate>2025-08-29T20:22:12.3594952+00:00</DeletedDate>
  <Id>1</Id>
  <InspectionId>3</InspectionId>
  <LastModifiedBy>6</LastModifiedBy>
  <LastModifiedDate>2025-08-29T20:22:12.3594952+00:00</LastModifiedDate>
  <LocalId>13</LocalId>
  <LocalInspectionId>12</LocalInspectionId>
  <LocalUserId>14</LocalUserId>
  <LoginUserName>sample string 11</LoginUserName>
  <UserId>2</UserId>
  <UserName>sample string 8</UserName>
</UserInspection>

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.