POST api/modificaPuntiFidelity
Request Information
URI Parameters
None.
Body Parameters
ModificaPuntiFidelityName | Description | Type | Additional information |
---|---|---|---|
codiceFidelity | string |
None. |
|
punti | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "codiceFidelity": "sample string 1", "punti": 1.1 }
text/html
Sample:
{"codiceFidelity":"sample string 1","punti":1.1}
application/xml, text/xml
Sample:
<ModificaPuntiFidelity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <CodiceFidelity>sample string 1</CodiceFidelity> <Punti>1.1</Punti> </ModificaPuntiFidelity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |