PUT api/CVEducation

Request Information

URI Parameters

None.

Body Parameters

CVEducation
NameDescriptionTypeAdditional information
RecordNo

integer

None.

CVProfileFK

integer

None.

CVProfile

CVProfile

None.

Course

string

None.

CertificateFK

integer

None.

Certificate

DropdownDetail

None.

Degree

string

None.

Instituition

string

None.

IsActiveSchool

boolean

None.

StartDate

date

None.

EndDate

date

None.

JsonData

string

None.

CreatedOn

date

None.

UpdatedOn

date

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordNo": 1,
  "CVProfileFK": 1,
  "CVProfile": {
    "RecordNo": 1,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "PhoneNumber": "sample string 4",
    "EmailAddress": "sample string 5",
    "HomeAddress": "sample string 6",
    "PersonalStatement": "sample string 7",
    "Skills": "sample string 8",
    "Language": "sample string 9",
    "ReferenceNumber": "sample string 10",
    "AdminUploadLetter": "sample string 11",
    "UserReview": "sample string 12",
    "PaymentStatusFK": 1,
    "PaymentStatus": {
      "RecordNo": 1,
      "PaymentStatusName": "sample string 2",
      "CreatedOn": "2024-12-22T23:25:16.0408532+00:00",
      "UpdatedOn": "2024-12-22T23:25:16.0408532+00:00",
      "IsDeleted": true,
      "IsIncrementedAmt": true,
      "SortOrder": 1
    },
    "PaymentId": "a2e4afbc-f429-449f-9d34-e0ea1794150f",
    "PlanAmount": 1.0,
    "PlanAmountCurrency": "sample string 13",
    "LocalAmountPaid": 1.0,
    "LocalAmountPaidCurrency": "sample string 14",
    "CountryName": "sample string 15",
    "NGNPlanValue": 1.0,
    "NGNAmountPaid": 1.0,
    "JsonData": "sample string 16",
    "CreatedOn": "2024-12-22T23:25:16.0408532+00:00",
    "UpdatedOn": "2024-12-22T23:25:16.0408532+00:00",
    "IsDeleted": true,
    "CVExperiences": [
      {
        "RecordNo": 1,
        "CVProfileFK": 1,
        "ExperienceName": "sample string 2",
        "Role": "sample string 3",
        "Employer": "sample string 4",
        "IsActiveEmployer": true,
        "StartDate": "2024-12-22T23:25:16.0408532+00:00",
        "EndDate": "2024-12-22T23:25:16.0408532+00:00",
        "EmployerWebsite": "sample string 8",
        "Location": "sample string 9",
        "CreatedOn": "2024-12-22T23:25:16.0408532+00:00",
        "UpdatedOn": "2024-12-22T23:25:16.0408532+00:00",
        "IsDeleted": true
      },
      {
        "RecordNo": 1,
        "CVProfileFK": 1,
        "ExperienceName": "sample string 2",
        "Role": "sample string 3",
        "Employer": "sample string 4",
        "IsActiveEmployer": true,
        "StartDate": "2024-12-22T23:25:16.0408532+00:00",
        "EndDate": "2024-12-22T23:25:16.0408532+00:00",
        "EmployerWebsite": "sample string 8",
        "Location": "sample string 9",
        "CreatedOn": "2024-12-22T23:25:16.0408532+00:00",
        "UpdatedOn": "2024-12-22T23:25:16.0408532+00:00",
        "IsDeleted": true
      }
    ],
    "CVEducations": []
  },
  "Course": "sample string 2",
  "CertificateFK": 1,
  "Certificate": {
    "RecordNo": 1,
    "DropdownFK": 2,
    "Dropdown": {
      "RecordNo": 1,
      "Name": "sample string 2",
      "CreatedOn": "2024-12-22T23:25:16.0408532+00:00",
      "UpdatedOn": "2024-12-22T23:25:16.0408532+00:00",
      "IsDeleted": true
    },
    "DropdownOption": "sample string 3",
    "IsActive": true,
    "CreatedOn": "2024-12-22T23:25:16.0408532+00:00",
    "UpdatedOn": "2024-12-22T23:25:16.0408532+00:00",
    "IsDeleted": true
  },
  "Degree": "sample string 3",
  "Instituition": "sample string 4",
  "IsActiveSchool": true,
  "StartDate": "2024-12-22T23:25:16.0408532+00:00",
  "EndDate": "2024-12-22T23:25:16.0408532+00:00",
  "JsonData": "sample string 8",
  "CreatedOn": "2024-12-22T23:25:16.0408532+00:00",
  "UpdatedOn": "2024-12-22T23:25:16.0408532+00:00",
  "IsDeleted": true
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[TrishAcademy.Models.CVEducation, TrishAcademy, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[TrishAcademy.Models.CVEducation, TrishAcademy, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CVEducation'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.