Reference for https://icredit.rivhit.co.il/API/PaymentPageRequest.svc/RecurringSaleDetails

Recurring sale details

Url: https://icredit.rivhit.co.il/API/PaymentPageRequest.svc/RecurringSaleDetails

HTTP Method: POST

Message direction Format Body
Request Xml Example,Schema
Request Json Example
Response Xml Example,Schema
Response Json Example

The following is an example request Xml body:

<RecurringSaleDetailsRequestDTO xmlns="https://icredit.rivhit.co.il/api">
  <RecurringSaleId>1627aea5-8e0a-4371-9022-9b504344e724</RecurringSaleId>
</RecurringSaleDetailsRequestDTO>

The following is an example request Json body:

{
	"RecurringSaleId":"1627aea5-8e0a-4371-9022-9b504344e724"
}

The following is an example response Xml body:

<RecurringSaleDetailsResponseDTO xmlns="https://icredit.rivhit.co.il/api">
  <Address>String content</Address>
  <Amount>12678967.543233</Amount>
  <AuthNum>String content</AuthNum>
  <AutoCharge>true</AutoCharge>
  <CardDueDate>String content</CardDueDate>
  <CardNum>String content</CardNum>
  <CardProducer>2147483647</CardProducer>
  <ChargeCount>2147483647</ChargeCount>
  <ChargeDate>1999-05-31T11:20:00</ChargeDate>
  <City>String content</City>
  <Comments>String content</Comments>
  <Country>String content</Country>
  <CreationDate>1999-05-31T11:20:00</CreationDate>
  <Currency>2147483647</Currency>
  <Custom1>String content</Custom1>
  <Custom2>String content</Custom2>
  <Custom3>String content</Custom3>
  <Custom4>String content</Custom4>
  <CustomerFirstName>String content</CustomerFirstName>
  <CustomerId>2147483647</CustomerId>
  <CustomerLastName>String content</CustomerLastName>
  <Discount>12678967.543233</Discount>
  <EmailAddress>String content</EmailAddress>
  <EndDate>1999-05-31T11:20:00</EndDate>
  <ExemptVat>true</ExemptVat>
  <FaxNumber>String content</FaxNumber>
  <GroupId>1627aea5-8e0a-4371-9022-9b504344e724</GroupId>
  <IdNumber>2147483647</IdNumber>
  <IpnUrl>String content</IpnUrl>
  <IsActive>true</IsActive>
  <Items>
    <RecurringSaleDetailsItemDTO xmlns="http://schemas.datacontract.org/2004/07/APICore">
      <CatalogNumber>String content</CatalogNumber>
      <Description>String content</Description>
      <Id>2147483647</Id>
      <Quantity>12678967.543233</Quantity>
      <UnitPrice>12678967.543233</UnitPrice>
    </RecurringSaleDetailsItemDTO>
    <RecurringSaleDetailsItemDTO xmlns="http://schemas.datacontract.org/2004/07/APICore">
      <CatalogNumber>String content</CatalogNumber>
      <Description>String content</Description>
      <Id>2147483647</Id>
      <Quantity>12678967.543233</Quantity>
      <UnitPrice>12678967.543233</UnitPrice>
    </RecurringSaleDetailsItemDTO>
  </Items>
  <Order>String content</Order>
  <POB>2147483647</POB>
  <PhoneNumber>String content</PhoneNumber>
  <PhoneNumber2>String content</PhoneNumber2>
  <PriceIncludeVat>true</PriceIncludeVat>
  <ProRata>true</ProRata>
  <RecurringConcatMonth>2147483647</RecurringConcatMonth>
  <RecurringCycle>2147483647</RecurringCycle>
  <RecurringDay>2147483647</RecurringDay>
  <RecurringOffset>2147483647</RecurringOffset>
  <RecurringSaleCount>2147483647</RecurringSaleCount>
  <RecurringStep>2147483647</RecurringStep>
  <Reference>2147483647</Reference>
  <StartDate>1999-05-31T11:20:00</StartDate>
  <State>String content</State>
  <Token>1627aea5-8e0a-4371-9022-9b504344e724</Token>
  <VatNumber>2147483647</VatNumber>
  <Zipcode>String content</Zipcode>
</RecurringSaleDetailsResponseDTO>

The following is an example response Json body:

{
	"Address":"String content",
	"Amount":12678967.543233,
	"AuthNum":"String content",
	"AutoCharge":true,
	"CardDueDate":"String content",
	"CardNum":"String content",
	"CardProducer":2147483647,
	"ChargeCount":2147483647,
	"ChargeDate":"\/Date(928138800000+0300)\/",
	"City":"String content",
	"Comments":"String content",
	"Country":"String content",
	"CreationDate":"\/Date(928138800000+0300)\/",
	"Currency":2147483647,
	"Custom1":"String content",
	"Custom2":"String content",
	"Custom3":"String content",
	"Custom4":"String content",
	"CustomerFirstName":"String content",
	"CustomerId":2147483647,
	"CustomerLastName":"String content",
	"Discount":12678967.543233,
	"EmailAddress":"String content",
	"EndDate":"\/Date(928138800000+0300)\/",
	"ExemptVat":true,
	"FaxNumber":"String content",
	"GroupId":"1627aea5-8e0a-4371-9022-9b504344e724",
	"IdNumber":2147483647,
	"IpnUrl":"String content",
	"IsActive":true,
	"Items":[{
		"CatalogNumber":"String content",
		"Description":"String content",
		"Id":2147483647,
		"Quantity":12678967.543233,
		"UnitPrice":12678967.543233
	}],
	"Order":"String content",
	"POB":2147483647,
	"PhoneNumber":"String content",
	"PhoneNumber2":"String content",
	"PriceIncludeVat":true,
	"ProRata":true,
	"RecurringConcatMonth":2147483647,
	"RecurringCycle":2147483647,
	"RecurringDay":2147483647,
	"RecurringOffset":2147483647,
	"RecurringSaleCount":2147483647,
	"RecurringStep":2147483647,
	"Reference":2147483647,
	"StartDate":"\/Date(928138800000+0300)\/",
	"State":"String content",
	"Token":"1627aea5-8e0a-4371-9022-9b504344e724",
	"VatNumber":2147483647,
	"Zipcode":"String content"
}

The following is the request Xml Schema:

<xs:schema xmlns:tns="https://icredit.rivhit.co.il/api" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="https://icredit.rivhit.co.il/api" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:complexType name="RecurringSaleDetailsRequestDTO">
    <xs:sequence>
      <xs:element name="RecurringSaleId" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RecurringSaleDetailsRequestDTO" nillable="true" type="tns:RecurringSaleDetailsRequestDTO" />
</xs:schema>

Additional request Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>

The following is the response Xml Schema:

<xs:schema xmlns:tns="https://icredit.rivhit.co.il/api" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="https://icredit.rivhit.co.il/api" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/APICore" />
  <xs:complexType name="RecurringSaleDetailsResponseDTO">
    <xs:sequence>
      <xs:element minOccurs="0" name="Address" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Amount" type="xs:decimal" />
      <xs:element minOccurs="0" name="AuthNum" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="AutoCharge" type="xs:boolean" />
      <xs:element minOccurs="0" name="CardDueDate" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CardNum" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CardProducer" type="xs:int" />
      <xs:element minOccurs="0" name="ChargeCount" type="xs:int" />
      <xs:element minOccurs="0" name="ChargeDate" nillable="true" type="xs:dateTime" />
      <xs:element minOccurs="0" name="City" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Country" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CreationDate" type="xs:dateTime" />
      <xs:element minOccurs="0" name="Currency" type="xs:int" />
      <xs:element minOccurs="0" name="Custom1" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Custom2" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Custom3" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Custom4" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CustomerFirstName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CustomerId" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="CustomerLastName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Discount" type="xs:decimal" />
      <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime" />
      <xs:element minOccurs="0" name="ExemptVat" type="xs:boolean" />
      <xs:element minOccurs="0" name="FaxNumber" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="GroupId" type="ser:guid" />
      <xs:element minOccurs="0" name="IdNumber" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="IpnUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="IsActive" type="xs:boolean" />
      <xs:element minOccurs="0" name="Items" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/APICore" type="q1:ArrayOfRecurringSaleDetailsItemDTO" />
      <xs:element minOccurs="0" name="Order" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="POB" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PhoneNumber2" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PriceIncludeVat" type="xs:boolean" />
      <xs:element minOccurs="0" name="ProRata" type="xs:boolean" />
      <xs:element minOccurs="0" name="RecurringConcatMonth" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="RecurringCycle" type="xs:int" />
      <xs:element minOccurs="0" name="RecurringDay" type="xs:int" />
      <xs:element minOccurs="0" name="RecurringOffset" type="xs:int" />
      <xs:element minOccurs="0" name="RecurringSaleCount" type="xs:int" />
      <xs:element minOccurs="0" name="RecurringStep" type="xs:int" />
      <xs:element minOccurs="0" name="Reference" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime" />
      <xs:element minOccurs="0" name="State" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Token" type="ser:guid" />
      <xs:element minOccurs="0" name="VatNumber" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Zipcode" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RecurringSaleDetailsResponseDTO" nillable="true" type="tns:RecurringSaleDetailsResponseDTO" />
</xs:schema>

Additional response Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/APICore" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/APICore" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ArrayOfRecurringSaleDetailsItemDTO">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="RecurringSaleDetailsItemDTO" nillable="true" type="tns:RecurringSaleDetailsItemDTO" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfRecurringSaleDetailsItemDTO" nillable="true" type="tns:ArrayOfRecurringSaleDetailsItemDTO" />
  <xs:complexType name="RecurringSaleDetailsItemDTO">
    <xs:sequence>
      <xs:element minOccurs="0" name="CatalogNumber" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Id" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Quantity" type="xs:decimal" />
      <xs:element minOccurs="0" name="UnitPrice" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RecurringSaleDetailsItemDTO" nillable="true" type="tns:RecurringSaleDetailsItemDTO" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>