POST api/CVProfile/Certificate

Request Information

URI Parameters

None.

Body Parameters

CVProfile
NameDescriptionTypeAdditional information
RecordNo

integer

None.

FirstName

string

None.

LastName

string

None.

PhoneNumber

string

None.

EmailAddress

string

None.

HomeAddress

string

None.

PersonalStatement

string

None.

Skills

string

None.

Language

string

None.

ReferenceNumber

string

None.

AdminUploadLetter

string

None.

UserReview

string

None.

PaymentStatusFK

integer

None.

PaymentStatus

PaymentStatus

None.

PaymentId

globally unique identifier

None.

PlanAmount

decimal number

None.

PlanAmountCurrency

string

None.

LocalAmountPaid

decimal number

None.

LocalAmountPaidCurrency

string

None.

CountryName

string

None.

NGNPlanValue

decimal number

None.

NGNAmountPaid

decimal number

None.

JsonData

string

None.

CreatedOn

date

None.

UpdatedOn

date

None.

IsDeleted

boolean

None.

CVExperiences

Collection of CVExperience

None.

CVEducations

Collection of CVEducation

None.

Request Formats

application/json, text/json

Sample:
{
  "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-22T01:13:06.9937322+00:00",
    "UpdatedOn": "2024-12-22T01:13:06.9937322+00:00",
    "IsDeleted": true,
    "IsIncrementedAmt": true,
    "SortOrder": 1
  },
  "PaymentId": "9892af20-5570-4c35-ad91-2381e5b04252",
  "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-22T01:13:06.9937322+00:00",
  "UpdatedOn": "2024-12-22T01:13:06.9937322+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-22T01:13:06.9937322+00:00",
      "EndDate": "2024-12-22T01:13:06.9937322+00:00",
      "EmployerWebsite": "sample string 8",
      "Location": "sample string 9",
      "CreatedOn": "2024-12-22T01:13:06.9937322+00:00",
      "UpdatedOn": "2024-12-22T01:13:06.9937322+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-22T01:13:06.9937322+00:00",
      "EndDate": "2024-12-22T01:13:06.9937322+00:00",
      "EmployerWebsite": "sample string 8",
      "Location": "sample string 9",
      "CreatedOn": "2024-12-22T01:13:06.9937322+00:00",
      "UpdatedOn": "2024-12-22T01:13:06.9937322+00:00",
      "IsDeleted": true
    }
  ],
  "CVEducations": [
    {
      "RecordNo": 1,
      "CVProfileFK": 1,
      "Course": "sample string 2",
      "CertificateFK": 1,
      "Certificate": {
        "RecordNo": 1,
        "DropdownFK": 2,
        "Dropdown": {
          "RecordNo": 1,
          "Name": "sample string 2",
          "CreatedOn": "2024-12-22T01:13:06.9937322+00:00",
          "UpdatedOn": "2024-12-22T01:13:06.9937322+00:00",
          "IsDeleted": true
        },
        "DropdownOption": "sample string 3",
        "IsActive": true,
        "CreatedOn": "2024-12-22T01:13:06.9937322+00:00",
        "UpdatedOn": "2024-12-22T01:13:06.9937322+00:00",
        "IsDeleted": true
      },
      "Degree": "sample string 3",
      "Instituition": "sample string 4",
      "IsActiveSchool": true,
      "StartDate": "2024-12-22T01:13:06.9937322+00:00",
      "EndDate": "2024-12-22T01:13:06.9937322+00:00",
      "JsonData": "sample string 8",
      "CreatedOn": "2024-12-22T01:13:06.9937322+00:00",
      "UpdatedOn": "2024-12-22T01:13:06.9937322+00:00",
      "IsDeleted": true
    },
    {
      "RecordNo": 1,
      "CVProfileFK": 1,
      "Course": "sample string 2",
      "CertificateFK": 1,
      "Certificate": {
        "RecordNo": 1,
        "DropdownFK": 2,
        "Dropdown": {
          "RecordNo": 1,
          "Name": "sample string 2",
          "CreatedOn": "2024-12-22T01:13:06.9937322+00:00",
          "UpdatedOn": "2024-12-22T01:13:06.9937322+00:00",
          "IsDeleted": true
        },
        "DropdownOption": "sample string 3",
        "IsActive": true,
        "CreatedOn": "2024-12-22T01:13:06.9937322+00:00",
        "UpdatedOn": "2024-12-22T01:13:06.9937322+00:00",
        "IsDeleted": true
      },
      "Degree": "sample string 3",
      "Instituition": "sample string 4",
      "IsActiveSchool": true,
      "StartDate": "2024-12-22T01:13:06.9937322+00:00",
      "EndDate": "2024-12-22T01:13:06.9937322+00:00",
      "JsonData": "sample string 8",
      "CreatedOn": "2024-12-22T01:13:06.9937322+00:00",
      "UpdatedOn": "2024-12-22T01:13:06.9937322+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 'TrishAcademy.Models.CVEducation' 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 'TrishAcademy.Models.CVEducation' 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 'CVProfile'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.