(* Options:
Date: 2026-03-13 22:10:43
Version: 8.60
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://milliet.io
//GlobalNamespace:
//MakeDataContractsExtensible: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion:
//ExportValueTypes: False
IncludeTypes: document_forced.*
//ExcludeTypes:
//InitializeCollections: False
//AddNamespaces:
*)
namespace WS_RESTRICTED_API
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
type eapi_document_type_enum =
| facture = 0
| commande = 1
| r98 = 2
| r99 = 3
| balance = 4
///
///Service de création de documents
///
[]
[]
[]
[]
type document() =
interface IReturn