POST api/invoices/issueinvoicesmartpos
Request Information
URI Parameters
None.
Body Parameters
SmartPOSTransaction| Name | Description | Type | Additional information | 
|---|---|---|---|
| CFId | integer | None. | |
| PMSProperty | string | None. | |
| PMSRoom | string | None. | |
| PMSAccount | string | None. | |
| CustomerSurname | string | None. | |
| CustomerName | string | None. | |
| CustomerEmail | string | None. | |
| PaymentTypeId | integer | None. | |
| PMSArrivalDate | string | None. | |
| PMSDepartureDate | string | None. | |
| FolderType | CFTypes | None. | |
| TransactionItems | Collection of SmartPOSTransactionItem | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "CFId": 1,
  "PMSProperty": "sample string 2",
  "PMSRoom": "sample string 3",
  "PMSAccount": "sample string 4",
  "CustomerSurname": "sample string 5",
  "CustomerName": "sample string 6",
  "CustomerEmail": "sample string 7",
  "PaymentTypeId": 8,
  "PMSArrivalDate": "sample string 9",
  "PMSDepartureDate": "sample string 10",
  "FolderType": 0,
  "TransactionItems": [
    {
      "ProdId": 1,
      "Quantity": 2.1,
      "SaleTypeId": 3,
      "PriceListId": 4,
      "Price": 5.1,
      "DiscountPercent": 6.1,
      "DiscountValue": 7.1,
      "SellerId": 8,
      "AssistantId": 9,
      "BookingSourceId": 10,
      "Notes": "sample string 11",
      "DiscountVoucherId": 12,
      "PromoCodeId": 13,
      "CampaignId": 14
    },
    {
      "ProdId": 1,
      "Quantity": 2.1,
      "SaleTypeId": 3,
      "PriceListId": 4,
      "Price": 5.1,
      "DiscountPercent": 6.1,
      "DiscountValue": 7.1,
      "SellerId": 8,
      "AssistantId": 9,
      "BookingSourceId": 10,
      "Notes": "sample string 11",
      "DiscountVoucherId": 12,
      "PromoCodeId": 13,
      "CampaignId": 14
    }
  ]
}
        application/xml, text/xml
            Sample:
        
<SmartPOSTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.WebModels">
  <CFId>1</CFId>
  <CustomerEmail>sample string 7</CustomerEmail>
  <CustomerName>sample string 6</CustomerName>
  <CustomerSurname>sample string 5</CustomerSurname>
  <FolderType>Inhouse</FolderType>
  <PMSAccount>sample string 4</PMSAccount>
  <PMSArrivalDate>sample string 9</PMSArrivalDate>
  <PMSDepartureDate>sample string 10</PMSDepartureDate>
  <PMSProperty>sample string 2</PMSProperty>
  <PMSRoom>sample string 3</PMSRoom>
  <PaymentTypeId>8</PaymentTypeId>
  <TransactionItems>
    <SmartPOSTransactionItem>
      <AssistantId>9</AssistantId>
      <BookingSourceId>10</BookingSourceId>
      <CampaignId>14</CampaignId>
      <DiscountPercent>6.1</DiscountPercent>
      <DiscountValue>7.1</DiscountValue>
      <DiscountVoucherId>12</DiscountVoucherId>
      <Notes>sample string 11</Notes>
      <Price>5.1</Price>
      <PriceListId>4</PriceListId>
      <ProdId>1</ProdId>
      <PromoCodeId>13</PromoCodeId>
      <Quantity>2.1</Quantity>
      <SaleTypeId>3</SaleTypeId>
      <SellerId>8</SellerId>
    </SmartPOSTransactionItem>
    <SmartPOSTransactionItem>
      <AssistantId>9</AssistantId>
      <BookingSourceId>10</BookingSourceId>
      <CampaignId>14</CampaignId>
      <DiscountPercent>6.1</DiscountPercent>
      <DiscountValue>7.1</DiscountValue>
      <DiscountVoucherId>12</DiscountVoucherId>
      <Notes>sample string 11</Notes>
      <Price>5.1</Price>
      <PriceListId>4</PriceListId>
      <ProdId>1</ProdId>
      <PromoCodeId>13</PromoCodeId>
      <Quantity>2.1</Quantity>
      <SaleTypeId>3</SaleTypeId>
      <SellerId>8</SellerId>
    </SmartPOSTransactionItem>
  </TransactionItems>
</SmartPOSTransaction>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
FiscalizedInvoice| Name | Description | Type | Additional information | 
|---|---|---|---|
| ClientCode | string | None. | |
| AccId | integer | None. | |
| Content | string | None. | |
| FMUFiscalizationOnClient | boolean | None. | |
| FMUWebApiAddress | string | None. | |
| FMUSignature | string | None. | |
| QRCode | string | None. | |
| IssueOnServer | boolean | None. | |
| PrintOnServer | boolean | None. | |
| Fiscalized | boolean | None. | |
| SignedSuccess | boolean | None. | |
| PaymentSuccess | boolean | None. | |
| ErrorMessage | string | None. | |
| Success | boolean | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "ClientCode": "sample string 1",
  "AccId": 2,
  "Content": "sample string 3",
  "FMUFiscalizationOnClient": true,
  "FMUWebApiAddress": "sample string 5",
  "FMUSignature": "sample string 6",
  "QRCode": "sample string 7",
  "IssueOnServer": true,
  "PrintOnServer": true,
  "Fiscalized": true,
  "SignedSuccess": true,
  "PaymentSuccess": true,
  "ErrorMessage": "sample string 13",
  "Success": true
}
        application/xml, text/xml
            Sample:
<FiscalizedInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models"> <AccId>2</AccId> <ClientCode>sample string 1</ClientCode> <Content>sample string 3</Content> <ErrorMessage>sample string 13</ErrorMessage> <FMUFiscalizationOnClient>true</FMUFiscalizationOnClient> <FMUSignature>sample string 6</FMUSignature> <FMUWebApiAddress>sample string 5</FMUWebApiAddress> <Fiscalized>true</Fiscalized> <IssueOnServer>true</IssueOnServer> <PaymentSuccess>true</PaymentSuccess> <PrintOnServer>true</PrintOnServer> <QRCode>sample string 7</QRCode> <SignedSuccess>true</SignedSuccess> <Success>true</Success> </FiscalizedInvoice>