POST api/DipendentiFolder
Request Information
URI Parameters
None.
Body Parameters
Collection of DipendentiFolder| Name | Description | Type | Additional information |
|---|---|---|---|
| IDFolder | integer |
None. |
|
| IDDipedente | integer |
None. |
|
| PathFolder | string |
Required |
|
| NameFolder | string |
Required |
|
| ModelState | EnmModelState |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"IDFolder": 1,
"IDDipedente": 2,
"PathFolder": "sample string 3",
"NameFolder": "sample string 4",
"ModelState": 0
},
{
"IDFolder": 1,
"IDDipedente": 2,
"PathFolder": "sample string 3",
"NameFolder": "sample string 4",
"ModelState": 0
}
]
application/xml, text/xml
Sample:
<ArrayOfDipendentiFolder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Puliservice.Data.S3">
<DipendentiFolder>
<IDDipedente>2</IDDipedente>
<IDFolder>1</IDFolder>
<ModelState>Unchanged</ModelState>
<NameFolder>sample string 4</NameFolder>
<PathFolder>sample string 3</PathFolder>
</DipendentiFolder>
<DipendentiFolder>
<IDDipedente>2</IDDipedente>
<IDFolder>1</IDFolder>
<ModelState>Unchanged</ModelState>
<NameFolder>sample string 4</NameFolder>
<PathFolder>sample string 3</PathFolder>
</DipendentiFolder>
</ArrayOfDipendentiFolder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.