POST api/elmaswstp/ordineCli/infoPag
Aggiornamento delle informazioni di pagamento nell'Ordine cliente specificato (PMI-1588)
Request Information
URI Parameters
None.
Body Parameters
OrdineCliInfoPag| Name | Description | Type | Additional information |
|---|---|---|---|
| IdOrdine |
ID Ordine |
string |
Max length: 14 |
| IdCliente |
ID cliente |
string |
Max length: 10 |
| IdPagamento |
Codice pagamento |
string |
Max length: 6 |
| PagamentoDescrizione |
Informazioni relative al pagamento on line |
string |
Max length: 40 |
Request Formats
application/json, text/json
Sample:
{
"IdOrdine": "sample string 1",
"IdCliente": "sample string 2",
"IdPagamento": "sample string 3",
"PagamentoDescrizione": "sample string 4"
}
application/xml, text/xml
Sample:
<OrdineCliInfoPag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ElmasWSTP.Models"> <IdCliente>sample string 2</IdCliente> <IdOrdine>sample string 1</IdOrdine> <IdPagamento>sample string 3</IdPagamento> <PagamentoDescrizione>sample string 4</PagamentoDescrizione> </OrdineCliInfoPag>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Tutte le informazioni per l'idCliente specificato
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. |