Update an experience
Updates an existing experience in the user’s resume as specified in the resume id. If a base is provided as the resume_id, the experience is updated in the base resume.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Experience ID of the experience you want to update
Resume ID of the resume the education belongs to. If you want to interact with the base educations, just put base
in here
Body
The name of the company the user worked at.
250
The title of the job the user had.
250
The type of employment the user had. Can be Full Time, Part Time, Contract, Internship, Freelance, Self Employed, Volunteer or Trainee.
flt
- Full Timeprt
- Part Timecon
- Contractint
- Internshipfre
- Freelancesel
- Self Employedvol
- Volunteertra
- Trainee
flt
, prt
, con
, int
, fre
, sel
, vol
, tra
The city the company is located in. (optional)
50
Month when the experience started (1-12).
1 <= x <= 12
Year when the experience started (YYYY).
1900 <= x <= 2100
Month when the experience was completed (1-12).
1 <= x <= 12
Year when the experience was completed (YYYY).
1900 <= x <= 2100
Whether the user is currently working. default: False
The description of the experience entry. User can provide any kind of description for that user. Usually in HTML format to support rich text. (optional)
3000
The user who the experience entry belongs to.
The unique identifier for the resume section entry.
The country the company is located in. (optional)
Response
The unique identifier for the experience entry.
The user who the experience entry belongs to.
The unique identifier for the resume section entry.
The name of the company the user worked at.
250
The title of the job the user had.
250
The date and time the experience entry was created.
The date and time the experience entry was last updated.
The city the company is located in. (optional)
50
Month when the experience started (1-12).
1 <= x <= 12
Year when the experience started (YYYY).
1900 <= x <= 2100
Month when the experience was completed (1-12).
1 <= x <= 12
Year when the experience was completed (YYYY).
1900 <= x <= 2100
Whether the user is currently working. default: False
The description of the experience entry. User can provide any kind of description for that user. Usually in HTML format to support rich text. (optional)
3000