GET
api/Gadget/GetUser |
Get an object that contains the information of authenticated user.
|
GET
api/Gadget/GetAcl |
Get the user permissions of authenticated user.
|
GET
api/Gadget/GetMyAccounts |
Get a collection acccounts of authenticated user
|
GET
api/Gadget/GetAccount?code={code} |
Gets an object that contains the information account by code.
|
GET
api/Gadget/GetAccount?accountId={accountId} |
Get an object that contains the information account by account id.
|
GET
api/Gadget/GetClients?MyAccountId={MyAccountId}&Page={Page} |
Get all clients from a specific account
|
GET
api/Gadget/GetVendors?MyAccountId={MyAccountId}&Page={Page} |
Get all suppliers from a specific account.
|
GET
api/Gadget/GetVendors?accountId={accountId}&page={page}&elementsByPage={elementsByPage}&vendorCode={vendorCode} |
Get all suppliers from a specific account and code.
|
GET
api/Gadget/CountVendors?accountId={accountId}&vendorCode={vendorCode} |
Get a count of suppliers
|
GET
api/Gadget/GetDocumentTypes |
Get all document types avialable for the country
|
GET
api/Gadget/GetSentDocumentsByPO?MyAccountId={MyAccountId}&PO={PO}&Page={Page} |
|
GET
api/Gadget/GetSentDocuments?MyAccountId={MyAccountId}&fromDate={fromDate}&toDate={toDate}&DocumentTypeId={DocumentTypeId}&ReceiverCode={ReceiverCode}&Number={Number}&Page={Page}&ReadMode={ReadMode} |
Return the list of issued documents where the account has access to.
|
GET
api/Gadget/GetSentDocuments?accountId={accountId}&ReceiverCode={ReceiverCode}&Number={Number}&DateFrom={DateFrom}&DateTo={DateTo}&Count={Count} |
Return the list of issued documents where the account has access to.
|
GET
api/Gadget/GetSentDocuments?accountId={accountId}&fromDate={fromDate}&toDate={toDate}&documentTypesId={documentTypesId}&numbers={numbers} |
Return the list of issued documents where the account has access to.
|
GET
api/Gadget/GetSentDocuments?fromDate={fromDate}&toDate={toDate}&documentTypesId={documentTypesId} |
No documentation available.
|
GET
api/Gadget/GetSentDocuments?fromDate={fromDate}&toDate={toDate}&documentTypesId={documentTypesId}&numbers={numbers} |
No documentation available.
|
GET
api/Gadget/GetSentDocument?documentId={documentId}&senderAccountId={senderAccountId}&date={date} |
Return the list of issued documents where the account has access to.
|
POST
api/Gadget/SendEmail?to={to}&name={name}&subject={subject}&templateName={templateName}&replacements={replacements} |
Send an email.
|
GET
api/Gadget/GetReceivedDocuments?MyAccountId={MyAccountId}&FromDate={FromDate}&ToDate={ToDate}&DocumentTypeId={DocumentTypeId}&SenderCode={SenderCode}&Number={Number}&Page={Page}&ReadMode={ReadMode} |
Return the list of received documents where the account has access to.
|
GET
api/Gadget/GetReceivedDocuments?FromDate={FromDate}&ToDate={ToDate} |
No documentation available.
|
GET
api/Gadget/GetXml?DocumentId={DocumentId} |
Get an array of bytes that contains the xml document.
|
GET
api/Gadget/GetDistributionRules?SenderCode={SenderCode}&ReceiverCode={ReceiverCode} |
Return the list of distribution rules created.
|
GET
api/Gadget/GetDocumentAttachments?CountryId={CountryId}&DocumentId={DocumentId}&Date={Date}&Sent={Sent} |
Return the list of attachments associated to a specific document.
|
GET
api/Gadget/GetAttachment?CountryId={CountryId}&AttachmentId={AttachmentId} |
Get an object that contains the information of attachment.
|
GET
api/Gadget/GetUserAndContactsForVendor?vendorAccountId={vendorAccountId}&searchWord={searchWord} |
Return the list of contacts.
|
POST
api/Gadget/SetDocumentOwner?documentId={documentId}&documentDate={documentDate}&accountId={accountId}&reason={reason}&creationSource={creationSource}&denied={denied} |
No documentation available.
|
GET
api/Gadget/ExistAttachment?documentId={documentId}&documentDate={documentDate}&attachmentTypeId={attachmentTypeId} |
Check if attachment is associated to a document.
|
GET
api/Gadget/GetExpireDate?documentId={documentId} |
No documentation available.
|
GET
api/Gadget/GetBanks |
Return the list of banks of authenticated user.
|
POST
api/Gadget/SetBanks |
Add a new bank to the authenticated user.
|
GET
api/Gadget/GetCompanyName?codes={codes} |
No documentation available.
|
GET
api/Gadget/SendNotification?email={email}&menuTitle={menuTitle}&content={content}&message={message}&read={read} |
No documentation available.
|