POST api/jobs/create
Request Information
URI Parameters
None.
Body Parameters
jobExperience| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProfileId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| Logo | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
|
| profile | profile |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JobExperiences| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| Logo | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProfileId": "3f00c63f-d53f-4feb-bbed-8003629daf0b",
"CompanyName": "sample string 2",
"Logo": "sample string 3",
"StartDate": "2025-12-05T20:24:11.6961361-08:00",
"EndDate": "2025-12-05T20:24:11.6961361-08:00",
"Description": "sample string 6",
"Type": "sample string 7",
"Id": "52dc1e8c-26ad-4310-a8fe-75bc5030e7c5",
"CreatedDate": "2025-12-05T20:24:11.6961361-08:00",
"ModifiedDate": "2025-12-05T20:24:11.6961361-08:00",
"DeletedDate": "2025-12-05T20:24:11.6961361-08:00"
}
application/xml, text/xml
Sample:
<JobExperiences xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data"> <CreatedDate>2025-12-05T20:24:11.6961361-08:00</CreatedDate> <DeletedDate>2025-12-05T20:24:11.6961361-08:00</DeletedDate> <Id>52dc1e8c-26ad-4310-a8fe-75bc5030e7c5</Id> <ModifiedDate>2025-12-05T20:24:11.6961361-08:00</ModifiedDate> <CompanyName>sample string 2</CompanyName> <Description>sample string 6</Description> <EndDate>2025-12-05T20:24:11.6961361-08:00</EndDate> <Logo>sample string 3</Logo> <ProfileId>3f00c63f-d53f-4feb-bbed-8003629daf0b</ProfileId> <StartDate>2025-12-05T20:24:11.6961361-08:00</StartDate> <Type>sample string 7</Type> </JobExperiences>