PUT api/FreeWorks/{id}
Request informacije
URI parametri
| Ime | Opis | Tip | Dodatne informacije |
|---|---|---|---|
| id | integer |
Required |
Body parametri
AgadoFreeWork| Ime | Opis | Tip | Dodatne informacije |
|---|---|---|---|
| Workplace | string |
Required Max length: 100 |
|
| Company | string |
Required Max length: 255 |
|
| Place | string |
Required Max length: 255 |
|
| Description | string |
Brez. |
|
| Requirements | string |
Brez. |
|
| Payment | string |
Max length: 100 |
|
| Duration | string |
Max length: 100 |
|
| Beginning | date |
Brez. |
|
| Mobile | string |
Max length: 20 |
|
| Phone | string |
Max length: 20 |
|
| string |
Max length: 255 |
||
| Gender | Gender |
Required |
|
| IsPublished | boolean |
Required |
|
| AgadoJobId | integer |
Required |
|
| RegionName | string |
Required Max length: 255 |
|
| RegionSlug | string |
Required Max length: 255 |
|
| SortOfWorkTitle | string |
Required Max length: 255 |
|
| SortOfWorkSlug | string |
Required Max length: 255 |
|
| WorkCategoryName | string |
Required Max length: 255 |
|
| WorkCategorySlug | string |
Required Max length: 255 |
Request Formats
application/json, text/json
Primer:
{
"Workplace": "sample string 1",
"Company": "sample string 2",
"Place": "sample string 3",
"Description": "sample string 4",
"Requirements": "sample string 5",
"Payment": "sample string 6",
"Duration": "sample string 7",
"Beginning": "2026-02-27T20:21:49.083161+00:00",
"Mobile": "sample string 8",
"Phone": "sample string 9",
"Email": "sample string 10",
"Gender": "Male",
"IsPublished": true,
"AgadoJobId": 12,
"RegionName": "sample string 13",
"RegionSlug": "sample string 14",
"SortOfWorkTitle": "sample string 15",
"SortOfWorkSlug": "sample string 16",
"WorkCategoryName": "sample string 17",
"WorkCategorySlug": "sample string 18"
}
text/xml
Primer:
<AgadoFreeWork xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agado.Restful.Classes"> <AgadoJobId>12</AgadoJobId> <Beginning>2026-02-27T20:21:49.083161+00:00</Beginning> <Company>sample string 2</Company> <Description>sample string 4</Description> <Duration>sample string 7</Duration> <Email>sample string 10</Email> <Gender>Male</Gender> <IsPublished>true</IsPublished> <Mobile>sample string 8</Mobile> <Payment>sample string 6</Payment> <Phone>sample string 9</Phone> <Place>sample string 3</Place> <RegionName>sample string 13</RegionName> <RegionSlug>sample string 14</RegionSlug> <Requirements>sample string 5</Requirements> <SortOfWorkSlug>sample string 16</SortOfWorkSlug> <SortOfWorkTitle>sample string 15</SortOfWorkTitle> <WorkCategoryName>sample string 17</WorkCategoryName> <WorkCategorySlug>sample string 18</WorkCategorySlug> <Workplace>sample string 1</Workplace> </AgadoFreeWork>
application/x-www-form-urlencoded
Primer:
Primer ni na voljo.
Response informacije
Resource opis
IHttpActionResultBrez.
Response format
application/json, text/json, text/xml
Primer:
Sample not available.