POST presentation_gw/InfoServizio/MockPreparePaymentOK_Request

Documentation for 'MockPreparePaymentOK_Request'.

Request Information

Parameters

NameDescriptionAdditional information
serviceUserId
Documentation for 'serviceUserId'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"99212cc3-8d21-4ca7-be59-e8acf416c1bc"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">99212cc3-8d21-4ca7-be59-e8acf416c1bc</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": "304dbb17-7551-4226-96c6-855a5bde1943",
  "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>304dbb17-7551-4226-96c6-855a5bde1943</_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>