POST api/v1/pg_WorkExperience

Request Information

URI Parameters

None.

Body Parameters

Pg_WorkExperienceVM
NameDescriptionTypeAdditional information
workExperienceId

integer

None.

employer

string

None.

position

string

None.

fromYearId

integer

None.

toYearId

integer

None.

tenantId

integer

None.

dateCreated

date

None.

studentId

integer

None.

applicationNumber

string

None.

createdBy

integer

None.

fromYearName

string

None.

toYearName

string

None.

address

string

None.

Request Formats

application/json, text/json

Sample:
{
  "workExperienceId": 1,
  "employer": "sample string 2",
  "position": "sample string 3",
  "fromYearId": 1,
  "toYearId": 1,
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:34:00.2905377-07:00",
  "studentId": 1,
  "applicationNumber": "sample string 4",
  "createdBy": 5,
  "fromYearName": "sample string 6",
  "toYearName": "sample string 7",
  "address": "sample string 8"
}

application/xml, text/xml

Sample:
<Pg_WorkExperienceVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <address>sample string 8</address>
  <applicationNumber>sample string 4</applicationNumber>
  <createdBy>5</createdBy>
  <dateCreated>2024-09-19T09:34:00.2905377-07:00</dateCreated>
  <employer>sample string 2</employer>
  <fromYearId>1</fromYearId>
  <fromYearName>sample string 6</fromYearName>
  <position>sample string 3</position>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
  <toYearId>1</toYearId>
  <toYearName>sample string 7</toYearName>
  <workExperienceId>1</workExperienceId>
</Pg_WorkExperienceVM>

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.