GET api/{database}/SubscriptionTypeInfo/{subscriptionTypeId}

Gets the specified SubscriptionTypeInfo.



Request Information

Parameters

NameDescriptionAdditional information
subscriptionTypeId The subscriptionTypeId.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "amountPrint": "sample string 1",
  "collectionInvoiceTextLine1": "sample string 2",
  "description": "sample string 3",
  "interval": "sample string 4",
  "invoiceTextLine1": "sample string 5",
  "invoiceTextLine2": "sample string 6",
  "invoiceTextLine3": "sample string 7",
  "invoiceTextLine4": "sample string 8",
  "productId": "sample string 9",
  "subscriptionTypeId": "sample string 10",
  "vatInclExcl": "sample string 11"
}

application/xml, text/xml

Sample:
<SubscriptionTypeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Sales.Info">
  <AmountPrint>sample string 1</AmountPrint>
  <CollectionInvoiceTextLine1>sample string 2</CollectionInvoiceTextLine1>
  <Description>sample string 3</Description>
  <Interval>sample string 4</Interval>
  <InvoiceTextLine1>sample string 5</InvoiceTextLine1>
  <InvoiceTextLine2>sample string 6</InvoiceTextLine2>
  <InvoiceTextLine3>sample string 7</InvoiceTextLine3>
  <InvoiceTextLine4>sample string 8</InvoiceTextLine4>
  <ProductId>sample string 9</ProductId>
  <SubscriptionTypeId>sample string 10</SubscriptionTypeId>
  <VatInclExcl>sample string 11</VatInclExcl>
</SubscriptionTypeInfo>