Esempio n. 1
0
 /// <summary>
 /// Creates a new instance of the <see cref="VariantApi" /> class
 /// with the API configuration is specified (or use <see cref="Configuration.Default" />) and base API path.
 /// </summary>
 /// <param name="configuration">The API configuration.</param>
 /// <param name="basePath">The API base path.</param>
 public VariantApi(Configuration configuration = null, string basePath = null)
     : base("/api/remap/1.2/entity/variant", basePath, configuration)
 {
     Metadata = new MetadataApi <VariantMetadata>(Path, basePath, configuration);
     Images   = new ImageApi(Path, basePath, configuration);
 }
Esempio n. 2
0
 /// <summary>
 /// Creates a new instance of the <see cref="InvoiceOutApi" /> class
 /// with the API configuration is specified (or use <see cref="Configuration.Default" />) and base API path.
 /// </summary>
 /// <param name="configuration">The API configuration.</param>
 /// <param name="basePath">The API base path.</param>
 public InvoiceOutApi(Configuration configuration = null, string basePath = null)
     : base("/api/remap/1.2/entity/invoiceout", basePath, configuration)
 {
     Metadata = new MetadataApi <DocumentMetadata, DocumentMetadataQuery>(Path, basePath, configuration);
 }
Esempio n. 3
0
 /// <summary>
 /// Creates a new instance of the <see cref="CustomerOrderApi" /> class
 /// with the API configuration is specified (or use <see cref="Configuration.Default" />) and base API path.
 /// </summary>
 /// <param name="configuration">The API configuration.</param>
 /// <param name="basePath">The API base path.</param>
 public CustomerOrderApi(Configuration configuration = null, string basePath = null)
     : base("/api/remap/1.2/entity/customerorder", basePath, configuration)
 {
     Metadata = new MetadataApi <DocumentMetadata, DocumentMetadataQuery>(Path, basePath, configuration);
 }
Esempio n. 4
0
 /// <summary>
 /// Creates a new instance of the <see cref="DemandApi" /> class
 /// with the API configuration is specified (or use <see cref="Configuration.Default" />) and base API path.
 /// </summary>
 /// <param name="configuration">The API configuration.</param>
 /// <param name="basePath">The API base path.</param>
 public DemandApi(Configuration configuration = null, string basePath = null)
     : base("/api/remap/1.2/entity/demand", basePath, configuration)
 {
     Metadata = new MetadataApi<DocumentMetadata, DocumentMetadataQuery>(Path, basePath, configuration);
 }