POST presentation_gw/InfoServizio/PreparePaymentRequest

Documentation for 'PreparePaymentRequest'.

Request Information

Parameters

NameDescriptionAdditional information
serviceUserId
Documentation for 'serviceUserId'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"b436a9d1-8d64-43cc-802a-7f0a72c16fa1"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">b436a9d1-8d64-43cc-802a-7f0a72c16fa1</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "ServiceId": "sample string 2",
  "DistributorId": "sample string 3",
  "RequestId": "3df8995a-9c1b-48c4-99b1-d040503e01f5",
  "Amount": 5.0
}

application/xml, text/xml

Sample:
<PaymentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.DTOApplication.Models">
  <_x003C_Amount_x003E_k__BackingField>5</_x003C_Amount_x003E_k__BackingField>
  <_x003C_DistributorId_x003E_k__BackingField>sample string 3</_x003C_DistributorId_x003E_k__BackingField>
  <_x003C_RequestId_x003E_k__BackingField>3df8995a-9c1b-48c4-99b1-d040503e01f5</_x003C_RequestId_x003E_k__BackingField>
  <_x003C_ServiceId_x003E_k__BackingField>sample string 2</_x003C_ServiceId_x003E_k__BackingField>
  <_x003C_UserName_x003E_k__BackingField>sample string 1</_x003C_UserName_x003E_k__BackingField>
</PaymentModel>