PUT api/UserCollaboration/UpdateCollaboration
Request Information
URI Parameters
None.
Body Parameters
CollaborationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CollaborationId | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Duration | string |
None. |
|
| HourlyRate | string |
None. |
|
| HourlyRateType | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| UserId | integer |
None. |
|
| IPROId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| ResumeId | string |
None. |
|
| RequestId | string |
None. |
|
| PresentationTitle | string |
None. |
|
| CompanyTitle | string |
None. |
|
| CompanyName | string |
None. |
|
| Decription | string |
None. |
|
| Logo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CollaborationId": 1,
"Title": "sample string 2",
"Description": "sample string 3",
"Duration": "sample string 4",
"HourlyRate": "sample string 5",
"HourlyRateType": "sample string 6",
"StartDate": "2025-12-19T18:44:47.4030868+00:00",
"EndDate": "2025-12-19T18:44:47.4030868+00:00",
"UserId": 1,
"IPROId": 7,
"CreatedBy": 1,
"ResumeId": "sample string 8",
"RequestId": "sample string 9",
"PresentationTitle": "sample string 10",
"CompanyTitle": "sample string 11",
"CompanyName": "sample string 12",
"Decription": "sample string 13",
"Logo": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| items | Object |
None. |
|
| message | string |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"items": {},
"message": "sample string 3",
"total": 4
}