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:
"be20bc4d-34a6-44a4-9d80-06985fe00349"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">be20bc4d-34a6-44a4-9d80-06985fe00349</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": "67bbf894-2bab-4cb0-8ad6-1dd7a9fdff16",
  "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>67bbf894-2bab-4cb0-8ad6-1dd7a9fdff16</_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>