POST api/WorkLink
Request Information
URI Parameters
None.
Body Parameters
LinkFull| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProjectId | integer |
None. |
|
| ProjectName | string |
None. |
|
| LinkName | string |
None. |
|
| LinkAddress | string |
None. |
|
| ProjectSort | integer |
None. |
|
| LinkSort | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProjectId": 2,
"ProjectName": "sample string 3",
"LinkName": "sample string 4",
"LinkAddress": "sample string 5",
"ProjectSort": 1,
"LinkSort": 1
}
text/html
Sample:
{"Id":1,"ProjectId":2,"ProjectName":"sample string 3","LinkName":"sample string 4","LinkAddress":"sample string 5","ProjectSort":1,"LinkSort":1}
application/xml, text/xml
Sample:
<LinkFull xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DayAPI.Models"> <Id>1</Id> <LinkAddress>sample string 5</LinkAddress> <LinkName>sample string 4</LinkName> <LinkSort>1</LinkSort> <ProjectId>2</ProjectId> <ProjectName>sample string 3</ProjectName> <ProjectSort>1</ProjectSort> </LinkFull>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.