POST presentation_gw/InfoServizio/MockPreparePaymentKO_Request

Documentation for 'MockPreparePaymentKO_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:
"57c93820-9091-4feb-a8c9-8d40c78dcabe"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">57c93820-9091-4feb-a8c9-8d40c78dcabe</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": "6ecbd30c-ae7c-4183-bc89-fe3cd0d7455e",
  "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>6ecbd30c-ae7c-4183-bc89-fe3cd0d7455e</_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>