POST api/utente/aggiungiArticolo
Request Information
URI Parameters
None.
Body Parameters
PayloadAggiungiArticolo| Name | Description | Type | Additional information |
|---|---|---|---|
| Sessione | Sessione |
None. |
|
| IdUtente | integer |
None. |
|
| IdArticolo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sessione": {
"IdUtente": 1,
"Token": "sample string 2"
},
"IdUtente": 1,
"IdArticolo": 2
}
application/xml, text/xml
Sample:
<PayloadAggiungiArticolo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAR">
<IdArticolo>2</IdArticolo>
<IdUtente>1</IdUtente>
<Sessione>
<IdUtente>1</IdUtente>
<Token>sample string 2</Token>
</Sessione>
</PayloadAggiungiArticolo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |