Click or drag to resize
DocumentTypesController Class

[This is preliminary documentation and is subject to change.]

Primary controller responsible for the manipulation of document types.
Inheritance Hierarchy
SystemObject
  ApiController
    AbstractBiomeController
      WebServiceKit.ControllersDocumentTypesController

Namespace: WebServiceKit.Controllers
Assembly: WebServiceKit (in WebServiceKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DocumentTypesController : AbstractBiomeController

The DocumentTypesController type exposes the following members.

Constructors
  NameDescription
Public methodDocumentTypesController
Initializes a new instance of the DocumentTypesController class
Top
Methods
  NameDescription
Public methodCode exampleGet
Retrieves all document types for the logged in enterprise from the database.
Public methodGet(Guid)
Retrieves a document type by guid from the database.
Top
Remarks
Route: api/documenttypes/*
See Also