How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

SERTICA Web API

The SERTICA Web API - the single REST/JSON contract behind every SERTICA module. 3,340 operations across 254 resource families cover maintenance (components, jobs, job histories, counters, procedures), procurement (requisitions, requests for quote, purchase orders, invoices, shipments), HSQE (certificates, forms, management systems), performance (vessel and voyage reports) and the statutory electronic logbooks (Oil, Garbage and Ballast Water record books). Authentication is a 24-hour JWT issued by POST /Auth; every call is bound to a SERTICA user and returns only what that user's rights allow. Endpoints are additionally gated by product licence, so the callable surface differs between deployments.

SERTICA Web API is published by SERTICA on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Maritime, Fleet Management, Maintenance, Procurement, and Compliance. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 3340 operations across 2743 paths, organized into 254 resource areas, and defines 1104 schemas. It is described by OpenAPI 3.0.4, at version v1.

Requests are made against a single base URL, /api.

3340 operations 2743 paths 1104 schemas 205 DELETE1684 GET1218 POST233 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
v1
Base URL
https://{sitename}.sertica.com/api
Authentication
HTTP Bearer
Resource Areas
254

Authentication & Security 1

SERTICA Web API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Bearer).

  • Bearer — JWT Authorization header using the Bearer scheme

Paths & Operations 3340

Across 2743 paths, the API surfaces 3340 operations — 205 DELETE, 1684 GET, 1218 POST, 233 PUT. They span 254 resource areas, including AccountingDimensions, AccountingDimensionsCache, Accounts, ActivityGroups, AddressCategories, AddressClassifications, Addresses, AiClient, and 246 more. Each is listed below with its method, path, parameters, and response codes.

AccountingDimensions 15
GET
/AccountingDimensions
Gets a list of AccountingDimensions
GetAccountingDimensions 2 params → 200401403500
POST
/AccountingDimensions
Creates a new accountingDimension record
CreateAccountingDimension body → 201400401403500
GET
/AccountingDimensions/{dimensionNo}
Gets a specific AccountingDimension
GetAccountingDimension 1 param → 200400404401403500
PUT
/AccountingDimensions/{dimensionNo}
Updates an existing AccountingDimension
UpdateAccountingDimension 1 param body → 200400401403500
DELETE
/AccountingDimensions/{dimensionNo}
Deletes an accountingDimension record
1 param → 204400401403500
GET
/AccountingDimensions/{dimensionNo}/history
Gets history for a specific AccountingDimension
GetAccountingDimensionHistory 3 params → 200400404401403500
POST
/AccountingDimensions/search
Search for accountingDimensions Takes a SearchDefinition input, which can include filters and sorting.
SearchAccountingDimensions 2 params body → 200401403500
POST
/AccountingDimensions/searchCount
Returns number of hits in a search for AccountingDimensions Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAccountingDimensions body → 200401403500
POST
/AccountingDimensions/searchIndex/{accountingDimensionGuid}
Get index of a record in a search for AccountingDimensions Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAccountingDimensions 1 param body → 200401403500
GET
/AccountingDimensions/searchInfo
Returns structured information about what and how you can search for
SearchInfoAccountingDimensions → 200500
GET
/AccountingDimensions/{dimensionNo}/copy
Copies an existing accountingDimension to a new object
CopyAccountingDimension 1 param → 200400401403500
GET
/AccountingDimensions/{dimensionNo}/values
Gets the list of values for a AccountingDimension
GetAccountingDimensionValues 1 param → 200401403500
GET
/AccountingDimensions/{dimensionNo}/derivedvalues
Gets the list of derived values for a AccountingDimension
GetAccountingDimensionDerivedValues 1 param → 200401403500
GET
/AccountingDimensions/{dimensionNo}/mandatoryvalues
Gets the list of mandatory values for a AccountingDimension
GetAccountingDimensionMandatoryValues 1 param → 200401403500
GET
/AccountingDimensions/{dimensionNo}/affectors
Gets the list of affectors for a AccountingDimension
GetAccountingDimensionAccountingDimensionAffectors 1 param → 200401403500
AccountingDimensionsCache 7
GET
/AccountingDimensionsCache/affectors
Gets a list of possible Affectors
GetAccountingDimensionAffectors 2 params → 200401403500
POST
/AccountingDimensionsCache/affectors/search
Search for affectors Takes a SearchDefinition input, which can include filters and sorting.
SearchAccountingDimensionAffectors 2 params body → 200401403500
GET
/AccountingDimensionsCache/affectors/searchInfo
Returns structured information about what and how you can search for
SearchInfoAccountingDimensionAffectors → 200500
POST
/AccountingDimensionsCache/affectors/searchCount
Endpoint for getting searchCount on affectors
SearchCountAccountingDimensionAffectors → 200401403500
GET
/AccountingDimensionsCache/affectors/{affectorGuid}/values
Get list of values for an affector with a search criteria
GetAffectorValues 1 param → 200401403500
POST
/AccountingDimensionsCache/affectors/{affectorGuid}/values/search
Get list of values for an affector with a search criteria
SearchAffectorValues 1 param body → 200401403500
POST
/AccountingDimensionsCache/availableValues/{objectType}
GetAvailableValues 1 param body → 200401403500
Accounts 11
GET
/Accounts
Gets a list of Accounts
GetAccounts 2 params → 200401403500
POST
/Accounts
Creates a new account record
CreateAccount body → 201400401403500
GET
/Accounts/{accountNo}
Gets a specific Account
GetAccount 1 param → 200400404401403500
PUT
/Accounts/{accountNo}
Updates an existing Account
UpdateAccount 1 param body → 200400401403500
DELETE
/Accounts/{accountNo}
Deletes a account record
1 param → 204400401403500
GET
/Accounts/{accountNo}/history
Gets history for a specific Account
GetAccountHistory 3 params → 200400404401403500
POST
/Accounts/search
Search for Accounts Takes a SearchDefinition input, which can include filters and sorting.
SearchAccounts 2 params body → 200401403500
POST
/Accounts/searchIndex/{accountGuid}
Get index of a record in a search for account Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAccounts 1 param body → 200401403500
POST
/Accounts/searchCount
Returns number of hits in a search for Accounts Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAccounts body → 200401403500
GET
/Accounts/searchInfo
Returns structured information about what and how you can search for
SearchInfoAccounts → 200500
GET
/Accounts/{accountNo}/copy
Copies an existing account to a new object
CopyAccount 1 param → 200400401403500
ActivityGroups 11
GET
/ActivityGroups
Gets a list of ActivityGroups
GetActivityGroups 2 params → 200401403500
POST
/ActivityGroups
Creates a new activityGroup record
CreateActivityGroup body → 201400401403500
GET
/ActivityGroups/{activityGroupNo}
Gets a specific ActivityGroup
GetActivityGroup 1 param → 200400404401403500
PUT
/ActivityGroups/{activityGroupNo}
Updates an existing activityGroup
UpdateActivityGroup 1 param body → 200400401403500
DELETE
/ActivityGroups/{activityGroupNo}
Deletes a activityGroup record
1 param → 204400401403500
GET
/ActivityGroups/{activityGroupNo}/history
Gets history for a specific ActivityGroup
GetActivityGroupHistory 3 params → 200400404401403500
POST
/ActivityGroups/search
Search for ActivityGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchActivityGroups 2 params body → 200401403500
POST
/ActivityGroups/searchIndex/{activityGroupGuid}
Get index of a record in a search for activityGroup Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexActivityGroups 1 param body → 200401403500
POST
/ActivityGroups/searchCount
Returns number of hits in a search for ActivityGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountActivityGroups body → 200401403500
GET
/ActivityGroups/searchInfo
Returns structured information about what and how you can search for
SearchInfoActivityGroups → 200500
GET
/ActivityGroups/{activityGroupNo}/copy
Copies an existing activityGroup to a new object
CopyActivityGroup 1 param → 200400401403500
AddressCategories 11
GET
/AddressCategories
Gets a list of Address Categories
AddressCategories 2 params → 200401403500
POST
/AddressCategories
Creates a new address category record
CreateAddressCategory body → 201400401403500
GET
/AddressCategories/{addressCategoryNo}
Gets a specific Address Category by its AddressCategoryNo
GetAddressCategory 1 param → 200400404401403500
PUT
/AddressCategories/{addressCategoryNo}
Updates an existing AddressCategory
UpdateAddressCategory 1 param body → 200400401403500
DELETE
/AddressCategories/{addressCategoryNo}
Deletes a address category record
1 param → 204400401403500
GET
/AddressCategories/{addressCategoryNo}/history
Gets history for a specific Address Category
GetAddressCategoryHistory 3 params → 200400404401403500
POST
/AddressCategories/search
Search for Address Categorys Takes a SearchDefinition input, which can include filters and sorting.
SearchAddressCategories 2 params body → 200401403500
POST
/AddressCategories/searchIndex/{addressCategoryGuid}
Get index of a record in a search for address category Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAddressCategories 1 param body → 200401403500
POST
/AddressCategories/searchCount
Returns number of hits in a search for Address Categorys Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAddressCategories body → 200401403500
GET
/AddressCategories/searchInfo
Returns structured information about what and how you can search for
SearchInfoAddressCategories → 200500
GET
/AddressCategories/{addressCategoryNo}/copy
Copies an existing address category to a new object
CopyAddressCategory 1 param → 200400401403500
AddressClassifications 11
GET
/AddressClassifications
Gets a list of Address classifications
GetAddressClassifications 2 params → 200401403500
POST
/AddressClassifications
Creates a new address classification record
CreateAddressClassification body → 201400401403500
GET
/AddressClassifications/{classificationNo}
Gets a specific Address classification by its ClassificationNo
GetAddressClassification 1 param → 200400404401403500
PUT
/AddressClassifications/{classificationNo}
Updates an existing AddressClassification
UpdateAddressClassification 1 param body → 200400401403500
DELETE
/AddressClassifications/{classificationNo}
Deletes a address classification record
1 param → 204400401403500
GET
/AddressClassifications/{classificationNo}/history
Gets history for a specific Address Classification
GetAddressClassificationHistory 3 params → 200400404401403500
POST
/AddressClassifications/search
Search for Address classifications Takes a SearchDefinition input, which can include filters and sorting.
SearchAddressClassifications 2 params body → 200401403500
POST
/AddressClassifications/searchIndex/{addressClassificationGuid}
Get index of a record in a search for address classification Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAddressClassifications 1 param body → 200401403500
POST
/AddressClassifications/searchCount
Returns number of hits in a search for Address classifications Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAddressClassifications body → 200401403500
GET
/AddressClassifications/searchInfo
Returns structured information about what and how you can search for
SearchInfoAddressClassifications → 200500
GET
/AddressClassifications/{classificationNo}/copy
Copies an existing address classification to a new object
CopyAddressClassification 1 param → 200400401403500
Addresses 29
GET
/Addresses
Gets a list of Addresss
GetAddresses 2 params → 200401403500
POST
/Addresses
Creates a new address record
CreateAddress body → 201400401403500
GET
/Addresses/{addressNo}
Gets a specific Address
GetAddress 1 param → 200400404401403500
PUT
/Addresses/{addressNo}
Updates an existing Address
UpdateAddress 1 param body → 200400401403500
DELETE
/Addresses/{addressNo}
Deletes a address record
1 param → 204400401403500
GET
/Addresses/{addressNo}/history
Gets history for a specific Address
GetAddressHistory 3 params → 200400404401403500
POST
/Addresses/search
Search for Addresss Takes a SearchDefinition input, which can include filters and sorting.
SearchAddresses 2 params body → 200401403500
POST
/Addresses/searchCount
Returns number of hits in a search for Addresss Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAddresss body → 200401403500
POST
/Addresses/searchIndex/{addressGuid}
Get index of a record in a search for address Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAddresses 1 param body → 200401403500
GET
/Addresses/searchInfo
Returns structured information about what and how you can search for
SearchInfoAddresss → 200500
GET
/Addresses/{addressNo}/Contacts
Returns a list of Contacts used for the Address
GetAddressContacts 1 param → 200401403500
GET
/Addresses/{addressNo}/AddressEvaluations
Returns a list of Address Evaluations belonging to the Address
GetAddressEvaluations 1 param → 200401403500
GET
/Addresses/addressEvaluations/{groupId}
Returns a list of Address Evaluations belonging to the given groupId
GetAddressEvaluationsByGroupId 1 param → 200401403500
POST
/Addresses/addressEvaluations
Creates new address evaluation records
CreateAddressEvaluations body → 201400401403500
PUT
/Addresses/addressEvaluations
Updates existing address evaluation records
UpdateAddressEvaluations body → 200400401403500
POST
/Addresses/searchAddressEvaluations
Search for AddresssEvaluations Takes a SearchDefinition input, which can include filters and sorting.
SearchAddressEvaluations 2 params body → 200401403500
GET
/Addresses/{addressNo}/Documents
Returns a list of Documents on the Address
GetAddressDocumentLinks 1 param → 200401403500
GET
/Addresses/{addressNo}/copy
Copies an existing Address to a new object
CopyAddress 1 param → 200400401403500
GET
/Addresses/{addressNo}/responses
Gets a list of Address Responses
GetAddressResponses 1 param → 200401403500
GET
/Addresses/{addressNo}/responses/count
Returns number of AddressResponses for AddressNo
CountAddressResponses 1 param → 200401403500
POST
/Addresses/{AddressNo}/addResponse
Add response
AddAddressResponse 1 param body → 400200401403500
GET
/Addresses/{addressNo}/units
Fetches all Unit Filters attached to the Address
GetAddressUnits 1 param → 200401403500
GET
/Addresses/{addressNo}/itemtypes
Fetches all ItemTypes attached to the Address
GetAddressItemTypes 1 param → 200401403500
GET
/Addresses/{addressNo}/addressaddresscategories
Fetches all AddressAddressCategories attached to the Address
GetAddressAddressCategories 1 param → 200401403500
GET
/Addresses/{addressNo}/deliverycosts
Fetches all DeliveryCosts attached to the Address
GetAddressDeliveryCosts 1 param → 200401403500
GET
/Addresses/{addressNo}/alternatepayers
Fetches all AlternatePayer attached to the Address
GetAddressAlternatePayers 1 param → 200401403500
GET
/Addresses/{addressNo}/punchouts
Fetches all PunchOut References attached to the Address
GetAddressPunchOuts 1 param → 200401403500
POST
/Addresses/{addressNo}/contacts/{guid}/generateConnectPassword
Generate new password for Connect
GenerateAddressContactConnectPassword 2 params → 201400401403500
POST
/Addresses/{addressNo}/contacts/{guid}/unlockAccount
Unlock AddressContact account in connect
UnlockAddressContactAccount 2 params → 201400401403500
AiClient 1
PUT
/AiClient/ask-question
Asks a question to the AI through the AI Service.
AIAskQuestion body → 200400401403500
Analytics 22
GET
/Analytics
Get All Menu Items
GetAllMenuItems → 200400401403500
POST
/Analytics
Save a Report
CreateReport body → 400401403500
GET
/Analytics/{reportNo}
Get Report by ReportNo
GetAnalyticsReport 1 param → 200400401403500
PUT
/Analytics/{reportNo}
Update a Report
UpdateReport 1 param body → 400401403500
DELETE
/Analytics/{reportNo}
Delete a Report
DeleteReport 1 param → 400401403500
GET
/Analytics/{reportNo}/copy
CopyReport 1 param → 200400401403500
GET
/Analytics/{reportNo}/outputFields
Get output fields for a report
GetReportOutputFields 1 param → 200400401403500
GET
/Analytics/{reportNo}/filterFields
Get filter fields for a report
GetReportFilterFields 1 param → 200400401403500
GET
/Analytics/{reportNo}/excel
Get Excel Doc by ReportNo
GetReportExcelByNo 1 param → 400401403500
POST
/Analytics/excel
Get Excel Doc from updated Report
GetReportExcel body → 400401403500
GET
/Analytics/reportSetting/{settingsKey}/excel
Get Excel File with layout from Report stored in usersettings
GetReportExcelByUserSetting 1 param → 400401403500
GET
/Analytics/{reportNo}/dataset
Get Dataset by ReportNo
GetReportDatasetByNo 7 params → 400401403500
POST
/Analytics/dataset
Get Dataset from updated Report
GetReportDataset 1 param body → 400401403500
GET
/Analytics/reportSetting/{settingsKey}/dataset
Get Dataset with layout from Report stored in usersettings
GetReportDatasetByUserSetting 1 param → 400401403500
POST
/Analytics/{templateFieldName}/distinctList/{filtered}
Get DistinctList from ReportFilterField
GetDistinctList 2 params body → 400401403500
GET
/Analytics/templates
Gets a list of AnalyticsTemplates
GetAnalyticsTemplateStructure 1 param → 200401403500
GET
/Analytics/templates/{templateNo}
Get Template by TemplateNo
GetTemplate 1 param → 200400401403500
GET
/Analytics/templates/{templateNo}/templatefields
Get Template with TemplateFields by TemplateNo
GetTemplatesFields 1 param → 200400401403500
GET
/Analytics/customTemplates/{templateNo}
Gets a specific AnalyticsCustomTemplate
GetCustomTemplate 1 param → 200400404401403500
GET
/Analytics/customTemplates/{templateNo}/templatefields
Get CustomTemplate with TemplateFields by TemplateNo
GetCustomTemplatesFields 1 param → 200400401403500
GET
/Analytics/datawarehousetemplates/{templateNo}
Gets a specific DataWarehouseAnalyticsTemplate
GetDataWarehouseTemplate 1 param → 200400404401403500
GET
/Analytics/datawarehousetemplates/{templateNo}/templatefields
Get DataWarehouseAnalyticsTemplate with TemplateFields by TemplateNo
GetDataWarehouseTemplateFields 1 param → 200400401403500
AnalyticsCustomMenus 5
GET
/AnalyticsCustomMenus
Get the user menu tree structure
GetCustomMenus → 200400401403500
POST
/AnalyticsCustomMenus
CreateCustomMenu body → 400401403500
GET
/AnalyticsCustomMenus/{guid}
GetCustomMenu 1 param → 200400401403500
DELETE
/AnalyticsCustomMenus/{guid}
DeleteCustomMenu 1 param → 400401403500
PUT
/AnalyticsCustomMenus/{menuGuid}
UpdateCustomMenu 1 param body → 400401403500
AnalyticsCustomTemplates 15
GET
/AnalyticsCustomTemplates
Gets a list of AnalyticsCustomTemplates
GetAnalyticsCustomTemplates 2 params → 200401403500
POST
/AnalyticsCustomTemplates
Creates a new Custom Analytics Template record.
CreateAnalyticsCustomTemplate body → 200400401403500
GET
/AnalyticsCustomTemplates/{templateNo}
Get AnalyticsCustomTemplate by AnalyticsCustomTemplateNo
GetAnalyticsCustomTemplate 1 param → 200400404401403500
PUT
/AnalyticsCustomTemplates/{templateNo}
UpdateAnalyticsCustomTemplate 1 param body → 200400401403500
DELETE
/AnalyticsCustomTemplates/{templateNo}
Delete a AnalyticsCustomTemplate
DeleteAnalyticsCustomTemplate 1 param → 400401403500
GET
/AnalyticsCustomTemplates/{templateNo}/history
Gets history for a specific AnalyticsCustomTemplate
GetAnalyticsCustomTemplateHistory 3 params → 200400404401403500
POST
/AnalyticsCustomTemplates/searchIndex/{analyticsCustomTemplateGuid}
Get index of a record in a search for analyticsCustomTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAnalyticsCustomTemplates 1 param body → 200401403500
POST
/AnalyticsCustomTemplates/search
Search for AnalyticsCustomTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchAnalyticsCustomTemplates 2 params body → 200401403500
POST
/AnalyticsCustomTemplates/searchCount
Returns number of hits in a search for AnalyticsCustomTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAnalyticsCustomTemplates body → 200401403500
GET
/AnalyticsCustomTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoAnalyticsCustomTemplates → 200500
GET
/AnalyticsCustomTemplates/{templateNo}/templateFields
Fetches all AnalyticsCustomTemplateFields attached to the AnalyticsCustomTemplate
GetAnalyticsCustomTemplateFields 1 param → 200401403500
POST
/AnalyticsCustomTemplates/{templateNo}/scanview
ScanView and update custom analytics template
ScanView 1 param → 200401403500
GET
/AnalyticsCustomTemplates/{templateNo}/copy
Copies an existing Custom Analytics Template to a new record.
CopyAnalyticsCustomTemplate 1 param → 200400401403500
GET
/AnalyticsCustomTemplates/{templateNo}/resources
Fetches all Resources attached to the AnalyticsCustomTemplate
GetAnalyticsCustomTemplateResources 1 param → 200401403500
GET
/AnalyticsCustomTemplates/{templateNo}/roles
Fetches all Roles attached to the AnalyticsCustomTemplate
GetAnalyticsCustomTemplateRoles 1 param → 200401403500
AnalyticsExcelTemplates 19
GET
/AnalyticsExcelTemplates
Gets a list of AnalyticsExcelTemplates
GetAnalyticsExcelTemplates 2 params → 200401403500
POST
/AnalyticsExcelTemplates
Creates a new document record
CreateAnalyticsExcelTemplate body → 201400401403500
GET
/AnalyticsExcelTemplates/{documentNo}
Gets a specific AnalyticsExcelTemplate
GetAnalyticsExcelTemplate 1 param → 200400404401403500
PUT
/AnalyticsExcelTemplates/{documentNo}
Updates an existing Document
UpdateAnalyticsExcelTemplate 1 param body → 200400401403500
DELETE
/AnalyticsExcelTemplates/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/AnalyticsExcelTemplates/searchIndex/{documentGuid}
Get index of a record in a search for AnalyticsExcelTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAnalyticsExcelTemplates 1 param body → 200401403500
GET
/AnalyticsExcelTemplates/{documentNo}/history
Gets history for a specific AnalyticsExcelTemplate
GetAnalyticsExcelTemplateHistory 3 params → 200400404401403500
POST
/AnalyticsExcelTemplates/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchAnalyticsExcelTemplates 2 params body → 200401403500
POST
/AnalyticsExcelTemplates/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAnalyticsExcelTemplates body → 200401403500
GET
/AnalyticsExcelTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoAnalyticsExcelTemplates → 200500
GET
/AnalyticsExcelTemplates/{documentNo}/pdf
GetAnalyticsExcelTemplatePdf 1 param → 400200404401403500
GET
/AnalyticsExcelTemplates/{documentNo}/file
GetAnalyticsExcelTemplateFile 2 params → 400200404401403500
POST
/AnalyticsExcelTemplates/{documentNo}/file
AddAnalyticsExcelTemplateFile 6 params body → 400401403500
GET
/AnalyticsExcelTemplates/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetAnalyticsExcelTemplatePdfGuid 2 params → 400200404401403500
GET
/AnalyticsExcelTemplates/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetAnalyticsExcelTemplateFileGuid 3 params → 400200404401403500
PUT
/AnalyticsExcelTemplates/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutAnalyticsExcelTemplateFile 1 param → 400200404401403500
POST
/AnalyticsExcelTemplates/{documentNo}/checkin
CheckinAnalyticsExcelTemplateFile 9 params body → 400200404401403500
GET
/AnalyticsExcelTemplates/{documentNo}/copy
Copies an existing Document to a new object
CopyAnalyticsExcelTemplate 1 param → 200400401403500
GET
/AnalyticsExcelTemplates/{documentNo}/usage
Gets usages for a specific Document
GetAnalyticsExcelTemplatesUsages 1 param → 200400404401403500
AnalyticsReports 12
GET
/AnalyticsReports
Gets a list of AnalyticsReports
GetAnalyticsReports 2 params → 200401403500
GET
/AnalyticsReports/{reportNo}
Get Report by ReportNo
GetReport 1 param → 200400404401403500
PUT
/AnalyticsReports/{reportNo}
UpdateAnalyticsReport 1 param body → 200400401403500
DELETE
/AnalyticsReports/{reportNo}
Delete a Report
DeleteAnalyticsReport 1 param → 400401403500
GET
/AnalyticsReports/{analyticsReportNo}/history
Gets history for a specific AnalyticsReport
GetAnalyticsReportHistory 3 params → 200400404401403500
POST
/AnalyticsReports/searchIndex/{analyticsReportGuid}
Get index of a record in a search for analyticsReport Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAnalyticsReports 1 param body → 200401403500
POST
/AnalyticsReports/search
Search for AnalyticsReports Takes a SearchDefinition input, which can include filters and sorting.
SearchAnalyticsReports 2 params body → 200401403500
POST
/AnalyticsReports/searchCount
Returns number of hits in a search for AnalyticsReports Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAnalyticsReports body → 200401403500
GET
/AnalyticsReports/searchInfo
Returns structured information about what and how you can search for
SearchInfoAnalyticsReports → 200500
GET
/AnalyticsReports/{reportNo}/resources
Fetches all resources attached to the Report
GetAnalyticsReportResources 1 param → 200401403500
GET
/AnalyticsReports/{reportNo}/subReports
Fetches all sub reports attached to the Report
GetAnalyticsReportSubReports 1 param → 200401403500
GET
/AnalyticsReports/{reportNo}/subscriptions
GetAnalyticsReportSubscriptions 1 param → 200401403500
AnalyticsResources 6
GET
/AnalyticsResources
Gets a list of Analytics Resources
GetAnalyticsResources 2 params → 200401403500
GET
/AnalyticsResources/{resourceNo}
Gets a specific Analytics Resource
GetAnalyticsResource 1 param → 200400404401403500
POST
/AnalyticsResources/search
Search for Analytics Resources Takes a SearchDefinition input, which can include filters and sorting.
SearchAnalyticsResources 2 params body → 200401403500
POST
/AnalyticsResources/searchIndex/{resourceGuid}
Get index of a record in a search for Analytics resources Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAnalyticsResources 1 param body → 200401403500
POST
/AnalyticsResources/searchCount
Returns number of hits in a search for Analytics Resources Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAnalyticsResources body → 200401403500
GET
/AnalyticsResources/searchInfo
Returns structured information about what and how you can search for
SearchInfoAnalyticsResources → 200500
AnalyticsSubscriptions 6
GET
/AnalyticsSubscriptions
Gets a list of AnalyticsSubscriptions
GetAnalyticsSubscriptions 2 params → 200401403500
GET
/AnalyticsSubscriptions/{guid}
Gets a specific AnalyticsSubscription including its recipients
GetAnalyticsSubscription 1 param → 200400404401403500
POST
/AnalyticsSubscriptions/search
Search for AnalyticsSubscriptions Takes a SearchDefinition input, which can include filters and sorting.
SearchAnalyticsSubscriptions 2 params body → 200401403500
POST
/AnalyticsSubscriptions/searchCount
Returns number of hits in a search for AnalyticsSubscriptions Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAnalyticsSubscriptions body → 200401403500
POST
/AnalyticsSubscriptions/searchIndex/{analyticsSubscriptionGuid}
Get index of a record in a search for AnalyticsSubscriptions Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAnalyticsSubscriptions 1 param body → 200401403500
GET
/AnalyticsSubscriptions/searchInfo
Returns structured information about what and how you can search for
SearchInfoAnalyticsSubscriptions → 200500
AnalyticsTemplateUserRights 7
GET
/AnalyticsTemplateUserRights/templates
GetAnalyticsTemplateUserRightsTemplateStructure → 200401403500
GET
/AnalyticsTemplateUserRights/systemTemplate/{templateNo}
Get Template by TemplateNo
TemplateUserRightsGetAnalyticsTemplate 1 param → 200400404401403500
PUT
/AnalyticsTemplateUserRights/systemTemplate/{templateNo}
Updates an AnalyticsTemplate with Availability, Resource List and Role List
UpdateAnalyticsTemplateUserRights 1 param body → 200400401403500
GET
/AnalyticsTemplateUserRights/customtemplate/{templateNo}
Gets a specific AnalyticsCustomTemplate
TemplateUserRightsGetAnalyticsCustomTemplate 1 param → 200400404401403500
PUT
/AnalyticsTemplateUserRights/customtemplate/{templateNo}
UpdateAnalyticsCustomTemplateUserRights 1 param body → 200400401403500
GET
/AnalyticsTemplateUserRights/dataWarehouseTemplate/{templateNo}
TemplateUserRightsGetDataWarehouseAnalyticsTemplate 1 param → 200400404401403500
PUT
/AnalyticsTemplateUserRights/dataWarehouseTemplate/{templateNo}
UpdateDataWarehouseAnalyticsTemplateUserRights 1 param body → 200400401403500
AnalyticsUserMenus 5
GET
/AnalyticsUserMenus
Get the user menu tree structure
GetUserMenus → 200400401403500
POST
/AnalyticsUserMenus
CreateUserMenu body → 400401403500
GET
/AnalyticsUserMenus/{menuNo}
GetUserMenu 1 param → 200400401403500
PUT
/AnalyticsUserMenus/{menuNo}
UpdateUserMenu 1 param body → 400401403500
DELETE
/AnalyticsUserMenus/{menuNo}
DeleteUserMenu 1 param → 400401403500
ApprovalSetups 12
GET
/ApprovalSetups
Gets a list of ApprovalSetup
GetApprovalSetups 2 params → 200401403500
POST
/ApprovalSetups
Creates a new ApprovalSetup record
CreateApprovalSetup body → 201400401403500
GET
/ApprovalSetups/{approvalSetupNo}
Gets a specific ApprovalSetup
GetApprovalSetup 1 param → 200400404401403500
PUT
/ApprovalSetups/{approvalSetupNo}
Updates an existing ApprovalSetup
UpdateApprovalSetup 1 param body → 200400401403500
DELETE
/ApprovalSetups/{approvalSetupNo}
Deletes an approvalSetup record
1 param → 204400401403500
GET
/ApprovalSetups/{approvalSetupNo}/history
Gets history for a specific ApprovalSetup
GetApprovalSetupHistory 3 params → 200400404401403500
POST
/ApprovalSetups/search
Search for approvalSetups Takes a SearchDefinition input, which can include filters and sorting.
SearchApprovalSetups 2 params body → 200401403500
POST
/ApprovalSetups/searchCount
Returns number of hits in a search for ApprovalSetups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountApprovalSetups body → 200401403500
POST
/ApprovalSetups/searchIndex/{approvalSetupGuid}
Get index of a record in a search for ApprovalSetups Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexApprovalSetups 1 param body → 200401403500
GET
/ApprovalSetups/searchInfo
Returns structured information about what and how you can search for
SearchInfoApprovalSetups → 200500
GET
/ApprovalSetups/{approvalSetupNo}/copy
Copies an existing approvalSetup to a new object
CopyApprovalSetup 1 param → 200400401403500
GET
/ApprovalSetups/{approvalSetupNo}/approvers
Returns a list of Approvers on the Form
GetApprovalSetupApprovers 1 param → 200401403500
ApprovalWebExcludedUnits 3
GET
/ApprovalWebExcludedUnits
Gets all approval web excluded units
GetApprovalWebExcludedUnits → 200401403500
POST
/ApprovalWebExcludedUnits/{unitNo}
Excludes the unit
ExcludeUnit 1 param → 200400401403500
DELETE
/ApprovalWebExcludedUnits/{unitNo}
Removes the unit from the excluded list
DeleteUnitExclusion 1 param → 200400401403500
Auth 17
GET
/Auth
Returns info on current user
Get current user info → 200401500
POST
/Auth
Generates a JWT token to be used in Authorization header in subsequent requests to API
CreateJwtToken 1 param body → 200400500
GET
/Auth/integrations
Returns info on configured Authentication Integrations
AuthIntegrations → 200500
GET
/Auth/units
Gets a Tree of Unit/UnitGroups which the current user has access to
Get List of Units current user has access to → 200401500
GET
/Auth/userRights
Returns current user's user rights
Get list of valid user rights for the user → 200401500
GET
/Auth/{login}/roles
Returns a list of roles valid for the user with supplied login
Get list of roles assigned to user 1 param → 200500
POST
/Auth/accessToken
CreateAccessToken 1 param body → 200400401500
GET
/Auth/fileDownloadToken
Get a temporary token for file download → 200401500
POST
/Auth/forgotPassword
ForgotPassword body → 200400500
POST
/Auth/resetPassword
ResetPassword body → 200400500
POST
/Auth/changePassword
ChangePassword body → 200400401500
GET
/Auth/officeSiteUrl
Gets the route URL to the office site
GetOfficeSetUrl → 200500
POST
/Auth/resetPin
ResetPin body → 200400401500
POST
/Auth/totp/setup
Initiates TOTP setup for the user by generating a secret and QR code
SetupTotp → 200400401500
POST
/Auth/totp/confirm
Confirms TOTP is setup by verifying a code from the user's authenticator app
ConfirmTotpSetup body → 200400401500
POST
/Auth/totp/recoverycodes/generate
Generates recovery codes for the user's TOTP authentication
GenerateRecoveryCodes → 200400401500
DELETE
/Auth/totp/disable
Disables TOTP authentication for the user
DisableTotp body → 200400401500
AvailableGridLayouts 11
GET
/AvailableGridLayouts
Gets a list of SavedGridLayouts available in the job list for the current user
GetAvailableGridLayouts 2 params → 200401403500
POST
/AvailableGridLayouts
Creates a new savedgridlayout record
CreateAvailableGridLayout body → 201400401403500
GET
/AvailableGridLayouts/{guid}
Gets a specific SavedGridLayout
GetAvailableGridLayout 1 param → 200400404401403500
PUT
/AvailableGridLayouts/{guid}
Updates an existing SavedGridLayout
UpdateAvailableGridLayout 1 param body → 200400401403500
DELETE
/AvailableGridLayouts/{guid}
Deletes a savedgridlayout record
1 param → 204400401403500
POST
/AvailableGridLayouts/search
Search for SavedGridLayouts Takes a SearchDefinition input, which can include filters and sorting.
SearchAvailableGridLayouts 2 params body → 200401403500
POST
/AvailableGridLayouts/searchCount
Returns number of hits in a search for SavedGridLayouts Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAvailableGridLayouts body → 200401403500
GET
/AvailableGridLayouts/searchInfo
Returns structured information about what and how you can search for
SearchInfoAvailableGridLayouts → 200500
GET
/AvailableGridLayouts/{guid}/users
Fetches all users attached to the SavedGridLayout
GetAvailableGridLayoutUsers 1 param → 200401403500
GET
/AvailableGridLayouts/{guid}/users/{userNo}
Fetches a specific user attached to the SavedGridLayout
GetAvailableGridLayoutUser 2 params → 200401403500
POST
/AvailableGridLayouts/searchIndex/{guid}
Get index of a record in a search for SavedGridLayouts Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAvailableGridLayouts 1 param body → 200401403500
AvailableJobListWebSearch 11
GET
/AvailableJobListWebSearch
Gets a list of SavedJobListWebSearch available in the job list for the current user
GetAvailableJobListWebSearches 2 params → 200401403500
POST
/AvailableJobListWebSearch
Creates a new JobListWebSearch record
CreateAvailableJobListWebSearch body → 201400401403500
GET
/AvailableJobListWebSearch/{guid}
Gets a specific JobListWebSearch
GetAvailableJobListWebSearch 1 param → 200400404401403500
PUT
/AvailableJobListWebSearch/{guid}
Updates an existing JobListWebSearch
UpdateAvailableJobListWebSearch 1 param body → 200400401403500
DELETE
/AvailableJobListWebSearch/{guid}
Deletes a JobListWebSearch record
1 param → 204400401403500
POST
/AvailableJobListWebSearch/search
Search for SavedJobListWebSearch Takes a SearchDefinition input, which can include filters and sorting.
SearchAvailableJobListWebSearches 2 params body → 200401403500
POST
/AvailableJobListWebSearch/searchCount
Returns number of hits in a search for SavedJobListWebSearch Takes a SearchDefinition input, which can include filters and sorting.
SearchCountAvailableJobListWebSearches body → 200401403500
GET
/AvailableJobListWebSearch/searchInfo
Returns structured information about what and how you can search for
SearchInfoAvailableJobListWebSearches → 200500
POST
/AvailableJobListWebSearch/searchIndex/{guid}
Get index of a record in a search for AvailableJobListWebSearch Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexAvailableJobListWebSearches 1 param body → 200401403500
GET
/AvailableJobListWebSearch/{guid}/users
Fetches all users attached to the JobListWebSearch
GetAvailableJobListWebSearchUsers 1 param → 200401403500
GET
/AvailableJobListWebSearch/{guid}/users/{userNo}
Fetches a specific user attached to the JobListWebSearch
GetAvailablJobListWebSearchUser 2 params → 200401403500
BrbOperations 21
GET
/BrbOperations
Gets a list of BrbOperations
GetBrbOperations 2 params → 200401403500
POST
/BrbOperations
Creates a new brbOperation record together with Soundings
CreateBrbOperation body → 201400401403500
GET
/BrbOperations/{operationNo}
Gets a specific BrbOperation
GetBrbOperation 1 param → 200400404401403500
PUT
/BrbOperations/{operationNo}
Updates an existing BrbOperation
UpdateBrbOperation 1 param body → 200400401403500
DELETE
/BrbOperations/{operationNo}
Deletes a brbOperation record
1 param body → 204400401403500
GET
/BrbOperations/{operationNo}/history
Gets history for a specific BrbOperation
GetBrbOperationHistory 3 params → 200400404401403500
POST
/BrbOperations/search
Search for BrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchBrbOperations 2 params body → 200401403500
POST
/BrbOperations/searchIndex/{brbOperationGuid}
Get index of a record in a search for brbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexBrbOperations 1 param body → 200401403500
POST
/BrbOperations/searchCount
Returns number of hits in a search for BrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountBrbOperations body → 200401403500
GET
/BrbOperations/searchInfo
Returns structured information about what and how you can search for
SearchInfoBrbOperations → 200500
GET
/BrbOperations/{operationNo}/copy
Copies an existing BrbOperation to a new object
CopyBrbOperation 1 param → 200400401403500
DELETE
/BrbOperations/{operationNo}/force
Deletes a brbOperation record
1 param body → 204400401403500
GET
/BrbOperations/{operationNo}/Documents
Returns a list of Documents on the BrbOperation
GetBrbOperationDocumentLinks 1 param → 200401403500
GET
/BrbOperations/{operationNo}/Soundings
Returns a list of Soundings on the BrbOperation
GetBrbOperationSoundingLinks 1 param → 200401403500
GET
/BrbOperations/{operationNo}/Receivers
Returns a list of Receivers on the BrbOperation
GetBrbOperationReceiverLinks 1 param → 200401403500
GET
/BrbOperations/{operationNo}/Signers
Returns a list of Signers on the BrbOperation
GetBrbOperationSignersLinks 1 param → 200401403500
GET
/BrbOperations/{operationNo}/Documents/{documentNo}
Returns a specific Document on the Certificate
GetBrbOperationDocumentLink 2 params → 200401403500
POST
/BrbOperations/GetPrintoutForBrbOperations
GetPrintoutForBrbOperations body → 200401403500
GET
/BrbOperations/GetLatestBrbOperationEndTime
GetLatestBrbOperationEndTime → 200401403500
POST
/BrbOperations/GetPrintoutTableDataForOperations
GetPrintoutTableDataForBrbOperations body → 200401403500
POST
/BrbOperations/sign
Signs list of Operations
SignBrbOperations body → 200400401403500
BrbReceivers 12
GET
/BrbReceivers
Gets a list of Brb receivers
GetBrbReceivers 2 params → 200401403500
POST
/BrbReceivers
Creates a new BrbReceiver record
CreateBrbReceiver body → 201400401403500
GET
/BrbReceivers/{BrbReceiverNo}
Gets a specific BrbReceiver
GetBrbReceiver 1 param → 200400404401403500
PUT
/BrbReceivers/{BrbReceiverNo}
Updates an existing BrbReceiver
UpdateBrbReceiver 1 param body → 200400401403500
GET
/BrbReceivers/{BrbReceiverNo}/history
Gets history for a specific BrbReceiver
GetBrbReceiverHistory 3 params → 200400404401403500
POST
/BrbReceivers/search
Search for BrbReceivers Takes a SearchDefinition input, which can include filters and sorting.
SearchBrbReceivers 2 params body → 200401403500
POST
/BrbReceivers/searchIndex/{BrbReceiverGuid}
Get index of a record in a search for BrbReceivers Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexBrbReceivers 1 param body → 200401403500
POST
/BrbReceivers/searchCount
Returns number of hits in a search for BrbReceivers Takes a SearchDefinition input, which can include filters and sorting.
SearchCountBrbReceivers body → 200401403500
GET
/BrbReceivers/searchInfo
Returns structured information about what and how you can search for
SearchInfoBrbReceivers → 200500
GET
/BrbReceivers/{BrbReceiverNo}/copy
Copies an existing BrbReceiver to a new object
CopyBrbReceiver 1 param → 200400401403500
GET
/BrbReceivers/{BrbReceiverNo}/Documents
Returns a list of Documents on the BrbReceiver
GetBrbReceiverDocumentLinks 1 param → 200401403500
GET
/BrbReceivers/{BrbReceiverNo}/Documents/{documentNo}
Returns a specific Document on the BrbReceiver
GetBrbReceiverDocumentLink 2 params → 200401403500
BudgetAccrualExports 6
GET
/BudgetAccrualExports
Gets a list of Budget Accrual Exports
GetBudgetAccrualExports 2 params → 200401403500
GET
/BudgetAccrualExports/{accrualExportNo}
Gets a specific Budget Accrual Export by its AccrualExportNo
GetBudgetAccrualExport 1 param → 200400404401403500
POST
/BudgetAccrualExports/search
Search for Budget Accrual Exports Takes a SearchDefinition input, which can include filters and sorting.
SearchBudgetAccrualExports 2 params body → 200401403500
POST
/BudgetAccrualExports/searchCount
Returns number of hits in a search for Budget Accrual Exports Takes a SearchDefinition input, which can include filters and sorting.
SearchCountBudgetAccrualExports body → 200401403500
POST
/BudgetAccrualExports/searchIndex/{budgetAccrualExportGuid}
Get index of a record in a search for Budget Accrual Exports Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexBudgetAccrualExports 1 param body → 200401403500
GET
/BudgetAccrualExports/searchInfo
Returns structured information about what and how you can search for
SearchInfoBudgetAccrualExports → 200500
Budgets 10
GET
/Budgets
Gets a list of Budgets
GetProcurementBudgets 2 params → 200401403500
POST
/Budgets
Creates a new Budget record
CreateBudget body → 201400401403500
GET
/Budgets/{budgetNo}
Gets a specific Budget
GetProcurementBudget 1 param → 200400404401403500
DELETE
/Budgets/{BudgetNo}
Deletes a Budget record
1 param → 204400401403500
GET
/Budgets/{budgetNo}/Responses
Returns a list of Responses from the Budget
GetProcurementBudgetResponses 1 param → 200401403500
GET
/Budgets/{budgetNo}/Approvers
Returns a list of Approvers from the Budget
GetProcurementBudgetApprovers 1 param → 200401403500
GET
/Budgets/{budgetNo}/BudgetLines
Returns a list of Budget Lines from the Budget
GetProcurementBudgetLines 1 param → 200401403500
POST
/Budgets/search
Search for Budgets Takes a SearchDefinition input, which can include filters and sorting.
SearchBudgets 2 params body → 200401403500
POST
/Budgets/searchIndex/{budgetGuid}
Get index of a record in a search for budgets Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexBudgets 1 param body → 200401403500
POST
/Budgets/searchCount
Returns number of hits in a search for Budgets Takes a SearchDefinition input, which can include filters and sorting.
SearchCountBudgets body → 200401403500
CalculatePurchaseOrder 5
POST
/CalculatePurchaseOrder/availableSuppliers
CalculatePOGetAvailableSuppliers body → 200401403500
POST
/CalculatePurchaseOrder/availablePositions
CalculatePOGetAvailablePositions body → 200401403500
POST
/CalculatePurchaseOrder/availablePorts
CalculatePOGetAvailablePorts body → 200401403500
POST
/CalculatePurchaseOrder
CalculatePOCreatePurchaseOrders body → 201400401403500
POST
/CalculatePurchaseOrder/setupCreatePurchaseOrders
CalculatePOSetupCreatePurchaseOrders body → 201400401403500
Carriers 20
GET
/Carriers
Gets a list of Carriers
GetCarriers 2 params → 200401403500
POST
/Carriers
Creates a new Carrier record
CreateCarrier body → 201400401403500
GET
/Carriers/{carrierNo}
Gets a specific Carrier
GetCarrier 1 param → 200400404401403500
PUT
/Carriers/{carrierNo}
Updates an existing Carrier
UpdateCarrier 1 param body → 200400404401403500
DELETE
/Carriers/{carrierNo}
Deletes a Carrier record
1 param → 204400404401403500
POST
/Carriers/search
Search for Carriers. Takes a SearchDefinition input, which can include filters and sorting.
SearchCarriers 2 params body → 200400401403500
POST
/Carriers/searchCount
Returns number of hits in a search for Carriers Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCarriers body → 200401403500
POST
/Carriers/searchIndex/{carrierGuid}
Get index of a record in a search for Carriers Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCarriers 1 param body → 200400401403500
GET
/Carriers/searchInfo
Returns structured information about what and how you can search for
CarrierSearchInfo → 200500
GET
/Carriers/{carrierNo}/documents
Returns a list of Documents used on the Carrier
GetCarrierDocuments 1 param → 200400404401403500
GET
/Carriers/{carrierNo}/packages
Returns a list of Packages used on the Carrier
GetCarrierPackages 1 param → 200400404401403500
GET
/Carriers/{carrierNo}/positions
Returns a list of Positions used on the Carrier
GetCarrierPositions 1 param → 200400404401403500
GET
/Carriers/{carrierNo}/responses
Gets a list of Carrier Responses
GetCarrierResponses 1 param → 200400404401403500
POST
/Carriers/{carrierNo}/responses
Creates a new Carrier Response for the Carrier.
CreateCarrierResponse 1 param body → 200400404401403500
GET
/Carriers/{carrierNo}/responses/count
Returns the number of Responses on a specific Carrier
GetCarrierResponsesCount 1 param → 200400401403500
POST
/Carriers/labels/{labelTemplateDocumentNo}
Gets the labels to print
PrintCarrierLabels 1 param body → 400200404401403500
GET
/Carriers/{carrierNo}/history
Gets history for a specific Carrier
GetCarrierHistory 3 params → 200400404401403500
GET
/Carriers/{CarrierNo}/copy
Copies an existing Carrier to a new object
CopyCarrier 1 param → 200400401403500
GET
/Carriers/labels/{labelTemplateDocumentNo}/{settingsKey}
Get the labels to print using settings key
GetCarrierLabelPdf 2 params → 400200404401403500
GET
/Carriers/{carrierNo}/shipments
Gets a list of linked Shipments
GetCarrierShipments 1 param → 200401403500
CertificateDocuments 14
GET
/CertificateDocuments
Gets a list of CertificateDocuments
GetCertificateDocuments 2 params → 200401403500
POST
/CertificateDocuments
Creates a new document record
CreateCertificateDocument 1 param body → 201400401403500
GET
/CertificateDocuments/{documentNo}
Gets a specific CertificateDocument
GetCertificateDocument 1 param → 200400404401403500
DELETE
/CertificateDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/CertificateDocuments/searchIndex/{documentGuid}
Get index of a record in a search for CertificateDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCertificateDocuments 1 param body → 200401403500
GET
/CertificateDocuments/{documentNo}/history
Gets history for a specific CertificateDocument
GetCertificateDocumentHistory 3 params → 200400404401403500
POST
/CertificateDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCertificateDocuments 2 params body → 200401403500
POST
/CertificateDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCertificateDocuments body → 200401403500
GET
/CertificateDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoCertificateDocuments → 200500
GET
/CertificateDocuments/{documentNo}/pdf
GetCertificateDocumentPdf 1 param → 400200404401403500
GET
/CertificateDocuments/{documentNo}/file
GetCertificateDocumentFile 2 params → 400200404401403500
POST
/CertificateDocuments/{documentNo}/file
AddCertificateDocumentFile 1 param body → 400401403500
GET
/CertificateDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetCertificateDocumentPdfGuid 2 params → 400200404401403500
GET
/CertificateDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetCertificateDocumentFileGuid 3 params → 400200404401403500
CertificateGroupRules 11
GET
/CertificateGroupRules
Gets a list of CertificateGroupRules
GetCertificateGroupRules 2 params → 200401403500
POST
/CertificateGroupRules
Creates a new certificateGroupRule record
CreateCertificateGroupRule body → 201400401403500
GET
/CertificateGroupRules/{certificateGroupRuleNo}
Gets a specific CertificateGroupRule
GetCertificateGroupRule 1 param → 200400404401403500
PUT
/CertificateGroupRules/{certificateGroupRuleNo}
Updates an existing CertificateGroupRule
UpdateCertificateGroupRule 1 param body → 200400401403500
DELETE
/CertificateGroupRules/{certificateGroupRuleNo}
Deletes an certificateGroupRule record
1 param → 204400401403500
GET
/CertificateGroupRules/{certificateGroupRuleNo}/history
Gets history for a specific certificateGroupRule
GetCertificateGroupRuleHistory 3 params → 200400404401403500
POST
/CertificateGroupRules/search
Search for CertificateGroupRules Takes a SearchDefinition input, which can include filters and sorting.
SearchCertificateGroupRules 2 params body → 200401403500
POST
/CertificateGroupRules/searchCount
Returns number of hits in a search for CertificateGroupRules Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCertificateGroupRules body → 200401403500
POST
/CertificateGroupRules/searchIndex/{certificateGroupRuleGuid}
Get index of a record in a search for CertificateGroupRules Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCertificateGroupRules 1 param body → 200401403500
GET
/CertificateGroupRules/searchInfo
Returns structured information about what and how you can search for
SearchInfoCertificateGroupRules → 200500
GET
/CertificateGroupRules/{certificateGroupRuleNo}/copy
Copies an existing certificateGroupRule to a new object
CopyCertificateGroupRule 1 param → 200400401403500
CertificateGroups 14
GET
/CertificateGroups
Gets a list of CertificateGroups
GetCertificateGroups 2 params → 200401403500
POST
/CertificateGroups
Creates a new certificateGroup record
CreateCertificateGroup body → 201400401403500
GET
/CertificateGroups/{certificateGroupID}
Gets a specific CertificateGroup
GetCertificateGroup 1 param → 200400404401403500
PUT
/CertificateGroups/{certificateGroupID}
Updates an existing CertificateGroup
UpdateCertificateGroup 1 param body → 200400401403500
DELETE
/CertificateGroups/{certificateGroupID}
Deletes an certificateGroup record
1 param → 204400401403500
GET
/CertificateGroups/{certificateGroupID}/history
Gets history for a specific certificateGroup
GetCertificateGroupHistory 3 params → 200400404401403500
POST
/CertificateGroups/search
Search for CertificateGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCertificateGroups 2 params body → 200401403500
POST
/CertificateGroups/searchCount
Returns number of hits in a search for CertificateGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCertificateGroups body → 200401403500
POST
/CertificateGroups/searchIndex/{certificateGroupGuid}
Get index of a record in a search for CertificateGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCertificateGroups 1 param body → 200401403500
GET
/CertificateGroups/searchInfo
Returns structured information about what and how you can search for
SearchInfoCertificateGroups → 200500
GET
/CertificateGroups/{certificateGroupID}/copy
Copies an existing certificateGroup to a new object
CopyCertificateGroup 1 param → 200400401403500
GET
/CertificateGroups/{certificateGroupID}/vesselTypes
Returns a list of Certificate Group Vessel Types for a specific Certificate Group
GetCertificateGroupVesselTypes 1 param → 200401403500
GET
/CertificateGroups/{groupID}/Rule
Returns the Certificate Group Rule of requested Certificate Group
GetCertificateGroupRuleByGroupId 1 param → 200401403500
GET
/CertificateGroups/{groupID}/notificationSettings
Gets usages for a specific Certificate Group
GetNotificationSettingsForCertificateGroup 1 param → 200400404401403500
CertificateLocations 12
GET
/CertificateLocations
Gets a list of CertificateLocations
GetCertificateLocations 2 params → 200401403500
POST
/CertificateLocations
Creates a new certificateLocation record
CreateCertificateLocation body → 201400401403500
GET
/CertificateLocations/{certificateLocationNo}
Gets a specific CertificateLocation
GetCertificateLocation 1 param → 200400404401403500
PUT
/CertificateLocations/{certificateLocationNo}
Updates an existing CertificateLocation
UpdateCertificateLocation 1 param body → 200400401403500
DELETE
/CertificateLocations/{certificateLocationNo}
Deletes an certificateLocation record
1 param → 204400401403500
GET
/CertificateLocations/{certificateLocationNo}/history
Gets history for a specific certificateLocation
GetCertificateLocationHistory 3 params → 200400404401403500
POST
/CertificateLocations/search
Search for CertificateLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchCertificateLocations 2 params body → 200401403500
POST
/CertificateLocations/searchCount
Returns number of hits in a search for CertificateLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCertificateLocations body → 200401403500
POST
/CertificateLocations/searchIndex/{certificateLocationGuid}
Get index of a record in a search for CertificateLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCertificateLocations 1 param body → 200401403500
GET
/CertificateLocations/searchInfo
Returns structured information about what and how you can search for
SearchInfoCertificateLocations → 200500
GET
/CertificateLocations/{certificateLocationNo}/copy
Copies an existing certificateLocation to a new object
CopyCertificateLocation 1 param → 200400401403500
GET
/CertificateLocations/{certificateLocationNo}/certificateGroups
Returns a list of Certificate Location Certificate Groups for a specific Certificate Location
GetCertificateLocationCertificateGroups 1 param → 200401403500
CertificateNotificationSettings 12
GET
/CertificateNotificationSettings
Gets a list of CertificateNotificationSettings
GetCertificateNotificationSettings 2 params → 200401403500
POST
/CertificateNotificationSettings
Creates a new certificate Notification Setting record
CreateCertificateNotificationSetting body → 201400401403500
GET
/CertificateNotificationSettings/{certificateNotificationSettingNo}
Gets a specific CertificateNotificationSetting
GetCertificateNotificationSetting 1 param → 200400404401403500
PUT
/CertificateNotificationSettings/{certificateNotificationSettingNo}
Updates an existing Certificate Notification Setting
UpdateCertificateNotificationSetting 1 param body → 200400401403500
DELETE
/CertificateNotificationSettings/{certificateNotificationSettingNo}
Deletes an certificate Notification Setting record
1 param → 204400401403500
GET
/CertificateNotificationSettings/{certificateNotificationSettingNo}/history
Gets history for a specific certificateNotificationSetting
GetCertificateNotificationSettingHistory 3 params → 200400404401403500
POST
/CertificateNotificationSettings/search
Search for CertificateNotificationSettings Takes a SearchDefinition input, which can include filters and sorting.
SearchCertificateNotificationSettings 2 params body → 200401403500
POST
/CertificateNotificationSettings/searchCount
Returns number of hits in a search for CertificateNotificationSettings Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCertificateNotificationSettings body → 200401403500
POST
/CertificateNotificationSettings/searchIndex/{certificateNotificationSettingGuid}
Get index of a record in a search for CertificateNotificationSettings Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCertificateNotificationSettings 1 param body → 200401403500
GET
/CertificateNotificationSettings/searchInfo
Returns structured information about what and how you can search for
SearchInfoCertificateNotificationSettings → 200500
GET
/CertificateNotificationSettings/{certificateNotificationSettingNo}/copy
Copies an existing certificate Notification Setting to a new object
CopyCertificateNotificationSetting 1 param → 200400401403500
GET
/CertificateNotificationSettings/{certificateNotificationSettingNo}/certificateGroups
Returns a list of Certificate Notification Setting Certificate Groups for a specific Certificate NotificationSetting
GetCertificateNotificationSettingCertificateGroups 1 param → 200401403500
Certificates 24
GET
/Certificates
Gets a list of Certificates
GetCertificates 2 params → 200401403500
POST
/Certificates
Creates a new certificate record
CreateCertificate body → 201400401403500
GET
/Certificates/{certificateNo}
Gets a specific Certificate
GetCertificate 1 param → 200400404401403500
PUT
/Certificates/{certificateNo}
Updates an existing Certificate
UpdateCertificate 1 param body → 200400401403500
DELETE
/Certificates/{certificateNo}
Deletes an certificate record
1 param → 204400401403500
GET
/Certificates/{certificateNo}/history
Gets history for a specific Certificate
GetCertificateHistory 3 params → 200400404401403500
POST
/Certificates/search
Search for certificates Takes a SearchDefinition input, which can include filters and sorting.
SearchCertificates 2 params body → 200401403500
POST
/Certificates/searchCount
Returns number of hits in a search for Certificates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCertificates body → 200401403500
POST
/Certificates/searchIndex/{certificateGuid}
Get index of a record in a search for Certificates Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCertificates 1 param body → 200401403500
GET
/Certificates/searchInfo
Returns structured information about what and how you can search for
SearchInfoCertificates → 200500
GET
/Certificates/{certificateNo}/copy
Copies an existing certificate to a new object
CopyCertificate 1 param → 200400401403500
GET
/Certificates/{certificateNo}/Documents
Returns a list of Documents on the Certificate
GetCertificateDocumentLinks 1 param → 200401403500
GET
/Certificates/{certificateNo}/Documents/{no}
Returns a specific Document on the Certificate
GetCertificateDocumentLink 2 params → 200401403500
POST
/Certificates/search/{certificateGroupId}
Search for certificates using a specific CertificateGroup Takes a Certificate Group No. and a SearchDefinition input, which can include filters and sorting.
SearchCertificatesByGroupNo 3 params body → 200401403500
GET
/Certificates/searchInfo/{certificateGroupId}
Returns structured information about what and how you can search for
SearchInfoCertificatesByGroupNo 1 param → 200401403500
POST
/Certificates/searchCount/{certificateGroupId}
Returns number of hits in a search for Certificates using a specific Certificate Group Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCertificatesByGroupNo 1 param body → 200401403500
POST
/Certificates/searchIndex/{certificateGuid}/{certificateGroupId}
Get index of a record in a search for Certificates using a specific Certificate Group Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCertificatesByGroupNo 2 params body → 200401403500
POST
/Certificates/send
Send Certificates
SendCertificates body → 400401403500
GET
/Certificates/{certificateNo}/responses
Gets a list of Certificate Responses
GetCertificateResponses 1 param → 200401403500
POST
/Certificates/{certificateNo}/responses
Add response
AddCertificateResponse 1 param body → 400200401403500
GET
/Certificates/{certificateNo}/responses/count
Returns number of Certificate Responses
CertificateResponseCount 1 param → 200401403500
POST
/Certificates/zipArchive
ZipCertificateArchive 1 param body → 400200404401403500
POST
/Certificates/{certificateNo}/renew
RenewCertificate 3 params body → 400200404401403500
GET
/Certificates/{certificateNo}/notificationSettings
Gets usages for a specific Document
GetNotificationSettingsForCertificate 1 param → 200400404401403500
CertificateTree 2
GET
/CertificateTree
GetCertificateRootNodes → 200401403500
GET
/CertificateTree/{certificateGroupId}/children
GetCertificateGroupChildren 1 param → 200401403500
ChangeRequestCriticalities 11
GET
/ChangeRequestCriticalities
Gets a list of ChangeRequestCriticalities
GetChangeRequestCriticalities 2 params → 200401403500
POST
/ChangeRequestCriticalities
Creates a new ChangeRequestCriticality record
CreateChangeRequestCriticality body → 201400401403500
GET
/ChangeRequestCriticalities/{criticalityNo}
Gets a specific ChangeRequestCriticality
GetChangeRequestCriticality 1 param → 200400404401403500
PUT
/ChangeRequestCriticalities/{criticalityNo}
Updates an existing ChangeRequestCriticality
UpdateChangeRequestCriticality 1 param body → 200400401403500
DELETE
/ChangeRequestCriticalities/{criticalityNo}
Deletes a ChangeRequestCriticality record
1 param → 204400401403500
GET
/ChangeRequestCriticalities/{criticalityNo}/history
Gets history for a specific ChangeRequestCriticality
GetChangeRequestCriticalityHistory 3 params → 200400404401403500
POST
/ChangeRequestCriticalities/search
Search for ChangeRequestCriticalities Takes a SearchDefinition input, which can include filters and sorting.
SearchChangeRequestCriticalities 2 params body → 200401403500
POST
/ChangeRequestCriticalities/searchIndex/{ChangeRequestCriticalityGuid}
Get index of a record in a search for changeRequestCriticalities Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexChangeRequestCriticalities 1 param body → 200401403500
POST
/ChangeRequestCriticalities/searchCount
Returns number of hits in a search for ChangeRequestCriticalities Takes a SearchDefinition input, which can include filters and sorting.
SearchCountChangeRequestCriticalities body → 200401403500
GET
/ChangeRequestCriticalities/searchInfo
Returns structured information about what and how you can search for
SearchInfoChangeRequestCriticalities → 200500
GET
/ChangeRequestCriticalities/{criticalityNo}/copy
Copies an existing ChangeRequestCriticality to a new object
CopyChangeRequestCriticality 1 param → 200400401403500
ChangeRequestDocuments 17
GET
/ChangeRequestDocuments
Gets a list of ChangeRequestDocuments
GetChangeRequestDocuments 2 params → 200401403500
POST
/ChangeRequestDocuments
Creates a new document record
CreateChangeRequestDocument 1 param body → 201400401403500
GET
/ChangeRequestDocuments/{documentNo}
Gets a specific ChangeRequestDocument
GetChangeRequestDocument 1 param → 200400404401403500
DELETE
/ChangeRequestDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
PUT
/ChangeRequestDocuments/{documentNo}
Updates an existing Document
UpdateChangeRequestDocument 1 param body → 200400401403500
POST
/ChangeRequestDocuments/searchIndex/{documentGuid}
Get index of a record in a search for ChangeRequestDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexChangeRequestDocuments 1 param body → 200401403500
GET
/ChangeRequestDocuments/{documentNo}/history
Gets history for a specific ChangeRequestDocument
GetChangeRequestDocumentHistory 3 params → 200400404401403500
POST
/ChangeRequestDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchChangeRequestDocuments 2 params body → 200401403500
POST
/ChangeRequestDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountChangeRequestDocuments body → 200401403500
GET
/ChangeRequestDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoChangeRequestDocuments → 200500
GET
/ChangeRequestDocuments/{documentNo}/pdf
GetChangeRequestDocumentPdf 1 param → 400200404401403500
GET
/ChangeRequestDocuments/{documentNo}/file
GetChangeRequestDocumentFile 2 params → 400200404401403500
POST
/ChangeRequestDocuments/{documentNo}/file
AddChangeRequestDocumentFile 1 param body → 400401403500
GET
/ChangeRequestDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetChangeRequestDocumentPdfGuid 2 params → 400200404401403500
GET
/ChangeRequestDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetChangeRequestDocumentFileGuid 3 params → 400200404401403500
PUT
/ChangeRequestDocuments/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutChangeRequestDocumentFile 1 param → 400200404401403500
POST
/ChangeRequestDocuments/{documentNo}/checkin
CheckinChangeRequestDocumentFile 4 params body → 400200404401403500
ChangeRequestSources 11
GET
/ChangeRequestSources
Gets a list of ChangeRequestSources
GetChangeRequestSources 2 params → 200401403500
POST
/ChangeRequestSources
Creates a new ChangeRequestSource record
CreateChangeRequestSource body → 201400401403500
GET
/ChangeRequestSources/{sourceNo}
Gets a specific ChangeRequestSource
GetChangeRequestSource 1 param → 200400404401403500
PUT
/ChangeRequestSources/{sourceNo}
Updates an existing ChangeRequestSource
UpdateChangeRequestSource 1 param body → 200400401403500
DELETE
/ChangeRequestSources/{sourceNo}
Deletes a ChangeRequestSource record
1 param → 204400401403500
GET
/ChangeRequestSources/{sourceNo}/history
Gets history for a specific ChangeRequestSource
GetChangeRequestSourceHistory 3 params → 200400404401403500
POST
/ChangeRequestSources/search
Search for ChangeRequestSources Takes a SearchDefinition input, which can include filters and sorting.
SearchChangeRequestSources 2 params body → 200401403500
POST
/ChangeRequestSources/searchIndex/{ChangeRequestSourceGuid}
Get index of a record in a search for changeRequestSources Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexChangeRequestSources 1 param body → 200401403500
POST
/ChangeRequestSources/searchCount
Returns number of hits in a search for ChangeRequestSources Takes a SearchDefinition input, which can include filters and sorting.
SearchCountChangeRequestSources body → 200401403500
GET
/ChangeRequestSources/searchInfo
Returns structured information about what and how you can search for
SearchInfoChangeRequestSources → 200500
GET
/ChangeRequestSources/{sourceNo}/copy
Copies an existing ChangeRequestSource to a new object
CopyChangeRequestSource 1 param → 200400401403500
ClassCodes 11
GET
/ClassCodes
Gets a list of ClassCodes
GetClassCodes 2 params → 200401403500
POST
/ClassCodes
Creates a new classCode record
CreateClassCode body → 201400401403500
GET
/ClassCodes/{classCodeNo}
Gets a specific ClassCode
GetClassCode 1 param → 200400404401403500
PUT
/ClassCodes/{classCodeNo}
Updates an existing ClassCode
UpdateClassCode 1 param body → 200400401403500
GET
/ClassCodes/{classCodeNo}/history
Gets history for a specific ClassCode
GetClassCodeHistory 3 params → 200400404401403500
POST
/ClassCodes/search
Search for ClassCodes Takes a SearchDefinition input, which can include filters and sorting.
SearchClassCodes 2 params body → 200401403500
POST
/ClassCodes/searchIndex/{guid}
Get index of a record in a search for ClassCodes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexClassCodes 1 param body → 200401403500
POST
/ClassCodes/searchCount
Returns number of hits in a search for ClassCodes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountClassCodes body → 200401403500
GET
/ClassCodes/searchInfo
Returns structured information about what and how you can search for
SearchInfoClassCodes → 200500
DELETE
/ClassCodes/{ClassCodeNo}
Deletes a ClassCode record
DeleteClassCode 1 param → 204400401403500
GET
/ClassCodes/{ClassCodeNo}/copy
Copies an existing ClassCode to a new object
CopyClassCode 1 param → 200400401403500
ClassSocieties 11
GET
/ClassSocieties
Gets a list of ClassSocieties
GetClassSocieties 2 params → 200401403500
POST
/ClassSocieties
Creates a new classSociety record
CreateClassSociety body → 201400401403500
GET
/ClassSocieties/{classSocietyNo}
Gets a specific ClassSociety
GetClassSociety 1 param → 200400404401403500
PUT
/ClassSocieties/{classSocietyNo}
Updates an existing ClassSociety
UpdateClassSociety 1 param body → 200400401403500
DELETE
/ClassSocieties/{classSocietyNo}
Deletes a classSociety record
1 param → 204400401403500
GET
/ClassSocieties/{classSocietyNo}/history
Gets history for a specific ClassSociety
GetClassSocietyHistory 3 params → 200400404401403500
POST
/ClassSocieties/search
Search for ClassSocieties Takes a SearchDefinition input, which can include filters and sorting.
SearchClassSocieties 2 params body → 200401403500
POST
/ClassSocieties/searchIndex/{classSocietyGuid}
Get index of a record in a search for classSocieties Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexClassSocieties 1 param body → 200401403500
POST
/ClassSocieties/searchCount
Returns number of hits in a search for ClassSocieties Takes a SearchDefinition input, which can include filters and sorting.
SearchCountClassSocieties body → 200401403500
GET
/ClassSocieties/searchInfo
Returns structured information about what and how you can search for
SearchInfoClassSocieties → 200500
GET
/ClassSocieties/{classSocietyNo}/copy
Copies an existing ClassSociety to a new object
CopyClassSociety 1 param → 200400401403500
CombinedUserRoles 7
GET
/CombinedUserRoles
Gets a list of userRoles
GetCombinedUserRoles 2 params → 200401403500
GET
/CombinedUserRoles/{userRoleNo}
Gets a specific userRole
GetCombinedUserRole 1 param → 200400404401403500
GET
/CombinedUserRoles/{userRoleNo}/history
Gets history for a specific User Role
GetUserRoleHistory 3 params → 200400404401403500
POST
/CombinedUserRoles/search
Search for UserRoles Takes a SearchDefinition input, which can include filters and sorting.
SearchUserRoles 2 params body → 200401403500
POST
/CombinedUserRoles/searchCount
Returns number of hits in a search for UserRoles Takes a SearchDefinition input, which can include filters and sorting.
SearchCountUserRoles body → 200401403500
POST
/CombinedUserRoles/searchIndex/{userRoleGuid}
Get index of a record in a search for UserRoles Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexUserRoles 1 param body → 200401403500
GET
/CombinedUserRoles/searchInfo
Returns structured information about what and how you can search for
SearchInfoUserRoles → 200500
CommunicationLanguages 11
GET
/CommunicationLanguages
Gets a list of CommunicationLanguages
GetCommunicationLanguages 2 params → 200401403500
POST
/CommunicationLanguages
Creates a new communicationLanguage record
CreateCommunicationLanguage body → 201400401403500
GET
/CommunicationLanguages/{communicationLanguageNo}
Gets a specific CommunicationLanguage
GetCommunicationLanguage 1 param → 200400404401403500
PUT
/CommunicationLanguages/{communicationLanguageNo}
Updates an existing CommunicationLanguage
UpdateCommunicationLanguage 1 param body → 200400401403500
DELETE
/CommunicationLanguages/{communicationLanguageNo}
Deletes an communicationLanguage record
1 param → 204400401403500
GET
/CommunicationLanguages/{communicationLanguageNo}/history
Gets history for a specific CommunicationLanguage
GetCommunicationLanguageHistory 3 params → 200400404401403500
POST
/CommunicationLanguages/search
Search for communicationLanguages Takes a SearchDefinition input, which can include filters and sorting.
SearchCommunicationLanguages 2 params body → 200401403500
POST
/CommunicationLanguages/searchCount
Returns number of hits in a search for CommunicationLanguages Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCommunicationLanguages body → 200401403500
POST
/CommunicationLanguages/searchIndex/{communicationLanguageGuid}
Get index of a record in a search for CommunicationLanguages Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCommunicationLanguages 1 param body → 200401403500
GET
/CommunicationLanguages/searchInfo
Returns structured information about what and how you can search for
SearchInfoCommunicationLanguages → 200500
GET
/CommunicationLanguages/{communicationLanguageNo}/copy
Copies an existing communicationLanguage to a new object
CopyCommunicationLanguage 1 param → 200400401403500
Companies 18
GET
/Companies
Gets a list of Companies
GetCompanies 2 params → 200401403500
POST
/Companies
Creates a new company record
CreateCompany body → 201400401403500
GET
/Companies/{companyNo}
Gets a specific Company
GetCompany 1 param → 200400404401403500
PUT
/Companies/{companyNo}
Updates an existing Company
UpdateCompany 1 param body → 200400401403500
DELETE
/Companies/{companyNo}
Deletes an company record
1 param → 204400401403500
GET
/Companies/{companyNo}/history
Gets history for a specific Company
GetCompanyHistory 3 params → 200400404401403500
POST
/Companies/search
Search for companies Takes a SearchDefinition input, which can include filters and sorting.
SearchCompanies 2 params body → 200401403500
POST
/Companies/searchCount
Returns number of hits in a search for Companies Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCompanies body → 200401403500
POST
/Companies/searchIndex/{companyGuid}
Get index of a record in a search for Companies Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCompanies 1 param body → 200401403500
GET
/Companies/searchInfo
Returns structured information about what and how you can search for
SearchInfoCompanies → 200500
GET
/Companies/{companyNo}/copy
Copies an existing company to a new object
CopyCompany 1 param → 200400401403500
GET
/Companies/{companyNo}/approvers
Returns a list of Approvers on the Company
GetCompanyApprovers 1 param → 200401403500
GET
/Companies/{companyNo}/approvers/{combinedUserRoleNo}/accounts
Returns a list of Accounts for the Approver on the Company
GetCompanyApproverAccounts 2 params → 200401403500
GET
/Companies/{companyNo}/approvalSetupDimensions
Returns a list of Approval Setup Dimensions on the Company
GetCompanyApprovalSetupDimensions 1 param → 200401403500
GET
/Companies/{companyNo}/approvalSetups
Returns a list of Approval Setups on the Company
GetCompanyApprovalSetups 1 param → 200401403500
GET
/Companies/{companyNo}/automaticReminders
Returns a list of Automatic Reminders on the Company
GetCompanyAutomaticReminders 1 param → 200401403500
GET
/Companies/{companyNo}/accountingDimensions
Returns a list of Accounting Dimensions on the Company
GetCompanyAccountingDimensions 1 param → 200401403500
GET
/Companies/{companyNo}/approvalSetupAccountingDimensionRules
Returns a list of Approval Setup Accounting Dimension Rules on the Company
GetCompanyApprovalSetupAccountingDimensionRules 1 param → 200401403500
ComponentLocations 11
GET
/ComponentLocations
Gets a list of ComponentLocations
GetComponentLocations 2 params → 200401403500
POST
/ComponentLocations
Creates a new componentLocation record
CreateComponentLocation body → 201400401403500
GET
/ComponentLocations/{locationNo}
Gets a specific ComponentLocation
GetComponentLocation 1 param → 200400404401403500
PUT
/ComponentLocations/{locationNo}
Updates an existing ComponentLocation
UpdateComponentLocation 1 param body → 200400401403500
DELETE
/ComponentLocations/{locationNo}
Deletes a componentLocation record
1 param → 204400401403500
GET
/ComponentLocations/{locationNo}/history
Gets history for a specific ComponentLocation
GetComponentLocationHistory 3 params → 200400404401403500
POST
/ComponentLocations/search
Search for ComponentLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchComponentLocations 2 params body → 200401403500
POST
/ComponentLocations/searchIndex/{locationGuid}
Get index of a record in a search for componentLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexComponentLocations 1 param body → 200401403500
POST
/ComponentLocations/searchCount
Returns number of hits in a search for ComponentLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountComponentLocations body → 200401403500
GET
/ComponentLocations/searchInfo
Returns structured information about what and how you can search for
SearchInfoComponentLocations → 200500
GET
/ComponentLocations/{locationNo}/copy
Copies an existing ComponentLocation to a new object
CopyComponentLocation 1 param → 200400401403500
ComponentMaps 16
GET
/ComponentMaps
Gets a list of ComponentMaps
GetComponentMaps 2 params → 200401403500
POST
/ComponentMaps
Creates a new componentMap record
CreateComponentMap body → 201400401403500
GET
/ComponentMaps/{componentMapNo}
Gets a specific ComponentMap
GetComponentMap 1 param → 200400404401403500
PUT
/ComponentMaps/{componentMapNo}
Updates an existing ComponentMap
UpdateComponentMap 1 param body → 200400401403500
DELETE
/ComponentMaps/{componentMapNo}
Deletes a componentMap record
1 param → 204400401403500
GET
/ComponentMaps/frontPage
Gets the Front Page ComponentMap for current Unit
GetFrontPageComponentMap → 200400204401403500
GET
/ComponentMaps/frontPage/exists
Gets a bool saying if a Front Page is set for current Unit
HasFrontPageComponentMap → 200400404401403500
GET
/ComponentMaps/{componentMapNo}/history
Gets history for a specific ComponentMap
GetComponentMapHistory 3 params → 200400404401403500
POST
/ComponentMaps/search
Search for ComponentMaps Takes a SearchDefinition input, which can include filters and sorting.
SearchComponentMaps 2 params body → 200401403500
POST
/ComponentMaps/searchIndex/{locationGuid}
Get index of a record in a search for componentMaps Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexComponentMaps 1 param body → 200401403500
POST
/ComponentMaps/searchCount
Returns number of hits in a search for ComponentMaps Takes a SearchDefinition input, which can include filters and sorting.
SearchCountComponentMaps body → 200401403500
GET
/ComponentMaps/searchInfo
Returns structured information about what and how you can search for
SearchInfoComponentMaps → 200500
GET
/ComponentMaps/{componentMapNo}/copy
Copies an existing ComponentMap to a new object
CopyComponentMap 1 param → 200400401403500
GET
/ComponentMaps/{componentMapNo}/hotspots
Fetches all Hotspots for the requested Component Map
GetComponentMapHotspots 1 param → 200401403500
GET
/ComponentMaps/{componentMapNo}/overdueJobs
Fetches Number of overdue Jobs for each Hotspot on requested Component Map
GetOverdueJobsForHotspots 1 param → 200401403500
GET
/ComponentMaps/{componentMapNo}/overdueJobs/{hotspotNo}
Fetches all Overdue Jobs for Hotspot
GetOverdueJobsForHotspot 2 params → 200401403500
ComponentPhotos 19
GET
/ComponentPhotos
Gets a list of ComponentPhotos
GetComponentPhotos 2 params → 200401403500
POST
/ComponentPhotos
Creates a new document record
CreateComponentPhoto body → 201400401403500
GET
/ComponentPhotos/{documentNo}
Gets a specific ComponentPhoto
GetComponentPhoto 1 param → 200400404401403500
PUT
/ComponentPhotos/{documentNo}
Updates an existing Document
UpdateComponentPhoto 1 param body → 200400401403500
DELETE
/ComponentPhotos/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/ComponentPhotos/searchIndex/{documentGuid}
Get index of a record in a search for ComponentPhoto Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexComponentPhotos 1 param body → 200401403500
GET
/ComponentPhotos/{documentNo}/history
Gets history for a specific ComponentPhoto
GetComponentPhotoHistory 3 params → 200400404401403500
POST
/ComponentPhotos/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchComponentPhotos 2 params body → 200401403500
POST
/ComponentPhotos/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountComponentPhotos body → 200401403500
GET
/ComponentPhotos/searchInfo
Returns structured information about what and how you can search for
SearchInfoComponentPhotos → 200500
GET
/ComponentPhotos/{documentNo}/pdf
GetComponentPhotoPdf 1 param → 400200404401403500
GET
/ComponentPhotos/{documentNo}/file
GetComponentPhotoFile 2 params → 400200404401403500
POST
/ComponentPhotos/{documentNo}/file
AddComponentPhotoFile 3 params body → 400401403500
GET
/ComponentPhotos/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetItemComponentPdfGuid 2 params → 400200404401403500
GET
/ComponentPhotos/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetComponentPhotoFileGuid 3 params → 400200404401403500
PUT
/ComponentPhotos/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutComponentPhotoFile 1 param → 400200404401403500
POST
/ComponentPhotos/{documentNo}/checkin
CheckinComponentPhotoFile 4 params body → 400200404401403500
GET
/ComponentPhotos/{documentNo}/copy
Copies an existing Document to a new object
CopyComponentPhoto 1 param → 200400401403500
GET
/ComponentPhotos/{documentNo}/usage
Gets usages for a specific Document
GetComponentPhotosUsages 1 param → 200400404401403500
Components 46
GET
/Components
Gets a list of Components
GetComponents 2 params → 200401403500
POST
/Components
Creates a new component record
CreateComponent body → 201400401403500
GET
/Components/{componentNo}
Gets a specific Component
GetComponent 1 param → 200400404401403500
PUT
/Components/{componentNo}
Updates an existing Component
UpdateComponent 1 param body → 200400401403500
DELETE
/Components/{componentNo}
Deletes a component record
1 param → 204400401403500
GET
/Components/{componentNo}/history
Gets history for a specific Component
GetComponentHistory 3 params → 200400404401403500
POST
/Components/search
Search for Components Takes a SearchDefinition input, which can include filters and sorting.
SearchComponents 2 params body → 200401403500
POST
/Components/searchCount
Returns number of hits in a search for Components Takes a SearchDefinition input, which can include filters and sorting.
SearchCountComponents body → 200401403500
POST
/Components/searchIndex/{componentGuid}
Get index of a record in a search for Components Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexComponents 1 param body → 200401403500
GET
/Components/searchInfo
Returns structured information about what and how you can search for
SearchInfoComponents → 200500
GET
/Components/{componentNo}/Items
Returns a list of Items used to perform the Component
GetComponentItems 1 param → 200401403500
DELETE
/Components/{componentNo}/force
Force deletes a component record Force deleting records may cause existing records to contain invalid data, that needs adjustment before they can be saved
1 param → 204400401403500
GET
/Components/{componentNo}/documents
Returns a list of Documents used on the Component
GetComponentDocuments 1 param → 200401403500
GET
/Components/{componentNo}/documents/{documentNo}
Returns a specific component document
GetComponentDocument 2 params → 200404401403500
GET
/Components/{componentNo}/Suppliers
Returns a list of Suppliers used for the Component
GetComponentSuppliers 1 param → 200401403500
GET
/Components/{componentNo}/Suppliers/{supplierNo}
Returns a specific Component Supplier
GetComponentSupplier 2 params → 200404401403500
GET
/Components/{componentNo}/counterhistories
Returns a list of Counter Histories used on the Component
GetCounterHistories 1 param → 200401403500
POST
/Components/{componentNo}/resetcounter
Resets the counter on the Component to a specific value/date
ResetComponentCounter 1 param body → 200400401403500
POST
/Components/{componentNo}/copyCounterHistory
Overwrites the counter history on a component with the history from the counter
CopyCounterHistory 1 param → 200404400401403500
GET
/Components/{componentNo}/copy
Copies an existing Component to a new object
CopyComponent 1 param → 200400401403500
POST
/Components/labels/{labelTemplateDocumentNo}
Gets the labels to print
PrintComponentLabels 1 param body → 400200404401403500
GET
/Components/labels/{labelTemplateDocumentNo}/{settingsKey}
Get the labels to print using ´settings key
GetLabelPdf 2 params → 400200404401403500
POST
/Components/{componentNo}/disable
Disable the component
DisableComponent 1 param → 400200404401403500
POST
/Components/{componentNo}/enable
Enable the component
EnableComponent 1 param → 400200404401403500
GET
/Components/propertyDefinitions
Get a list of PropertyDefinitions
GetPropertyDefinitions → 200401500
POST
/Components/propertyDefinitions
Creates a new PropertyDefinition record
CreatePropertyDefinition body → 201400401403500
GET
/Components/propertyDefinitions/{propertyDefinitionGuid}
Gets a specific PropertyDefinition
GetPropertyDefinition 1 param → 200400404401500
PUT
/Components/propertyDefinitions/{propertyDefinitionGuid}
Updates an existing PropertyDefinition
UpdatePropertyDefinition 1 param body → 200400401403500
DELETE
/Components/propertyDefinitions/{propertyDefinitionGuid}
Deletes a PropertyDefinition record
DeletePropertyDefinition 1 param → 200401403500
GET
/Components/propertyDefinitions/{propertyDefinitionGuid}/listValues
Returns a list of values for a PropertyDefinition
GetComponentPropertyDefinitionListValues 2 params → 200401500
DELETE
/Components/propertyDefinitions/{propertyDefinitionGuid}/force
Force Deletes a PropertyDefinition record
ForceDeletePropertyDefinition 1 param → 200401403500
GET
/Components/propertyDefinitions/{propertyName}/available
Lookup if PropertyName of a PropertyDefinition is not already in use and therefore available to be used
ComponentPropertyNameAvailable 1 param → 200401500
GET
/Components/{componentNo}/shipdex
Exports the chosen component and its data as Shipdex data.
GetShipdexFile 1 param → 404400200401403500
GET
/Components/shipdex
Checks if the current Shipdex setup is valid.
ValidateShipdexSetup → 200400401403500
POST
/Components/screenLayout
Bulk updates screenlayout and a list of Property Definitions. The endpoint handles whether or not to create or update each record in the requst.
BulkUpdateScreenLayout body → 201400401403500
POST
/Components/appSubmit
ReceiveComponent body → 200400401403500
GET
/Components/{componentNo}/responses
Gets a list of component responses
GetComponentResponses 1 param → 200401403500
GET
/Components/{componentNo}/responses/count
Returns number of ComponentResponses for ComponentNo
CountComponentResponses 1 param → 200401403500
POST
/Components/{componentNo}/addResponse
Add response
AddComponentResponse 1 param body → 400200401403500
POST
/Components/{componentNo}/webhooklogs/search
Searches the Webhooks associated with the Component.
SearchComponentWebhookLogs 3 params body → 200401403500
POST
/Components/{componentNo}/webhooklogs/searchCount
Returns number of hits in a search for the Component's Webhook Logs. Takes a SearchDefinition input, which can include filters and sorting.
SearchComponentWebhookLogsCount 1 param body → 200401403500
POST
/Components/{componentNo}/webhooklogs/{webhookLogGuid}/retransmit
Retransmits a specific Webhook based on the selected Webhook Log.
RetransmitComponentWebhookLog 2 params → 200401403500
POST
/Components/{componentNo}/webhooklogs/{webhookLogGuid}/resolve
Resolves a specific Webhook Log with a Response Log entry.
ResolveComponentWebhookLog 2 params body → 200401403500
POST
/Components/{componentNo}/rotate
Rotates two components
RotateComponent 1 param body → 200400401403500
POST
/Components/BatchEdit
ComponentBatchEdit body → 200400401403500
POST
/Components/BatchEdit/ApplyTransformations/{componentNo}
ComponentBatchEditApplyTransformations 1 param body → 200400401403500
ComponentTypes 11
GET
/ComponentTypes
Gets a list of ComponentTypes
GetComponentTypes 2 params → 200401403500
POST
/ComponentTypes
Creates a new componentType record
CreateComponentType body → 201400401403500
GET
/ComponentTypes/{typeNo}
Gets a specific ComponentType
GetComponentType 1 param → 200400404401403500
GET
/ComponentTypes/{TypeNo}/history
Gets history for a specific ComponentType
GetComponentTypeHistory 3 params → 200400404401403500
POST
/ComponentTypes/search
Search for ComponentTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchComponentTypes 2 params body → 200401403500
POST
/ComponentTypes/searchCount
Returns number of hits in a search for ComponentTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountComponentTypes body → 200401403500
POST
/ComponentTypes/searchIndex/{componentTypeGuid}
Get index of a record in a search for ComponentTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexComponentTypes 1 param body → 200401403500
GET
/ComponentTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoComponentTypes → 200500
PUT
/ComponentTypes/{TypeNo}
Updates an existing ComponentType
UpdateComponentType 1 param body → 200400401403500
DELETE
/ComponentTypes/{TypeNo}
Deletes a componentType record
1 param → 204400401403500
GET
/ComponentTypes/{TypeNo}/copy
Copies an existing ComponentType to a new object
CopyComponentType 1 param → 200400401403500
ControlledCopies 14
GET
/ControlledCopies
Gets a list of ControlledCopies
GetControlledCopies 2 params → 200401403500
POST
/ControlledCopies
Creates a new controlledCopy record
CreateControlledCopy body → 201400401403500
GET
/ControlledCopies/{copyNo}
Gets a specific ControlledCopy
GetControlledCopy 1 param → 200400404401403500
PUT
/ControlledCopies/{copyNo}
Updates an existing ControlledCopy
UpdateControlledCopy 1 param body → 200400401403500
DELETE
/ControlledCopies/{copyNo}
Deletes an controlledCopy record
1 param → 204400401403500
GET
/ControlledCopies/{copyNo}/history
Gets history for a specific ControlledCopy
GetControlledCopyHistory 3 params → 200400404401403500
POST
/ControlledCopies/search
Search for controlledCopies Takes a SearchDefinition input, which can include filters and sorting.
SearchControlledCopies 2 params body → 200401403500
POST
/ControlledCopies/searchCount
Returns number of hits in a search for ControlledCopies Takes a SearchDefinition input, which can include filters and sorting.
SearchCountControlledCopies body → 200401403500
POST
/ControlledCopies/searchIndex/{controlledCopyGuid}
Get index of a record in a search for ControlledCopies Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexControlledCopies 1 param body → 200401403500
GET
/ControlledCopies/searchInfo
Returns structured information about what and how you can search for
SearchInfoControlledCopies → 200500
GET
/ControlledCopies/{copyNo}/copy
Copies an existing controlledCopy to a new object
CopyControlledCopy 1 param → 200400401403500
POST
/ControlledCopies/{copyNo}/email
Send the controlled copy as an email to the assigned User or Role.
EmailControlledCopy 1 param → 200401403500
GET
/ControlledCopies/{copyNo}/revisionhistory
GetControlledCopyRevisionHistory 1 param → 200400404401403500
GET
/ControlledCopies/{copyNo}/controlledCopySection
GetControlledCopySection 1 param → 200400404401403500
ControlledCopyRevisionDocuments 17
GET
/ControlledCopyRevisionDocuments
Gets a list of ControlledCopyRevisionDocuments
GetControlledCopyRevisionDocuments 2 params → 200401403500
POST
/ControlledCopyRevisionDocuments
Creates a new document record
CreateControlledCopyRevisionDocument 1 param body → 201400401403500
GET
/ControlledCopyRevisionDocuments/{documentNo}
Gets a specific ControlledCopyRevisionDocument
GetControlledCopyRevisionDocument 1 param → 200400404401403500
DELETE
/ControlledCopyRevisionDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
PUT
/ControlledCopyRevisionDocuments/{documentNo}
Updates an existing Document
UpdateControlledCopyRevisionDocument 1 param body → 200400401403500
POST
/ControlledCopyRevisionDocuments/searchIndex/{documentGuid}
Get index of a record in a search for ControlledCopyRevisionDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexControlledCopyRevisionDocuments 1 param body → 200401403500
GET
/ControlledCopyRevisionDocuments/{documentNo}/history
Gets history for a specific ControlledCopyRevisionDocument
GetControlledCopyRevisionDocumentHistory 3 params → 200400404401403500
POST
/ControlledCopyRevisionDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchControlledCopyRevisionDocuments 2 params body → 200401403500
POST
/ControlledCopyRevisionDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountControlledCopyRevisionDocuments body → 200401403500
GET
/ControlledCopyRevisionDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoControlledCopyRevisionDocuments → 200500
GET
/ControlledCopyRevisionDocuments/{documentNo}/pdf
GetControlledCopyRevisionDocumentPdf 1 param → 400200404401403500
GET
/ControlledCopyRevisionDocuments/{documentNo}/file
GetControlledCopyRevisionDocumentFile 2 params → 400200404401403500
POST
/ControlledCopyRevisionDocuments/{documentNo}/file
AddControlledCopyRevisionDocumentFile 1 param body → 400401403500
GET
/ControlledCopyRevisionDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetControlledCopyRevisionDocumentPdfGuid 2 params → 400200404401403500
GET
/ControlledCopyRevisionDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetControlledCopyRevisionDocumentFileGuid 3 params → 400200404401403500
PUT
/ControlledCopyRevisionDocuments/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutControlledCopyRevisionDocumentFile 1 param → 400200404401403500
POST
/ControlledCopyRevisionDocuments/{documentNo}/checkin
CheckinControlledCopyRevisionDocumentFile 4 params body → 400200404401403500
Counters 19
GET
/Counters
Gets a list of Counters
GetCounters 2 params → 200401403500
POST
/Counters
Creates a new counter record
CreateCounter body → 201400401403500
GET
/Counters/{counterNo}
Gets a specific Counter
GetCounter 1 param → 200400404401403500
PUT
/Counters/{counterNo}
Updates an existing Counter
UpdateCounter 1 param body → 200400401403500
DELETE
/Counters/{counterNo}
Deletes a counter record
1 param → 204400401403500
GET
/Counters/{counterNo}/history
Gets history for a specific Counter
GetCounterHistory 3 params → 200400404401403500
POST
/Counters/search
Search for Counters Takes a SearchDefinition input, which can include filters and sorting.
SearchCounters 2 params body → 200401403500
POST
/Counters/searchIndex/{counterGuid}
Get index of a record in a search for counters Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCounters 1 param body → 200401403500
POST
/Counters/searchCount
Returns number of hits in a search for Counters Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCounters body → 200401403500
GET
/Counters/searchInfo
Returns structured information about what and how you can search for
SearchInfoCounters → 200500
DELETE
/Counters/{counterNo}/force
Force deletes a counter record Force deleting records may cause existing records to contain invalid data, that needs adjustment before they can be saved
1 param → 204400401403500
GET
/Counters/{counterNo}/readings
Returns a list of Histories used on the Counter
GetReadings 1 param → 200401403500
POST
/Counters/{counterNo}/readings
Performs a new Counter Reading for the given counter Will update both related Components and recalculate job triggers
AddCounterReading 1 param body → 200400401403500
POST
/Counters/{counterNo}/readings/force
Performs a new Counter Reading for the given counter Will update both related Components and recalculate job triggers
ForceAddCounterReading 1 param body → 200400401403500
GET
/Counters/{counterNo}/readings/graph/{daysToCover}
Returns a list of Histories used on the Counter prepared for graph
GetReadingsGraphData 2 params → 200401403500
GET
/Counters/{counterNo}/copy
Copies an existing Counter to a new object
CopCounter 1 param → 200400401403500
POST
/Counters/labels/{documentNo}
Gets the labels to print
PrintCounterLabels 1 param body → 400200404401403500
GET
/Counters/labels/{labelTemplateDocumentNo}/{settingsKey}
Get the labels to print using ´settings key
GetCounterLabelPdf 2 params → 400200404401403500
POST
/Counters/appSubmit
Receive new Counter History from new Job App
ReceiveCounterHistory body → 200400401403500
CounterTypes 11
GET
/CounterTypes
Gets a list of CounterTypes
GetCounterTypes 2 params → 200401403500
POST
/CounterTypes
Creates a new counterType record
CreateCounterType body → 201400401403500
GET
/CounterTypes/{counterTypeNo}
Gets a specific CounterType
GetCounterType 1 param → 200400404401403500
PUT
/CounterTypes/{counterTypeNo}
Updates an existing CounterType
UpdateCounterType 1 param body → 200400401403500
DELETE
/CounterTypes/{counterTypeNo}
Deletes a counterType record
1 param → 204400401403500
GET
/CounterTypes/{counterTypeNo}/history
Gets history for a specific CounterType
GetCounterTypeHistory 3 params → 200400404401403500
POST
/CounterTypes/search
Search for CounterTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCounterTypes 2 params body → 200401403500
POST
/CounterTypes/searchIndex/{counterTypeGuid}
Get index of a record in a search for countertype Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCounterTypes 1 param body → 200401403500
POST
/CounterTypes/searchCount
Returns number of hits in a search for CounterTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCounterTypes body → 200401403500
GET
/CounterTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoCounterTypes → 200500
GET
/CounterTypes/{counterTypeNo}/copy
Copies an existing counterType to a new object
CopyCounterType 1 param → 200400401403500
CountryCodes 11
GET
/CountryCodes
Gets a list of CountryCodes
GetCountryCodes 2 params → 200401403500
POST
/CountryCodes
Creates a new countryCode record
CreateCountryCode body → 201400401403500
GET
/CountryCodes/{countryCodeNo}
Gets a specific CountryCode
GetCountryCode 1 param → 200400404401403500
PUT
/CountryCodes/{countryCodeNo}
Updates an existing CountryCode
UpdateCountryCode 1 param body → 200400401403500
DELETE
/CountryCodes/{countryCodeNo}
Deletes an countryCode record
1 param → 204400401403500
GET
/CountryCodes/{countryCodeNo}/history
Gets history for a specific CountryCode
GetCountryCodeHistory 3 params → 200400404401403500
POST
/CountryCodes/search
Search for countryCodes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountryCodes 2 params body → 200401403500
POST
/CountryCodes/searchCount
Returns number of hits in a search for CountryCodes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCountryCodes body → 200401403500
POST
/CountryCodes/searchIndex/{countryCodeGuid}
Get index of a record in a search for CountryCodes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCountryCodes 1 param body → 200401403500
GET
/CountryCodes/searchInfo
Returns structured information about what and how you can search for
SearchInfoCountryCodes → 200500
GET
/CountryCodes/{countryCodeNo}/copy
Copies an existing countryCode to a new object
CopyCountryCode 1 param → 200400401403500
Currencies 12
GET
/Currencies
Gets a list of Currencies
GetCurrencies 2 params → 200401403500
POST
/Currencies
Creates a new currency record
CreateCurrency body → 201400401403500
GET
/Currencies/{currencyNo}
Gets a specific Currency
GetCurrency 1 param → 200400404401500
PUT
/Currencies/{currencyNo}
Updates an existing Currency
UpdateCurrency 1 param body → 200400401403500
DELETE
/Currencies/{currencyNo}
Deletes an currency record
1 param → 204400401403500
GET
/Currencies/{currencyNo}/history
Gets history for a specific Currency
GetCurrencyHistory 3 params → 200400404401403500
POST
/Currencies/search
Search for currencies Takes a SearchDefinition input, which can include filters and sorting.
SearchCurrencies 2 params body → 200401403500
POST
/Currencies/searchCount
Returns number of hits in a search for Currencies Takes a SearchDefinition input, which can include filters and sorting.
SearchCountCurrencies body → 200401403500
POST
/Currencies/searchIndex/{currencyGuid}
Get index of a record in a search for Currencies Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexCurrencies 1 param body → 200401403500
GET
/Currencies/searchInfo
Returns structured information about what and how you can search for
SearchInfoCurrencies → 200500
GET
/Currencies/{currencyNo}/copy
Copies an existing currency to a new object
CopyCurrency 1 param → 200400401403500
GET
/Currencies/{currencyNo}/rates
Returns a list of Currncy Rates for a specific Currency
GetRates 1 param → 200401403500
DataTransactions 6
POST
/DataTransactions/search
Search for DataTransactions Takes a SearchDefinition input, which can include filters and sorting.
SearchDataTransactions 2 params body → 200401403500
GET
/DataTransactions/searchInfo
Returns structured information about what and how you can search for
SearchInfoDataTransactions → 200500
POST
/DataTransactions/searchCount
Returns number Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDataTransactions body → 200401403500
POST
/DataTransactions/searchIndex/{dataTransactionGuid}
Get index of a record in a search for Data Transactions Takes a SearchDefinition input, which can include filters and sorting.
SearchDataTransactionIndex 1 param body → 200401403500
POST
/DataTransactions/Outgoing/{dataTransactionNo}/retransmit
Mark Data Transaction for Retransmission
RetransmitDataTransaction 1 param → 200400401403500
GET
/DataTransactions/{direction}/{dataTransactionNo}/Data
Returns a list of DataTransactionData used for the DataTransactions
GetDataTransactionData 2 params → 200401403500
DataWarehouseAnalyticsTemplates 17
GET
/DataWarehouseAnalyticsTemplates
Gets a list of DataWarehouseAnalyticsTemplate
GetDataWarehouseAnalyticsTemplates 2 params → 200401403500
POST
/DataWarehouseAnalyticsTemplates
Creates a new DataWarehouseAnalyticsTemplate record
CreateDataWarehouseTemplate body → 201400401403500
GET
/DataWarehouseAnalyticsTemplates/{templateNo}
Gets a specific DataWarehouseAnalyticsTemplate
GetDataWarehouseAnalyticsTemplate 1 param → 200400404401403500
PUT
/DataWarehouseAnalyticsTemplates/{templateNo}
Updates an existing DataWarehouseAnalyticsTemplate
UpdateDataWarehouseAnalyticsTemplate 1 param body → 200400401403500
DELETE
/DataWarehouseAnalyticsTemplates/{templateNo}
Deletes an DataWarehouseAnalyticsTemplate record
1 param → 204400401403500
GET
/DataWarehouseAnalyticsTemplates/{templateNo}/history
Gets history for a specific DataWarehouseAnalyticsTemplate
GetDataWarehouseAnalyticsTemplateHistory 3 params → 200400404401403500
POST
/DataWarehouseAnalyticsTemplates/search
Search for DataWarehouseAnalyticsTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchDataWarehouseAnalyticsTemplate 2 params body → 200401403500
POST
/DataWarehouseAnalyticsTemplates/searchCount
Returns number of hits in a search for DataWarehouseAnalyticsTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDataWarehouseAnalyticsTemplate body → 200401403500
POST
/DataWarehouseAnalyticsTemplates/searchIndex/{DataWarehouseTemplateGuid}
Get index of a record in a search for DataWarehouseAnalyticsTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDataWarehouseTemplate 2 params body → 200401403500
GET
/DataWarehouseAnalyticsTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoDataWarehouseAnalyticsTemplate → 200500
GET
/DataWarehouseAnalyticsTemplates/{templateNo}/copy
Copies an existing DataWarehouseAnalyticsTemplate to a new object
CopyDataWarehouseAnalyticsTemplate 1 param → 200400401403500
POST
/DataWarehouseAnalyticsTemplates/{templateNo}/unlock
Unlock the DataWarehouse analytics Template
UnlockDataWarehouseAnalyticsTemplate 1 param → 204400401403500
GET
/DataWarehouseAnalyticsTemplates/{templateNo}/tasks
Get all DataWarehouse Analytics Template TS Tasks.
GetDataWarehouseAnalyticsTemplateTsTasks 1 param → 200401403500
GET
/DataWarehouseAnalyticsTemplates/{templateNo}/tasks/{taskNo}
Get a DataWarehouse Analytics Template TS Task.
GetDataWarehouseAnalyticsTemplateTsTask 2 params → 200401403500
POST
/DataWarehouseAnalyticsTemplates/{templateNo}/export
Creates a system task to export the Data Warehouse Template to the Data Warehouse.
ExportToDataWarehouse 1 param → 204400401403500
GET
/DataWarehouseAnalyticsTemplates/{templateNo}/resources
Fetches all Resources attached to the Data Warehouse Template
GetDataWarehouseAnalyticsTemplateResources 1 param → 200401403500
GET
/DataWarehouseAnalyticsTemplates/{templateNo}/roles
Fetches all Roles attached to the Data Warehouse Template
GetDataWarehouseAnalyticsTemplateRoles 1 param → 200401403500
DataWarehouseConnections 12
GET
/DataWarehouseConnections
Gets a list of DataWarehouseConnection
GetDataWarehouseConnections 2 params → 200401403500
POST
/DataWarehouseConnections
Creates a new dataWarehouseConnection record
CreateDataWarehouseConnection body → 201400401403500
GET
/DataWarehouseConnections/{connectionNo}
Gets a specific DataWarehouseConnection
GetDataWarehouseConnection 1 param → 200400404401403500
PUT
/DataWarehouseConnections/{connectionNo}
Updates an existing DataWarehouseConnection
UpdateDataWarehouseConnection 1 param body → 200400401403500
DELETE
/DataWarehouseConnections/{connectionNo}
Deletes an dataWarehouseConnection record
1 param → 204400401403500
GET
/DataWarehouseConnections/{connectionNo}/history
Gets history for a specific DataWarehouseConnection
GetDataWarehouseConnectionHistory 3 params → 200400404401403500
POST
/DataWarehouseConnections/search
Search for dataWarehouseConnection Takes a SearchDefinition input, which can include filters and sorting.
SearchDataWarehouseConnection 2 params body → 200401403500
POST
/DataWarehouseConnections/searchCount
Returns number of hits in a search for DataWarehouseConnection Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDataWarehouseConnection body → 200401403500
POST
/DataWarehouseConnections/searchIndex/{dataWarehouseConnectionGuid}
Get index of a record in a search for DataWarehouseConnection Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDataWarehouseConnection 1 param body → 200401403500
GET
/DataWarehouseConnections/searchInfo
Returns structured information about what and how you can search for
SearchInfoDataWarehouseConnection → 200500
GET
/DataWarehouseConnections/{connectionNo}/copy
Copies an existing dataWarehouseConnection to a new object
CopyDataWarehouseConnection 1 param → 200400401403500
POST
/DataWarehouseConnections/{connectionNo}/test
Tests if the connection is valid.
TestDataWarehouseConnection 1 param → 200400204401403500
DeliveryConditions 11
GET
/DeliveryConditions
Gets a list of Delivery Conditions
GetDeliveryConditions 2 params → 200401403500
POST
/DeliveryConditions
Creates a new deliveryCondition record
CreateDeliveryCondition body → 201400401403500
GET
/DeliveryConditions/{deliveryConditionNo}
Gets a specific DeliveryCondition
GetDeliveryCondition 1 param → 200400404401403500
PUT
/DeliveryConditions/{deliveryConditionNo}
Updates an existing deliveryCondition
UpdateDeliveryCondition 1 param body → 200400401403500
DELETE
/DeliveryConditions/{deliveryConditionNo}
Deletes an deliveryCondition record
1 param → 204400401403500
GET
/DeliveryConditions/{deliveryConditionNo}/history
Gets history for a specific DeliveryCondition
GetDeliveryConditionHistory 3 params → 200400404401403500
POST
/DeliveryConditions/search
Search for deliveryConditions Takes a SearchDefinition input, which can include filters and sorting.
SearchDeliveryConditions 2 params body → 200401403500
POST
/DeliveryConditions/searchCount
Returns number of hits in a search for DeliveryConditions Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDeliveryConditions body → 200401403500
POST
/DeliveryConditions/searchIndex/{deliveryConditionGuid}
Get index of a record in a search for DeliveryConditions Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDeliveryConditions 1 param body → 200401403500
GET
/DeliveryConditions/searchInfo
Returns structured information about what and how you can search for
SearchInfoDeliveryConditions → 200500
GET
/DeliveryConditions/{deliveryConditionNo}/copy
Copies an existing deliveryCondition to a new object
CopyDeliveryCondition 1 param → 200400401403500
DeliveryCosts 11
GET
/DeliveryCosts
Gets a list of DeliveryCosts
GetDeliveryCosts 2 params → 200401403500
POST
/DeliveryCosts
Creates a new deliveryCost record
CreateDeliveryCost body → 201400401403500
GET
/DeliveryCosts/{deliveryCostNo}
Gets a specific DeliveryCost
GetDeliveryCost 1 param → 200400404401403500
PUT
/DeliveryCosts/{deliveryCostNo}
Updates an existing DeliveryCost
UpdateDeliveryCost 1 param body → 200400401403500
DELETE
/DeliveryCosts/{deliveryCostNo}
Deletes a deliveryCost record
1 param → 204400401403500
GET
/DeliveryCosts/{deliveryCostNo}/history
Gets history for a specific DeliveryCost
GetDeliveryCostHistory 3 params → 200400404401403500
POST
/DeliveryCosts/search
Search for DeliveryCosts Takes a SearchDefinition input, which can include filters and sorting.
SearchDeliveryCosts 2 params body → 200401403500
POST
/DeliveryCosts/searchIndex/{deliveryCostGuid}
Get index of a record in a search for deliveryCost Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDeliveryCosts 1 param body → 200401403500
POST
/DeliveryCosts/searchCount
Returns number of hits in a search for DeliveryCosts Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDeliveryCosts body → 200401403500
GET
/DeliveryCosts/searchInfo
Returns structured information about what and how you can search for
SearchInfoDeliveryCosts → 200500
GET
/DeliveryCosts/{deliveryCostNo}/copy
Copies an existing deliveryCost to a new object
CopyDeliveryCost 1 param → 200400401403500
Departments 11
GET
/Departments
Gets a list of Departments
GetDepartments 2 params → 200401403500
POST
/Departments
Creates a new department record
CreateDepartment body → 201400401403500
GET
/Departments/{departmentNo}
Gets a specific Department
GetDepartment 1 param → 200400404401403500
PUT
/Departments/{departmentNo}
Updates an existing Department
UpdateDepartment 1 param body → 200400401403500
DELETE
/Departments/{departmentNo}
Deletes an department record
1 param → 204400401403500
GET
/Departments/{departmentNo}/history
Gets history for a specific Department
GetDepartmentHistory 3 params → 200400404401403500
POST
/Departments/search
Search for departments Takes a SearchDefinition input, which can include filters and sorting.
SearchDepartments 2 params body → 200401403500
POST
/Departments/searchCount
Returns number of hits in a search for Departments Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDepartments body → 200401403500
POST
/Departments/searchIndex/{departmentGuid}
Get index of a record in a search for Departments Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDepartments 1 param body → 200401403500
GET
/Departments/searchInfo
Returns structured information about what and how you can search for
SearchInfoDepartments → 200500
GET
/Departments/{departmentNo}/copy
Copies an existing department to a new object
CopyDepartment 1 param → 200400401403500
Destinations 11
GET
/Destinations
Gets a list of Destinations
GetDestinations 2 params → 200401403500
POST
/Destinations
Creates a new Destination record
CreateDestination body → 201400401403500
GET
/Destinations/{destinationNo}
Gets a specific Destination
GetDestination 1 param → 200400404401403500
PUT
/Destinations/{destinationNo}
Updates an existing Destination
UpdateDestination 1 param body → 200400401403500
DELETE
/Destinations/{destinationNo}
Deletes an Destination record
1 param → 204400401403500
GET
/Destinations/{destinationNo}/history
Gets history for a specific Destination
GetDestinationHistory 3 params → 200400404401403500
GET
/Destinations/searchInfo
Returns structured information about what and how you can search for
SearchInfoDestinations → 200500
POST
/Destinations/search
Search for Destinations Takes a SearchDefinition input, which can include filters and sorting.
SearchDestinations 2 params body → 200401403500
POST
/Destinations/searchCount
Returns number of hits in a search for Destinations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDestinations body → 200401403500
POST
/Destinations/searchIndex/{destinationGuid}
Get index of a record in a search for Destinations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDestinations 1 param body → 200401403500
GET
/Destinations/{destinationNo}/copy
Copies an existing Destination to a new object
CopyDestination 1 param → 200400401403500
Device 1
POST
/Device/confirm
ConfirmData body → 200401500
DocumentClasses 11
GET
/DocumentClasses
Gets a list of DocumentClasses
GetDocumentClasses 2 params → 200401403500
POST
/DocumentClasses
Creates a new documentClass record
CreateDocumentClass body → 201400401403500
GET
/DocumentClasses/{documentClassNo}
Gets a specific DocumentClass
GetDocumentClass 1 param → 200400404401403500
PUT
/DocumentClasses/{documentClassNo}
Updates an existing DocumentClass
UpdateDocumentClass 1 param body → 200400401403500
DELETE
/DocumentClasses/{documentClassNo}
Deletes a documentClass record
1 param → 204400401403500
GET
/DocumentClasses/{documentClassNo}/history
Gets history for a specific DocumentClass
GetDocumentClassHistory 3 params → 200400404401403500
POST
/DocumentClasses/search
Search for DocumentClasses Takes a SearchDefinition input, which can include filters and sorting.
SearchDocumentClasses 2 params body → 200401403500
POST
/DocumentClasses/searchIndex/{documentClassGuid}
Get index of a record in a search for documentClass Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDocumentClasses 1 param body → 200401403500
POST
/DocumentClasses/searchCount
Returns number of hits in a search for DocumentClasses Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDocumentClasses body → 200401403500
GET
/DocumentClasses/searchInfo
Returns structured information about what and how you can search for
SearchInfoDocumentClasses → 200500
GET
/DocumentClasses/{documentClassNo}/copy
Copies an existing documentClass to a new object
CopyDocumentClass 1 param → 200400401403500
DocumentGroups 11
GET
/DocumentGroups
Gets a list of DocumentGroups
GetDocumentGroups 2 params → 200401403500
POST
/DocumentGroups
Creates a new DocumentGroup record
CreateDocumentGroup body → 201400401403500
GET
/DocumentGroups/{DocumentGroupNo}
Gets a specific DocumentGroup
GetDocumentGroup 1 param → 200400404401403500
PUT
/DocumentGroups/{DocumentGroupNo}
Updates an existing DocumentGroup
UpdateDocumentGroup 1 param body → 200400401403500
DELETE
/DocumentGroups/{DocumentGroupNo}
Deletes an DocumentGroup record
1 param → 204400401403500
GET
/DocumentGroups/{DocumentGroupNo}/history
Gets history for a specific DocumentGroup
GetDocumentGroupHistory 3 params → 200400404401403500
POST
/DocumentGroups/search
Search for DocumentGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchDocumentGroups 2 params body → 200401403500
POST
/DocumentGroups/searchCount
Returns number of hits in a search for DocumentGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDocumentGroups body → 200401403500
POST
/DocumentGroups/searchIndex/{DocumentGroupGuid}
Get index of a record in a search for DocumentGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDocumentGroups 1 param body → 200401403500
GET
/DocumentGroups/searchInfo
Returns structured information about what and how you can search for
SearchInfoDocumentGroups → 200500
GET
/DocumentGroups/{DocumentGroupNo}/copy
Copies an existing DocumentGroup to a new object
CopyDocumentGroup 1 param → 200400401403500
DocumentMailTemplates 11
GET
/DocumentMailTemplates
Gets a list of Document Mail Templates
GetDocumentMailTemplates 2 params → 200401403500
POST
/DocumentMailTemplates
Creates a new document mail template record
CreateDocumentMailTemplate body → 201400401403500
GET
/DocumentMailTemplates/{documentMailTemplateNo}
Gets a specific Document Mail Template
GetDocumentMailTemplate 1 param → 200400404401403500
PUT
/DocumentMailTemplates/{documentMailTemplateNo}
Updates an existing Document Mail Template
UpdateDocumentMailTemplate 1 param body → 200400401403500
DELETE
/DocumentMailTemplates/{documentMailTemplateNo}
Deletes a document mail template record
1 param → 204400401403500
GET
/DocumentMailTemplates/{documentMailTemplateNo}/history
Gets history for a specific Document Mail Template
GetDocumentMailTemplateHistory 3 params → 200400404401403500
POST
/DocumentMailTemplates/search
Search for Document Mail Templates Takes a SearchDefinition input, which can include filters and sorting.
SearchDocumentMailTemplates 2 params body → 200401403500
POST
/DocumentMailTemplates/searchIndex/{documentMailTemplateGuid}
Get index of a record in a search for document mail templates Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDocumentMailTemplates 1 param body → 200401403500
POST
/DocumentMailTemplates/searchCount
Returns number of hits in a search for Document Mail Templates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDocumentMailTemplates body → 200401403500
GET
/DocumentMailTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoDocumentMailTemplates → 200500
GET
/DocumentMailTemplates/{documentMailTemplateNo}/copy
Copies an existing Document Mail Template
CopyDocumentMailTemplate 1 param → 200400401403500
Documents 35
GET
/Documents
Gets a list of Documents
GetDocuments 2 params → 200401403500
POST
/Documents
Creates a new document record
CreateDocument 1 param body → 201400401403500
GET
/Documents/{documentNo}
Gets a specific Document
GetDocument 1 param → 200400404401403500
PUT
/Documents/{documentNo}
Updates an existing Document
UpdateDocument 1 param body → 200400401403500
DELETE
/Documents/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/Documents/searchIndex/{documentGuid}
Get index of a record in a search for document Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDocuments 1 param body → 200401403500
GET
/Documents/{documentNo}/history
Gets history for a specific Document
GetDocumentHistory 3 params → 200400404401403500
DELETE
/Documents/{documentNo}/force
Force deletes a document record Force deleting records may cause existing records to contain invalid data, that needs adjustment before they can be saved
1 param → 204400401403500
POST
/Documents/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchDocuments 2 params body → 200401403500
POST
/Documents/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDocuments body → 200401403500
GET
/Documents/searchInfo
Returns structured information about what and how you can search for
SearchInfoDocuments → 200500
GET
/Documents/{documentNo}/pdf
GetDocumentPdf 1 param → 400200404401403500
GET
/Documents/{documentNo}/file
GetDocumentFile 2 params → 400200404401403500
POST
/Documents/{documentNo}/file
AddDocumentFile 3 params body → 400401403500
GET
/Documents/{documentNo}/thumbnail
GetImageThumbnail 3 params → 400200404401403500
GET
/Documents/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetDocumentPdfGuid 2 params → 400200404401403500
GET
/Documents/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetDocumentFileGuid 3 params → 400200404401403500
PUT
/Documents/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutDocumentFile 1 param → 400200404401403500
POST
/Documents/{documentNo}/checkin
CheckinDocumentFile 6 params body → 400200404401403500
GET
/Documents/{documentNo}/copy
Copies an existing Document to a new object
CopyDocument 1 param → 200400401403500
GET
/Documents/{documentNo}/usage
Gets usages for a specific Document
GetDocumentUsages 1 param → 200400404401403500
GET
/Documents/{documentNo}/documentclasses
GetDocumentDocumentClasses 1 param → 200400404401403500
GET
/Documents/{documentNo}/notifications
GetDocumentNotifications 1 param → 200400404401403500
POST
/Documents/zipArchive
ZipDocumentArchive 1 param body → 400200404401403500
GET
/Documents/propertyDefinitions
Get a list of PropertyDefinitions
GetDocumentPropertyDefinitions → 200401500
POST
/Documents/propertyDefinitions
Creates a new PropertyDefinition record
CreateDocumentPropertyDefinition body → 201400401403500
GET
/Documents/propertyDefinitions/{propertyDefinitionGuid}
Gets a specific PropertyDefinition
GetDocumentPropertyDefinition 1 param → 200400404401500
PUT
/Documents/propertyDefinitions/{propertyDefinitionGuid}
Updates an existing PropertyDefinition
UpdateDocumentPropertyDefinition 1 param body → 200400401403500
DELETE
/Documents/propertyDefinitions/{propertyDefinitionGuid}
Deletes a PropertyDefinition record
DeleteDocumentPropertyDefinition 1 param → 200401403500
GET
/Documents/propertyDefinitions/{propertyDefinitionGuid}/listValues
Returns a list of values for a PropertyDefinition
GetDocumentPropertyDefinitionListValues 2 params → 200401500
DELETE
/Documents/propertyDefinitions/{propertyDefinitionGuid}/force
Force Deletes a PropertyDefinition record
ForceDeleteDocumentPropertyDefinition 1 param → 200401403500
GET
/Documents/propertyDefinitions/{propertyName}/available
Lookup if PropertyName of a PropertyDefinition is not already in use and therefore available to be used
DocumentPropertyNameAvailable 1 param → 200401500
POST
/Documents/screenLayout
Bulk updates screenlayout and a list of Property Definitions. The endpoint handles whether or not to create or update each record in the requst.
BulkUpdateDocumentScreenLayout body → 201400401403500
GET
/Documents/{documentNo}/documentweblinks
GetDocumentDocumentWebLinks 1 param → 200400404401403500
POST
/Documents/{documentNo}/share
ShareDocumentWeblink 1 param body → 201400404401403500
DocumentTransactions 5
POST
/DocumentTransactions/search
Search for DocumentTransactions Takes a SearchDefinition input, which can include filters and sorting.
SearchDocumentTransactions 2 params body → 200401403500
GET
/DocumentTransactions/searchInfo
Returns structured information about what and how you can search for
SearchInfoDocumentTransactions → 200500
POST
/DocumentTransactions/searchCount
Returns number Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDocumentTransactions body → 200401403500
POST
/DocumentTransactions/searchIndex/{documentTransactionGuid}
Get index of a record in a search for document transaction Takes a SearchDefinition input, which can include filters and sorting.
SearchDocumentTransactionIndex 1 param body → 200401403500
POST
/DocumentTransactions/Outgoing/{documentTransactionNo}/retransmit
Mark Document Transaction for Retransmission
RetransmitDocumentTransaction 1 param → 200400401403500
DocumentTree 3
GET
/DocumentTree
GetDocumentRootNodes → 200401403500
GET
/DocumentTree/{nodeType}/{visibleKey}/children
GetDocumentTreeChildren 2 params → 200401403500
GET
/DocumentTree/{nodeType}/{visibleKey}
Returns a tree structure from root to where the requested object is in the tree All nodes along the way is populated.
FindDocumentTreeNodeInTree 2 params → 200401403500
DocumentTypes 11
GET
/DocumentTypes
Gets a list of DocumentTypes
GetDocumentTypes 2 params → 200401403500
POST
/DocumentTypes
Creates a new DocumentType record
CreateDocumentType body → 201400401403500
GET
/DocumentTypes/{DocumentTypeNo}
Gets a specific DocumentType
GetDocumentType 1 param → 200400404401403500
PUT
/DocumentTypes/{DocumentTypeNo}
Updates an existing DocumentType
UpdateDocumentType 1 param body → 200400401403500
DELETE
/DocumentTypes/{DocumentTypeNo}
Deletes an DocumentType record
1 param → 204400401403500
GET
/DocumentTypes/{DocumentTypeNo}/history
Gets history for a specific DocumentType
GetDocumentTypeHistory 3 params → 200400404401403500
POST
/DocumentTypes/search
Search for DocumentTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchDocumentTypes 2 params body → 200401403500
POST
/DocumentTypes/searchCount
Returns number of hits in a search for DocumentTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountDocumentTypes body → 200401403500
POST
/DocumentTypes/searchIndex/{DocumentTypeGuid}
Get index of a record in a search for DocumentTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexDocumentTypes 1 param body → 200401403500
GET
/DocumentTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoDocumentTypes → 200500
GET
/DocumentTypes/{DocumentTypeNo}/copy
Copies an existing DocumentType to a new object
CopyDocumentType 1 param → 200400401403500
DocumentWeblinks 3
GET
/DocumentWeblinks/{documentWeblinksGuid}/preview
GetDocumentWeblinkPreview 1 param → 200400404500
GET
/DocumentWeblinks/{documentWeblinksGuid}/file
GetDocumentWeblinkFile 1 param → 200400404500
GET
/DocumentWeblinks/{documentWeblinksGuid}/pdf
GetDocumentWeblinkPdf 1 param → 200400404500
ElectronicLogbook 1
POST
/ElectronicLogbook/SetupSLB
SetupSLBForProduction → 200401403500
Embarkations 9
GET
/Embarkations/users
Gets a list of Users
GetEmbarkationUsers 2 params → 200401403500
GET
/Embarkations/users/{userNo}
Gets a specific User
GetEmbarkationUser 1 param → 200400404401403500
POST
/Embarkations/users/search
Search for Users Takes a SearchDefinition input, which can include filters and sorting.
SearchEmbarkationUsers 2 params body → 200401403500
POST
/Embarkations/users/searchCount
Returns number of hits in a search for Users Takes a SearchDefinition input, which can include filters and sorting.
SearchCountEmbarkationUsers body → 200401403500
POST
/Embarkations/users/searchIndex/{userGuid}
Get index of a record in a search for Users Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexEmbarkationUsers 1 param body → 200401403500
GET
/Embarkations/users/searchInfo
Returns structured information about what and how you can search for
SearchInfoEmbarkationUsers → 200500
POST
/Embarkations/Embark
Bulk Embark a list of Users
BulkEmbark body → 200400401403500
POST
/Embarkations/Disembark/Check
Check whether a list of Users can be bulk disembarked. This endpoint is intended for UI pre-validation when opening the disembark dialog.
BulkDisembarkCheck body → 200400401403500
POST
/Embarkations/Disembark
Bulk Disembark a list of Users
BulkDisembark body → 200400401403500
EnvironmentalItems 14
GET
/EnvironmentalItems
Gets a list of EnvironmentalItems
GetEnvironmentalItems 2 params → 200401403500
POST
/EnvironmentalItems
Creates a new EnvironmentalItem record
CreateEnvironmentalItem body → 201400401403500
GET
/EnvironmentalItems/{environmentalItemNo}
Gets a specific EnvironmentalItem
GetEnvironmentalItem 1 param → 200400404401403500
PUT
/EnvironmentalItems/{environmentalItemNo}
Updates an existing EnvironmentalItem
UpdateEnvironmentalItem 1 param body → 200400401403500
DELETE
/EnvironmentalItems/{environmentalItemNo}
Deletes a EnvironmentalItem record
1 param → 204400401403500
GET
/EnvironmentalItems/{environmentalItemNo}/history
Gets history for a specific EnvironmentalItem
GetEnvironmentalItemHistory 3 params → 200400404401403500
POST
/EnvironmentalItems/search
Search for EnvironmentalItem Takes a SearchDefinition input, which can include filters and sorting.
SearchEnvironmentalItems 2 params body → 200401403500
POST
/EnvironmentalItems/searchIndex/{environmentalItem}
Get index of a record in a search for environmentalItems Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexenvironmentalItem 2 params body → 200401403500
POST
/EnvironmentalItems/searchCount
Returns number of hits in a search for environmentalItems Takes a SearchDefinition input, which can include filters and sorting.
SearchCountEnvironmentalItems body → 200401403500
GET
/EnvironmentalItems/searchInfo
Returns structured information about what and how you can search for
SearchInfoEnvironmentalItems → 200500
GET
/EnvironmentalItems/{environmentalItemNo}/copy
Copies an existing EnvironmentalItem to a new object
CopyEnvironmentalItem 1 param → 200400401403500
POST
/EnvironmentalItems/usage
Gets usage of Environmental Item
getUsage 2 params body → 200400404401403500
POST
/EnvironmentalItems/usageCount
Gets usage of Environmental Item
getUsageCount body → 200400404401403500
GET
/EnvironmentalItems/{environmentalItemNo}/latestUsage
Gets latest usage of Environmental Item
getLatestUsage 1 param → 200400404401403500
Equipments 12
GET
/Equipments
Gets a list of Equipments
GetEquipments 2 params → 200401403500
POST
/Equipments
Creates a new Equipment record
CreateEquipment body → 201400401403500
GET
/Equipments/{equipmentNo}
Gets a specific Equipment
GetEquipment 1 param → 200400404401403500
PUT
/Equipments/{equipmentNo}
Updates an existing Equipment
UpdateEquipment 1 param body → 200400401403500
DELETE
/Equipments/{equipmentNo}
Deletes a Equipment record
1 param → 204400401403500
GET
/Equipments/{equipmentNo}/history
Gets history for a specific Equipment
GetEquipmentHistory 3 params → 200400404401403500
POST
/Equipments/search
Search for Equipment Takes a SearchDefinition input, which can include filters and sorting.
SearchEquipments 2 params body → 200401403500
POST
/Equipments/searchIndex/{equipmentGuid}
Get index of a record in a search for Equipment Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexEquipmentGuid 1 param body → 200401403500
POST
/Equipments/searchCount
Returns number of hits in a search for Equipment Takes a SearchDefinition input, which can include filters and sorting.
SearchCountEquipments body → 200401403500
GET
/Equipments/searchInfo
Returns structured information about what and how you can search for
SearchInfoEquipments → 200500
GET
/Equipments/{equipmentNo}/copy
Copies an existing Equipment to a new object
CopyEquipment 1 param → 200400401403500
GET
/Equipments/{equipmentNo}/detections
Gets detections for Equipment
GetEquipmentDetections 1 param → 200400404401403500
EvaluationAnswers 12
GET
/EvaluationAnswers
Gets a list of Evaluation answers
GetEvaluationAnswers 2 params → 200401403500
POST
/EvaluationAnswers
Creates a new evaluation answer record
CreateEvaluationAnswer body → 201400401403500
GET
/EvaluationAnswers/{evaluationAnswerNo}
Gets a specific Evaluation answer by its EvaluationAnswerNo
GetEvaluationAnswer 1 param → 200400404401403500
PUT
/EvaluationAnswers/{evaluationAnswerNo}
Updates an existing EvaluationAnswer
UpdateEvaluationAnswer 1 param body → 200400401403500
DELETE
/EvaluationAnswers/{evaluationAnswerNo}
Deletes a evaluation answer record
1 param → 204400401403500
GET
/EvaluationAnswers/{evaluationAnswerNo}/history
Gets history for a specific Evaluation Answer
GetEvaluationAnswerHistory 3 params → 200400404401403500
POST
/EvaluationAnswers/search
Search for Evaluation answers Takes a SearchDefinition input, which can include filters and sorting.
SearchEvaluationAnswers 2 params body → 200401403500
POST
/EvaluationAnswers/searchIndex/{evaluationAnswerGuid}
Get index of a record in a search for evaluation answer Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexEvaluationAnswers 1 param body → 200401403500
POST
/EvaluationAnswers/searchCount
Returns number of hits in a search for Evaluation answers Takes a SearchDefinition input, which can include filters and sorting.
SearchCountEvaluationAnswers body → 200401403500
GET
/EvaluationAnswers/searchInfo
Returns structured information about what and how you can search for
SearchInfoEvaluationAnswers → 200500
DELETE
/EvaluationAnswers/{evaluationAnswerNo}/force
Force deletes a evaluationAnswer record Force deleting records may cause existing records to contain invalid data, that needs adjustment before they can be saved
1 param → 204400401403500
GET
/EvaluationAnswers/{evaluationAnswerNo}/copy
Copies an existing evaluation answer to a new object
CopyEvaluationAnswer 1 param → 200400401403500
EvaluationQuestionObjectLinks 27
POST
/EvaluationQuestionObjectLinks/purchaseOrderEvaluations
Creates new purchase order evaluation records
CreatePurchaseOrderEvaluations body → 201400401403500
PUT
/EvaluationQuestionObjectLinks/purchaseOrderEvaluations
Updates existing evaluation records
UpdatePurchaseOrderEvaluations body → 200400401403500
GET
/EvaluationQuestionObjectLinks/purchaseOrderEvaluations/{groupId}
Returns a list of Evaluations belonging to the given groupId
GetPurchaseOrderEvaluationsByGroupId 1 param → 200401403500
GET
/EvaluationQuestionObjectLinks/{objectNo}/PurchaseOrderEvaluations
Returns a list of Evaluations belonging to the PurchaseOrder
GetPurchaseOrderEvaluations 1 param → 200401403500
POST
/EvaluationQuestionObjectLinks/searchPurchaseOrderEvaluations
Search for PurchaseOrder Evaluations Takes a SearchDefinition input, which can include filters and sorting.
SearchPurchaseOrderEvaluations 2 params body → 200401403500
POST
/EvaluationQuestionObjectLinks/imInvoiceEvaluations
Creates new evaluation records
CreateImInvoiceEvaluations body → 201400401403500
PUT
/EvaluationQuestionObjectLinks/imInvoiceEvaluations
Updates existing evaluation records
UpdateImInvoiceEvaluations body → 200400401403500
GET
/EvaluationQuestionObjectLinks/imInvoiceEvaluations/{groupId}
Returns a list of Evaluations belonging to the given groupId
GetImInvoiceEvaluationsByGroupId 1 param → 200401403500
GET
/EvaluationQuestionObjectLinks/{objectNo}/InvoiceEvaluations
Returns a list of Evaluations belonging to the Invoice
GetInvoiceEvaluations 1 param → 200401403500
POST
/EvaluationQuestionObjectLinks/searchInvoiceEvaluations
Search for Invoice Evaluations Takes a SearchDefinition input, which can include filters and sorting.
SearchInvoiceEvaluations 2 params body → 200401403500
POST
/EvaluationQuestionObjectLinks/requisitionEvaluations
Creates new evaluation records
CreateRequisitionEvaluations body → 201400401403500
PUT
/EvaluationQuestionObjectLinks/requisitionEvaluations
Updates existing evaluation records
UpdateRequisitionEvaluations body → 200400401403500
GET
/EvaluationQuestionObjectLinks/requisitionEvaluations/{groupId}
Returns a list of Evaluations belonging to the given groupId
GetRequisitionEvaluationsByGroupId 1 param → 200401403500
GET
/EvaluationQuestionObjectLinks/{objectNo}/RequisitionEvaluations
Returns a list of Evaluations belonging to the Requisition
GetRequisitionEvaluations 1 param → 200401403500
POST
/EvaluationQuestionObjectLinks/searchRequisitionEvaluations
Search for Requisition Evaluations Takes a SearchDefinition input, which can include filters and sorting.
SearchRequisitionEvaluations 2 params body → 200401403500
POST
/EvaluationQuestionObjectLinks/requestForQuoteEvaluations
Creates new evaluation records
CreateRequestForQuoteEvaluations body → 201400401403500
PUT
/EvaluationQuestionObjectLinks/requestForQuoteEvaluations
Updates existing evaluation records
UpdateRequestForQuoteEvaluations body → 200400401403500
GET
/EvaluationQuestionObjectLinks/requestForQuoteEvaluations/{groupId}
Returns a list of Evaluations belonging to the given groupId
GetRequestForQuoteEvaluationsByGroupId 1 param → 200401403500
GET
/EvaluationQuestionObjectLinks/{objectNo}/RequestForQuoteEvaluations
Returns a list of Evaluations belonging to the Request For Quote
GetRequestForQuoteEvaluations 1 param → 200401403500
POST
/EvaluationQuestionObjectLinks/searchRequestForQuoteEvaluations
Search for RequestForQuote Evaluations Takes a SearchDefinition input, which can include filters and sorting.
SearchRequestForQuoteEvaluations 2 params body → 200401403500
POST
/EvaluationQuestionObjectLinks/shipmentEvaluations
Creates new evaluation records
CreateShipmentEvaluations body → 201400401403500
PUT
/EvaluationQuestionObjectLinks/shipmentEvaluations
Updates existing evaluation records
UpdateShipmentEvaluations body → 200400401403500
GET
/EvaluationQuestionObjectLinks/ShipmentEvaluations/{groupId}
Returns a list of Evaluations belonging to the given groupId
GetShipmentEvaluationsByGroupId 1 param → 200401403500
GET
/EvaluationQuestionObjectLinks/{objectNo}/ShipmentEvaluations
Returns a list of Evaluations belonging to the Request For Quote
GetShipmentEvaluations 1 param → 200401403500
POST
/EvaluationQuestionObjectLinks/searchShipmentEvaluations
Search for Shipment Evaluations Takes a SearchDefinition input, which can include filters and sorting.
SearchShipmentEvaluations 2 params body → 200401403500
POST
/EvaluationQuestionObjectLinks/{shipmentNo}/supplierEvaluations
Creates or updates Receiving Requisition evaluations for all requisitions on a UnitShipment for a specific supplier.
CreateUnitShipmentSupplierEvaluations 1 param body → 200400401403500
POST
/EvaluationQuestionObjectLinks/{shipmentNo}/pickupWarehouseEvaluations
Creates or updates Receiving Shipment evaluations for all pickup warehouse suppliers on a UnitShipment.
CreateUnitShipmentPickupWarehouseEvaluations 1 param body → 200400401403500
EvaluationQuestions 16
GET
/EvaluationQuestions
Gets a list of Evaluation questions
GetEvaluationQuestions 2 params → 200401403500
POST
/EvaluationQuestions
Creates a new evaluation question record
CreateEvaluationQuestion body → 201400401403500
GET
/EvaluationQuestions/{evaluationQuestionNo}
Gets a specific Evaluation question by its EvaluationQuestionNo
GetEvaluationQuestion 1 param → 200400404401403500
PUT
/EvaluationQuestions/{evaluationQuestionNo}
Updates an existing EvaluationQuestion
UpdateEvaluationQuestion 1 param body → 200400401403500
DELETE
/EvaluationQuestions/{evaluationQuestionNo}
Deletes a evaluation question record
1 param → 204400401403500
GET
/EvaluationQuestions/{evaluationQuestionNo}/history
Gets history for a specific Evaluation Question
GetEvaluationQuestionHistory 3 params → 200400404401403500
POST
/EvaluationQuestions/search
Search for Evaluation questions Takes a SearchDefinition input, which can include filters and sorting.
SearchEvaluationQuestions 2 params body → 200401403500
POST
/EvaluationQuestions/{objectNo}/searchEvaluationQuestionsForEvaluationDialog
Search for Evaluation Questions to be used for Evaluation Dialog Takes a SearchDefinition input, which can include filters and sorting.
SearchEvaluationQuestionsForEvaluationDialog 3 params body → 200401403500
POST
/EvaluationQuestions/searchIndex/{evaluationQuestionGuid}
Get index of a record in a search for evaluation question Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexEvaluationQuestions 1 param body → 200401403500
POST
/EvaluationQuestions/searchCount
Returns number of hits in a search for Evaluation questions Takes a SearchDefinition input, which can include filters and sorting.
SearchCountEvaluationQuestions body → 200401403500
GET
/EvaluationQuestions/searchInfo
Returns structured information about what and how you can search for
SearchInfoEvaluationQuestions → 200500
GET
/EvaluationQuestions/{evaluationQuestionNo}/copy
Copies an existing evaluation question to a new object
CopyEvaluationQuestion 1 param → 200400401403500
GET
/EvaluationQuestions/{evaluationQuestionNo}/companies
Gets a list of Evaluation Question Companies
GetEvaluationQuestionCompanies 1 param → 200401403500
GET
/EvaluationQuestions/{evaluationQuestionNo}/addressCategories
Gets a list of Evaluation Question Address Categories
GetEvaluationQuestionAddressCategories 1 param → 200401403500
GET
/EvaluationQuestions/{evaluationQuestionNo}/itemTypes
Gets a list of Evaluation Question Item Types
GetEvaluationQuestionItemTypes 1 param → 200401403500
GET
/EvaluationQuestions/{evaluationQuestionNo}/evaluationAnswers
Gets a list of Evaluation Question Evaluation Answers
GetEvaluationQuestionEvaluationAnswers 1 param → 200401403500
EventReports 9
GET
/EventReports
Gets a list of Event Reports
GetEventReports 2 params → 200401403500
GET
/EventReports/{eventReportNo}
Gets a specific EventReport
GetEventReport 1 param → 200400404401403500
GET
/EventReports/{eventReportNo}/history
Gets history for a specific EventReport
GetEventReportHistory 3 params → 200400404401403500
POST
/EventReports/search
Search for EventReports Takes a SearchDefinition input, which can include filters and sorting.
SearchEventReports 2 params body → 200401403500
POST
/EventReports/searchIndex/{eventReportGuid}
Get index of a record in a search for EventReport Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexEventReports 1 param body → 200401403500
POST
/EventReports/searchCount
Returns number of hits in a search for EventReports Takes a SearchDefinition input, which can include filters and sorting.
SearchCountEventReports body → 200401403500
GET
/EventReports/searchInfo
Returns structured information about what and how you can search for
SearchInfoEventReports → 200500
POST
/EventReports/{eventReportNo}/approve
Approve EventReport
ApproveEventReport 1 param body → 401400404403500
POST
/EventReports/{eventReportNo}/reject
Reject EventReport
RejectEventReport 1 param body → 401400404403500
ExcelImport 4
GET
/ExcelImport
Get → 400401403500
POST
/ExcelImport/Validate
Validate body → 400401403500
POST
/ExcelImport/Build
Build body → 400401403500
POST
/ExcelImport/Import
Import body → 400401403500
ExpectedFaults 11
GET
/ExpectedFaults
Gets a list of ExpectedFaults
GetExpectedFaults 2 params → 200401403500
POST
/ExpectedFaults
Creates a new expectedFault record
CreateExpectedFault body → 201400401403500
GET
/ExpectedFaults/{expectedFaultNo}
Gets a specific expectedFault
GetExpectedFault 1 param → 200400404401403500
PUT
/ExpectedFaults/{expectedFaultNo}
Updates an existing expectedFault
UpdateExpectedFault 1 param body → 200400401403500
DELETE
/ExpectedFaults/{expectedFaultNo}
Deletes a expectedFault record
1 param → 204400401403500
GET
/ExpectedFaults/{expectedFaultNo}/history
Gets history for a specific expectedFault
GetexpectedFaultHistory 3 params → 200400404401403500
POST
/ExpectedFaults/search
Search for ExpectedFaults Takes a SearchDefinition input, which can include filters and sorting.
SearchExpectedFaults 2 params body → 200401403500
POST
/ExpectedFaults/searchIndex/{expectedFaultGuid}
Get index of a record in a search for ExpectedFaults Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexExpectedFaults 1 param body → 200401403500
POST
/ExpectedFaults/searchCount
Returns number of hits in a search for ExpectedFaults Takes a SearchDefinition input, which can include filters and sorting.
SearchCountExpectedFaults body → 200401403500
GET
/ExpectedFaults/searchInfo
Returns structured information about what and how you can search for
SearchInfoExpectedFaults → 200500
GET
/ExpectedFaults/{expectedFaultNo}/copy
Copies an existing expectedFault to a new object
CopyExpectedFault 1 param → 200400401403500
ExternalCalendars 1
POST
/ExternalCalendars/search
Returns an array of ApiWebhookExecuteResult by executing all active ExternalCalendar webhooks. Used to call Lua scripts that can fetch external calendar events and integrate them into Sertica 6/INEXT…
Search → 200404401403500
ExternalItems 9
GET
/ExternalItems
Gets a list of ExternalItems
GetExternalItems 2 params → 200401403500
POST
/ExternalItems
Creates a new externalItem record
CreateExternalItem body → 201400401403500
GET
/ExternalItems/{externalItemNo}
Gets a specific ExternalItem
GetExternalItem 1 param → 200400404401403500
PUT
/ExternalItems/{externalItemNo}
Updates an existing ExternalItem
UpdateExternalItem 1 param body → 200400401403500
DELETE
/ExternalItems/{externalItemNo}
Deletes a externalItem record
1 param → 204400401403500
POST
/ExternalItems/search
Search for ExternalItems Takes a SearchDefinition input, which can include filters and sorting.
SearchExternalItems 2 params body → 200401403500
POST
/ExternalItems/searchIndex/{externalItemGuid}
Get index of a record in a search for externalItem Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexExternalItems 1 param body → 200401403500
POST
/ExternalItems/searchCount
Returns number of hits in a search for ExternalItems Takes a SearchDefinition input, which can include filters and sorting.
SearchCountExternalItems body → 200401403500
GET
/ExternalItems/searchInfo
Returns structured information about what and how you can search for
SearchInfoExternalItems → 200500
FinancialFollowupNodeResponses 3
POST
/FinancialFollowupNodeResponses
Creates a new FinancialFollowupNodeResponse record
CreateFinancialFollowupNodeResponse body → 201400401403500
GET
/FinancialFollowupNodeResponses/{guid}
Gets a specific FinancialFollowupNodeResponse record
GetFinancialFollowupNodeResponse 1 param → 200400404401403500
DELETE
/FinancialFollowupNodeResponses/{guid}
Deletes an FinancialFollowupNodeResponse record
1 param → 204400401403500
Flags 11
GET
/Flags
Gets a list of Flags
GetFlags 2 params → 200401403500
POST
/Flags
Creates a new flag record
CreateFlag body → 201400401403500
GET
/Flags/{flagNo}
Gets a specific Flag
GetFlag 1 param → 200400404401403500
PUT
/Flags/{flagNo}
Updates an existing Flag
UpdateFlag 1 param body → 200400401403500
DELETE
/Flags/{flagNo}
Deletes a flag record
1 param → 204400401403500
GET
/Flags/{flagNo}/history
Gets history for a specific Flag
GetFlagHistory 3 params → 200400404401403500
POST
/Flags/search
Search for Flags Takes a SearchDefinition input, which can include filters and sorting.
SearchFlags 2 params body → 200401403500
POST
/Flags/searchIndex/{flagGuid}
Get index of a record in a search for flags Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexFlags 1 param body → 200401403500
POST
/Flags/searchCount
Returns number of hits in a search for Flags Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFlags body → 200401403500
GET
/Flags/searchInfo
Returns structured information about what and how you can search for
SearchInfoFlags → 200500
GET
/Flags/{flagNo}/copy
Copies an existing Flag to a new object
CopyFlag 1 param → 200400401403500
FormBrowser 3
GET
/FormBrowser
FormBrowser → 200401403500
POST
/FormBrowser/{nodeType}/children
Returns the child nodes of the requested object
GetFormBrowserChildren 1 param body → 200401403500
POST
/FormBrowser/{nodeType}
Returns the Form Browser tree from root to where the requested object is in the tree All nodes along the way is populated.
GetTree 1 param body → 200401403500
FormDocuments 17
GET
/FormDocuments
Gets a list of FormDocuments
GetFormDocuments 2 params → 200401403500
POST
/FormDocuments
Creates a new document record
CreateFormDocument 1 param body → 201400401403500
GET
/FormDocuments/{documentNo}
Gets a specific FormDocument
GetFormDocument 1 param → 200400404401403500
PUT
/FormDocuments/{documentNo}
Updates an existing Document
UpdateFormDocument 1 param body → 200400401403500
DELETE
/FormDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/FormDocuments/searchIndex/{documentGuid}
Get index of a record in a search for FormDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexFormDocuments 1 param body → 200401403500
GET
/FormDocuments/{documentNo}/history
Gets history for a specific FormDocument
GetFormDocumentHistory 3 params → 200400404401403500
POST
/FormDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchFormDocuments 2 params body → 200401403500
POST
/FormDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFormDocuments body → 200401403500
GET
/FormDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoFormDocuments → 200500
GET
/FormDocuments/{documentNo}/pdf
GetFormDocumentPdf 1 param → 400200404401403500
GET
/FormDocuments/{documentNo}/file
GetFormDocumentFile 2 params → 400200404401403500
POST
/FormDocuments/{documentNo}/file
AddFormDocumentFile 1 param body → 400401403500
GET
/FormDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetFormDocumentPdfGuid 2 params → 400200404401403500
GET
/FormDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetFormDocumentFileGuid 3 params → 400200404401403500
GET
/FormDocuments/{documentNo}/copy
Copies an existing Document to a new object
CopyFormDocument 1 param → 200400401403500
GET
/FormDocuments/{documentNo}/usage
Gets usages for a specific Document
GetFormDocumentsUsages 1 param → 200400404401403500
Forms 36
GET
/Forms
Gets a list of Forms
GetForms 2 params → 200401403500
POST
/Forms
Creates a new form record
CreateForm body → 201400401403500
GET
/Forms/{formNo}
Gets a specific Form
GetForm 1 param → 200400404401403500
PUT
/Forms/{formNo}
Updates an existing Form
UpdateForm 1 param body → 200400401403500
DELETE
/Forms/{formNo}
Deletes a form record
1 param → 204400401403500
GET
/Forms/fromFormTemplate/{formTemplateNo}
Gets a non-created Form made from a Form Template
GetFormFromFormTemplate 1 param → 201400401403500
GET
/Forms/{formNo}/copy
Copies an existing Form to a new object
CopyForm 1 param → 200400401403500
POST
/Forms/{formNo}/formUpdateDocument
FormUpdateDocument 1 param body → 400401403500
POST
/Forms/search
Search for Form Takes a SearchDefinition input, which can include filters and sorting.
SearchForms 2 params body → 200401403500
POST
/Forms/searchIndex/{formGuid}
Get index of a record in a search for form Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexForms 1 param body → 200401403500
POST
/Forms/searchCount
Returns number of hits in a search for Form Takes a SearchDefinition input, which can include filters and sorting.
SearchCountForms body → 200401403500
GET
/Forms/searchInfo
Returns structured information about what and how you can search for
SearchInfoForms → 200500
POST
/Forms/search/{formTemplateNo}
Search for forms using a specific FormTemplate Takes a Form Template No. and a SearchDefinition input, which can include filters and sorting.
SearchFormTemplateNo 3 params body → 200401403500
GET
/Forms/searchInfo/{formTemplateNo}
Returns structured information about what and how you can search for
SearchInfoFormsByTemplateNo 1 param → 200401403500
POST
/Forms/searchCount/{formTemplateNo}
Returns number of hits in a search for Forms using a specific Form Template Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFormsByTemplateNo 1 param body → 200401403500
POST
/Forms/searchIndex/{formGuid}/{formTemplateNo}
Get index of a record in a search for Forms using a specific Form Template Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexFormsByTemplateNo 2 params body → 200401403500
GET
/Forms/{formNo}/history
Gets history for a specific Form
GetFormHistory 3 params → 200400404401403500
GET
/Forms/{formNo}/formprint
GetFormPrint 2 params → 400200404401403500
POST
/Forms/zipArchive
ZipFormsArchive 1 param body → 400200404401403500
GET
/Forms/{formNo}/formresponses
Fetches all Responses attached to the form
GetFormResponses 2 params → 200401403500
GET
/Forms/{formNo}/formresponses/count
Returns number of FormResponses for formNo
CountFormResponses 1 param → 200401403500
POST
/Forms/{formNo}/addformresponse
Add response
AddFormResponse 1 param body → 400200401403500
GET
/Forms/{formNo}/usage
Gets usages for a specific Form
GetFormUsages 1 param → 200400404401403500
GET
/Forms/{formNo}/documents
Returns a list of Documents on the Form
GetFormDocumentLinks 1 param → 200401403500
POST
/forms/{formNo}/approve
Approve Form
ApproveForm 1 param → 400401403500
POST
/forms/{formNo}/reject
Reject Form
RejectForm 1 param body → 400401403500
POST
/forms/{formNo}/requestApproval
Request Approval of Form
RequestApproval 1 param → 400401403500
POST
/forms/{formNo}/reopen
Reopen Form
ReopenForm 1 param → 400401403500
GET
/Forms/{formNo}/formActions
Returns a bool telling if the User is allowed to approve the Form
GetFormActions 1 param → 200401403500
GET
/Forms/{formNo}/approvers
Returns a list of Approvers on the Form
GetFormApprovers 1 param → 200401403500
GET
/Forms/{formNo}/confidentialityUserRoles
Fetches all ConfidentialityUserRoles attached to the Form
GetFormConfidentialityUserRoles 1 param → 200401403500
POST
/Forms/appRequest
Get Forms for App
FormAppRequest body → 200401403500
GET
/Forms/appRequest/{guid}
Get Form for App by Guid
FormGuidAppRequest 1 param → 200401403500
POST
/Forms/appFormPDFPreview
FormAppPDFPreview body → 400401403500
POST
/Forms/appSubmit
Submits a Form from App
FormAppSubmit body → 200400401403500
GET
/Forms/tasklistFormNodes
Get forms browser nodes
GetFormBrowserNodes → 200400401403500
FormsSignature 17
GET
/FormsSignature
Gets a list of FormsSignature
GetFormsSignature 2 params → 200401403500
POST
/FormsSignature
Creates a new document record
CreateFormSignature 1 param body → 201400401403500
GET
/FormsSignature/{documentNo}
Gets a specific FormSignature
GetFormSignature 1 param → 200400404401403500
PUT
/FormsSignature/{documentNo}
Updates an existing Document
UpdateFormSignature 1 param body → 200400401403500
DELETE
/FormsSignature/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/FormsSignature/searchIndex/{documentGuid}
Get index of a record in a search for FormSignature Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexFormsSignature 1 param body → 200401403500
GET
/FormsSignature/{documentNo}/history
Gets history for a specific FormSignature
GetFormSignatureHistory 3 params → 200400404401403500
POST
/FormsSignature/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchFormsSignature 2 params body → 200401403500
POST
/FormsSignature/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFormsSignature body → 200401403500
GET
/FormsSignature/searchInfo
Returns structured information about what and how you can search for
SearchInfoFormsSignature → 200500
GET
/FormsSignature/{documentNo}/pdf
GetFormSignaturePdf 1 param → 400200404401403500
GET
/FormsSignature/{documentNo}/file
GetFormSignatureFile 2 params → 400200404401403500
POST
/FormsSignature/{documentNo}/file
AddFormSignatureFile 1 param body → 400401403500
GET
/FormsSignature/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetFormSignaturePdfGuid 2 params → 400200404401403500
GET
/FormsSignature/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetFormSignatureFileGuid 3 params → 400200404401403500
PUT
/FormsSignature/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutFormSignatureFile 1 param → 400200404401403500
POST
/FormsSignature/{documentNo}/checkin
CheckinFormSignatureFile 4 params body → 400200404401403500
FormTemplateDocuments 19
GET
/FormTemplateDocuments
Gets a list of FormTemplateDocuments
GetFormTemplateDocuments 2 params → 200401403500
POST
/FormTemplateDocuments
Creates a new document record
CreateFormTemplateDocument body → 201400401403500
GET
/FormTemplateDocuments/{documentNo}
Gets a specific FormTemplateDocument
GetFormTemplateDocument 1 param → 200400404401403500
PUT
/FormTemplateDocuments/{documentNo}
Updates an existing Document
UpdateFormTemplateDocument 1 param body → 200400401403500
DELETE
/FormTemplateDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/FormTemplateDocuments/searchIndex/{documentGuid}
Get index of a record in a search for FormTemplateDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexFormTemplateDocuments 1 param body → 200401403500
GET
/FormTemplateDocuments/{documentNo}/history
Gets history for a specific FormTemplateDocument
GetFormTemplateDocumentHistory 3 params → 200400404401403500
POST
/FormTemplateDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchFormTemplateDocuments 2 params body → 200401403500
POST
/FormTemplateDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFormTemplateDocuments body → 200401403500
GET
/FormTemplateDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoFormTemplateDocuments → 200500
GET
/FormTemplateDocuments/{documentNo}/pdf
GetFormTemplateDocumentPdf 1 param → 400200404401403500
GET
/FormTemplateDocuments/{documentNo}/file
GetFormTemplateDocumentFile 2 params → 400200404401403500
POST
/FormTemplateDocuments/{documentNo}/file
AddFormTemplateDocumentFile 1 param body → 400401403500
GET
/FormTemplateDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetFormTemplateDocumentPdfGuid 2 params → 400200404401403500
GET
/FormTemplateDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetFormTemplateDocumentFileGuid 3 params → 400200404401403500
PUT
/FormTemplateDocuments/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutFormTemplateDocumentFile 1 param → 400200404401403500
POST
/FormTemplateDocuments/{documentNo}/checkin
CheckinFormTemplateDocumentFile 4 params body → 400200404401403500
GET
/FormTemplateDocuments/{documentNo}/copy
Copies an existing Document to a new object
CopyFormTemplateDocument 1 param → 200400401403500
GET
/FormTemplateDocuments/{documentNo}/usage
Gets usages for a specific Document
GetFormTemplateDocumentsUsages 1 param → 200400404401403500
FormTemplateHelpImageDocuments 19
GET
/FormTemplateHelpImageDocuments
Gets a list of FormTemplateHelpImageDocuments
GetFormTemplateHelpImageDocuments 2 params → 200401403500
POST
/FormTemplateHelpImageDocuments
Creates a new document record
CreateFormTemplateHelpImageDocument body → 201400401403500
GET
/FormTemplateHelpImageDocuments/{documentNo}
Gets a specific FormTemplateHelpImageDocument
GetFormTemplateHelpImageDocument 1 param → 200400404401403500
PUT
/FormTemplateHelpImageDocuments/{documentNo}
Updates an existing Document
UpdateFormTemplateHelpImageDocument 1 param body → 200400401403500
DELETE
/FormTemplateHelpImageDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/FormTemplateHelpImageDocuments/searchIndex/{documentGuid}
Get index of a record in a search for FormTemplateHelpImageDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexFormTemplateHelpImageDocuments 1 param body → 200401403500
GET
/FormTemplateHelpImageDocuments/{documentNo}/history
Gets history for a specific FormTemplateHelpImageDocument
GetFormTemplateHelpImageDocumentHistory 3 params → 200400404401403500
POST
/FormTemplateHelpImageDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchFormTemplateHelpImageDocuments 2 params body → 200401403500
POST
/FormTemplateHelpImageDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFormTemplateHelpImageDocuments body → 200401403500
GET
/FormTemplateHelpImageDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoFormTemplateHelpImageDocuments → 200500
GET
/FormTemplateHelpImageDocuments/{documentNo}/pdf
GetFormTemplateHelpImageDocumentPdf 1 param → 400200404401403500
GET
/FormTemplateHelpImageDocuments/{documentNo}/file
GetFormTemplateHelpImageDocumentFile 2 params → 400200404401403500
POST
/FormTemplateHelpImageDocuments/{documentNo}/file
AddFormTemplateHelpImageDocumentFile 3 params body → 400401403500
GET
/FormTemplateHelpImageDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetFormTemplateHelpImageDocumentPdfGuid 2 params → 400200404401403500
GET
/FormTemplateHelpImageDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetFormTemplateHelpImageDocumentFileGuid 3 params → 400200404401403500
PUT
/FormTemplateHelpImageDocuments/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutFormTemplateHelpImageDocumentFile 1 param → 400200404401403500
POST
/FormTemplateHelpImageDocuments/{documentNo}/checkin
CheckinFormTemplateHelpImageDocumentFile 4 params body → 400200404401403500
GET
/FormTemplateHelpImageDocuments/{documentNo}/copy
Copies an existing Document to a new object
CopyFormTemplateHelpImageDocument 1 param → 200400401403500
GET
/FormTemplateHelpImageDocuments/{documentNo}/usage
Gets usages for a specific Document
GetFormTemplateHelpImageDocumentsUsages 1 param → 200400404401403500
FormTemplates 25
GET
/FormTemplates
Gets a list of Form Templates
GetFormTemplates 2 params → 200401403500
POST
/FormTemplates
Creates a new form template record
CreateFormTemplate body → 201400401403500
GET
/FormTemplates/{formTemplateNo}
Gets a specific FormTemplate
GetFormTemplate 1 param → 200400404401403500
PUT
/FormTemplates/{formTemplateNo}
Updates an existing FormTemplate
UpdateFormTemplate 1 param body → 200400401403500
DELETE
/FormTemplates/{formTemplateNo}
Deletes a form template record
1 param → 204400401403500
GET
/FormTemplates/{formTemplateNo}/history
Gets history for a specific FormTemplate
GetFormTemplateHistory 3 params → 200400404401403500
POST
/FormTemplates/search
Search for Form Templates Takes a SearchDefinition input, which can include filters and sorting.
SearchFormTemplates 2 params body → 200401403500
POST
/FormTemplates/searchIndex/{formTemplateGuid}
Get index of a record in a search for form templates Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexFormTemplates 1 param body → 200401403500
POST
/FormTemplates/searchCount
Returns number of hits in a search for Form Templates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFormTemplates body → 200401403500
GET
/FormTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoFormTemplates → 200500
GET
/FormTemplates/{formTemplateNo}/copy
Copies an existing FormTemplate to a new object
CopyFormTemplate 1 param → 200400401403500
GET
/FormTemplates/availableTags/{columnType}
1 param → 200401403500
POST
/FormTemplates/appRequest
Get FormTemplates for App
FormTemplateAppRequest body → 200401403500
GET
/FormTemplates/appRequest/{guid}
Get Form Template for App by Guid
FormTemplateGuidAppRequest 1 param → 200401403500
GET
/FormTemplates/{formTemplateNo}/confidentialityUserRoles
Fetches all ConfidentialityUserRoles attached to the FormTemplate
GetConfidentialityUserRoles 1 param → 200401403500
GET
/FormTemplates/{formTemplateNo}/FunctionAreas
Returns a list of Function Areas on the Form Template
GetFormTemplateFunctionAreas 1 param → 200401403500
GET
/FormTemplates/{formTemplateNo}/Approvers
Returns a list of Approvers on the Form Template
GetFormTemplateApprovers 1 param → 200401403500
GET
/FormTemplates/{formTemplateNo}/AutomaticDeletions
Returns a list of AutomaticDeletions on the Form Template
GetFormTemplateAutomaticDeletions 1 param → 200401403500
GET
/FormTemplates/{formTemplateNo}/Confidentialities
Returns a list of Confidentialities on the Form Template
GetFormTemplateConfidentialities 1 param → 200401403500
GET
/FormTemplates/{formTemplateNo}/UnitAvailability
Returns a list of Available Units on the Form Template
GetFormTemplateUnitAvailability 1 param → 200401403500
GET
/FormTemplates/{formTemplateNo}/generatePrintExample
GeneratePrintExample 1 param → 400401403500
POST
/FormTemplates/{formTemplateNo}/createAnalyticsCustomTemplate/{templateName}
CreateCustomAnalyticsTemplate 2 params body → 200404401403500
PUT
/FormTemplates/{formTemplateNo}/updateAnalyticsCustomTemplate/{templateNo}
UpdateCustomAnalyticsTemplate 2 params → 200404401403500
GET
/FormTemplates/{formTemplateNo}/templateCustomProperties
Returns a list of Custom Properties on the Form Template
GetFormTemplateCustomProperties 1 param → 200401403500
GET
/FormTemplates/{formTemplateNo}/documentcustomtags
GetFormTemplateDocumentCustomTags 1 param → 200400401403500
FormTemplateTables 12
GET
/FormTemplateTables
Gets a list of Form Template Tables
GetFormTemplateTables 2 params → 200401403500
POST
/FormTemplateTables
Creates a new form template record
CreateFormTemplateTable body → 201400401403500
GET
/FormTemplateTables/{formTemplateTableNo}
Gets a specific FormTemplateTable
GetFormTemplateTable 1 param → 200400404401403500
PUT
/FormTemplateTables/{formTemplateTableNo}
Updates an existing FormTemplateTable
UpdateFormTemplateTable 1 param body → 200400401403500
DELETE
/FormTemplateTables/{formTemplateTableNo}
Deletes a form template record
1 param → 204400401403500
GET
/FormTemplateTables/{formTemplateTableNo}/history
Gets history for a specific FormTemplateTable
GetFormTemplateTableHistory 3 params → 200400404401403500
POST
/FormTemplateTables/search
Search for Form Template Tables Takes a SearchDefinition input, which can include filters and sorting.
SearchFormTemplateTables 2 params body → 200401403500
POST
/FormTemplateTables/searchIndex/{formTemplateGuid}
Get index of a record in a search for form templates Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexFormTemplateTables 1 param body → 200401403500
POST
/FormTemplateTables/searchCount
Returns number of hits in a search for Form Template Tables Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFormTemplateTables body → 200401403500
GET
/FormTemplateTables/searchInfo
Returns structured information about what and how you can search for
SearchInfoFormTemplateTables → 200500
GET
/FormTemplateTables/{formTemplateTableNo}/copy
Copies an existing FormTemplateTable to a new object
CopyFormTemplateTable 1 param → 200400401403500
GET
/FormTemplateTables/availableTags/{columnType}
1 param → 200401403500
FuelTypes 11
GET
/FuelTypes
Gets a list of FuelTypes
GetFuelTypes 2 params → 200401403500
POST
/FuelTypes
Creates a new FuelType record
CreateFuelType body → 201400401403500
GET
/FuelTypes/{fuelTypeNo}
Gets a specific FuelType
GetFuelType 1 param → 200400404401403500
PUT
/FuelTypes/{fuelTypeNo}
Updates an existing FuelType
UpdateFuelType 1 param body → 200400401403500
DELETE
/FuelTypes/{fuelTypeNo}
Deletes a FuelType record
1 param → 204400401403500
GET
/FuelTypes/{fuelTypeNo}/history
Gets history for a specific FuelType
GetFuelTypeHistory 3 params → 200400404401403500
POST
/FuelTypes/search
Search for FuelType Takes a SearchDefinition input, which can include filters and sorting.
SearchFuelTypes 2 params body → 200401403500
POST
/FuelTypes/searchIndex/{fuelType}
Get index of a record in a search for fuelTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexfuelType 2 params body → 200401403500
POST
/FuelTypes/searchCount
Returns number of hits in a search for fuelTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFuelTypes body → 200401403500
GET
/FuelTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoFuelTypes → 200500
GET
/FuelTypes/{fuelTypeNo}/copy
Copies an existing FuelType to a new object
CopyFuelType 1 param → 200400401403500
FunctionAreas 13
GET
/FunctionAreas
Gets a list of FunctionAreas
GetFunctionAreas 2 params → 200401403500
POST
/FunctionAreas
Creates a new functionArea record
CreateFunctionArea body → 201400401403500
GET
/FunctionAreas/{functionAreaNo}
Gets a specific FunctionArea
GetFunctionArea 1 param → 200400404401403500
PUT
/FunctionAreas/{functionAreaNo}
Updates an existing FunctionArea
UpdateFunctionArea 1 param body → 200400401403500
DELETE
/FunctionAreas/{functionAreaNo}
Deletes a functionArea record
1 param → 204400401403500
GET
/FunctionAreas/{functionAreaNo}/history
Gets history for a specific FunctionArea
GetFunctionAreaHistory 3 params → 200400404401403500
POST
/FunctionAreas/search
Search for FunctionAreas Takes a SearchDefinition input, which can include filters and sorting.
SearchFunctionAreas 2 params body → 200401403500
POST
/FunctionAreas/searchCount
Returns number of hits in a search for FunctionAreas Takes a SearchDefinition input, which can include filters and sorting.
SearchCountFunctionAreas body → 200401403500
POST
/FunctionAreas/searchIndex/{functionAreaGuid}
Get index of a record in a search for functionArea Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexFunctionAreas 1 param body → 200401403500
GET
/FunctionAreas/searchInfo
Returns structured information about what and how you can search for
SearchInfoFunctionAreas → 200500
GET
/FunctionAreas/{functionAreaNo}/copy
Copies an existing FunctionArea to a new object
CopyFunctionArea 1 param → 200400401403500
GET
/FunctionAreas/{functionAreaNo}/Units
Returns a list of Units on the Function Area
GetFunctionAreaUnits 1 param → 200401403500
GET
/FunctionAreas/{functionAreaNo}/Units/{unitNo}
Returns a specific Unit on the Function Area
GetFunctionAreaUnit 2 params → 200401403500
GarbageReceivers 12
GET
/GarbageReceivers
Gets a list of GarbageReceivers
GetGarbageReceivers 2 params → 200401403500
POST
/GarbageReceivers
Creates a new GarbageReceiver record
CreateGarbageReceiver body → 201400401403500
GET
/GarbageReceivers/{GarbageReceiverNo}
Gets a specific GarbageReceiver
GetGarbageReceiver 1 param → 200400404401403500
PUT
/GarbageReceivers/{GarbageReceiverNo}
Updates an existing GarbageReceiver
UpdateGarbageReceiver 1 param body → 200400401403500
GET
/GarbageReceivers/{GarbageReceiverNo}/history
Gets history for a specific GarbageReceiver
GetGarbageReceiverHistory 3 params → 200400404401403500
POST
/GarbageReceivers/search
Search for GarbageReceivers Takes a SearchDefinition input, which can include filters and sorting.
SearchGarbageReceivers 2 params body → 200401403500
POST
/GarbageReceivers/searchIndex/{GarbageReceiverGuid}
Get index of a record in a search for GarbageReceivers Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexGarbageReceivers 1 param body → 200401403500
POST
/GarbageReceivers/searchCount
Returns number of hits in a search for GarbageReceivers Takes a SearchDefinition input, which can include filters and sorting.
SearchCountGarbageReceivers body → 200401403500
GET
/GarbageReceivers/searchInfo
Returns structured information about what and how you can search for
SearchInfoGarbageReceivers → 200500
GET
/GarbageReceivers/{GarbageReceiverNo}/copy
Copies an existing GarbageReceiver to a new object
CopyGarbageReceiver 1 param → 200400401403500
GET
/GarbageReceivers/{GarbageReceiverNo}/Documents
Returns a list of Documents on the GarbageReceiver
GetGarbageReceiverDocumentLinks 1 param → 200401403500
GET
/GarbageReceivers/{GarbageReceiverNo}/Documents/{documentNo}
Returns a specific Document on the GarbageReceiver
GetGarbageReceiverDocumentLink 2 params → 200401403500
GrbOperations 21
GET
/GrbOperations
Gets a list of GrbOperations
GetGrbOperations 2 params → 200401403500
POST
/GrbOperations
Creates a new GrbOperation
CreateGrbOperation body → 201400401403500
GET
/GrbOperations/{operationNo}
Gets a specific GrbOperation
GetGrbOperation 1 param → 200400404401403500
PUT
/GrbOperations/{operationNo}
Updates an existing GrbOperation
UpdateGrbOperation 1 param body → 200400401403500
DELETE
/GrbOperations/{operationNo}
Deletes a GrbOperation record
1 param body → 204400401403500
GET
/GrbOperations/{operationNo}/history
Gets history for a specific GrbOperation
GetGrbOperationHistory 3 params → 200400404401403500
POST
/GrbOperations/search
Search for GrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchGrbOperations 2 params body → 200401403500
POST
/GrbOperations/searchIndex/{GrbOperationGuid}
Get index of a record in a search for GrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexGrbOperations 1 param body → 200401403500
POST
/GrbOperations/searchCount
Returns number of hits in a search for GrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountGrbOperations body → 200401403500
GET
/GrbOperations/searchInfo
Returns structured information about what and how you can search for
SearchInfoGrbOperations → 200500
GET
/GrbOperations/{operationNo}/copy
Copies an existing GrbOperation to a new object
CopyGrbOperation 1 param → 200400401403500
GET
/GrbOperations/{operationNo}/Documents
Returns a list of Documents on the GrbOperation
GetGrbOperationDocumentLinks 1 param → 200401403500
GET
/GrbOperations/{operationNo}/Documents/{documentNo}
Returns a specific Document on the Certificate
GetGrbOperationDocumentLink 2 params → 200401403500
GET
/GrbOperations/{operationNo}/DischargedProducts
Returns a list of Discharged Products for a specific GrbOperation
GetDischargedProducts 1 param → 200401403500
GET
/GrbOperations/{operationNo}/GrbOperationEnvironmentalItems
Returns a list of Env Items for a specific GrbOperation
GetGrbOperationEnvironmentalItems 1 param → 200401403500
POST
/GrbOperations/GetPrintoutForGrbOperations
Gets a printout, based on a list of operationNo's
GetPrintoutForGrbOperations body → 200401403500
GET
/GrbOperations/GetLatestGrbOperationEndTime
Get the latest operation end time
GetLatestGrbOperationEndTime → 200401403500
GET
/GrbOperations/{operationNo}/Signers
Returns a list of Signers on the GrbOperation
GetGrbOperationSignersLinks 1 param → 200401403500
POST
/GrbOperations/GetPrintoutTableDataForGrbOperations
Gets a printout, based on a list of operationNo's
GetPrintoutTableDataForGrbOperations body → 200401403500
GET
/GrbOperations/{operationNo}/GarbageReceivers
Returns a list of GarbageReceivers on the GrbOperation
GetGrbOperationGarbageReceiverLinks 1 param → 200401403500
POST
/GrbOperations/sign
Signs list of Operations
SignGrbOperations body → 200400401403500
GridColumnLayouts 4
GET
/GridColumnLayouts/{gridKey}
Gets a specific Grid Column Layout
GetGridColumnLayout 1 param → 200400404401500
PUT
/GridColumnLayouts/{gridKey}
Updates an existing GridColumnLayout
UpdateGridColumnLayout 1 param body → 200400401403500
DELETE
/GridColumnLayouts/{gridKey}
Deletes a address record
DeleteGridColumnLayout 1 param → 204400401403500
POST
/GridColumnLayouts
Creates a new GridColumnLayout record
CreateGridColumnLayout body → 201400401403500
GridLayouts 12
GET
/GridLayouts
Gets a list of SavedGridLayouts
GetSavedGridLayouts 2 params → 200401403500
POST
/GridLayouts
Creates a new savedgridlayout record
CreateSavedGridLayout body → 201400401403500
GET
/GridLayouts/{guid}
Gets a specific SavedGridLayout
GetSavedGridLayout 1 param → 200400404401403500
PUT
/GridLayouts/{guid}
Updates an existing SavedGridLayout
UpdateSavedGridLayout 1 param body → 200400401403500
DELETE
/GridLayouts/{guid}
Deletes a savedgridlayout record
1 param → 204400401403500
GET
/GridLayouts/{guid}/history
Gets history for a specific SavedGridLayout
GetSavedGridLayoutHistory 3 params → 200400404401403500
POST
/GridLayouts/searchIndex/{savedGridlayoutGuid}
Get index of a record in a search for gridlayout Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSavedGridLayouts 1 param body → 200401403500
POST
/GridLayouts/search
Search for SavedGridLayouts Takes a SearchDefinition input, which can include filters and sorting.
SearchSavedGridLayouts 2 params body → 200401403500
POST
/GridLayouts/searchCount
Returns number of hits in a search for SavedGridLayouts Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSavedGridLayouts body → 200401403500
GET
/GridLayouts/searchInfo
Returns structured information about what and how you can search for
SearchInfoSavedGridLayouts → 200500
GET
/GridLayouts/{guid}/users
Fetches all users attached to the SavedGridLayout
GetSavedGridLayoutUsers 1 param → 200401403500
GET
/GridLayouts/{guid}/users/{userNo}
Fetches a specific user attached to the SavedGridLayout
GetSavedGridLayoutUser 2 params → 200401403500
GroupCodes 7
GET
/GroupCodes
Gets a list of Group Codes
GetGroupCodes 2 params → 200401403500
GET
/GroupCodes/{ID}
Gets a specific Group Code
GetGroupCode 1 param → 200400404401403500
GET
/GroupCodes/{ID}/history
Gets history for a specific Group Code
GetGroupCodeHistory 3 params → 200400404401403500
POST
/GroupCodes/search
Search for Group Codes Takes a SearchDefinition input, which can include filters and sorting.
SearchGroupCodes 2 params body → 200401403500
POST
/GroupCodes/searchCount
Returns number of hits in a search for Group Codes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountGroupCodes body → 200401403500
POST
/GroupCodes/searchIndex/{ID}
Get index of a record in a search for Group Codes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexGroupCodes 2 params body → 200401403500
GET
/GroupCodes/searchInfo
Returns structured information about what and how you can search for
SearchInfoGroupCodes → 200500
ImInvoices 55
GET
/ImInvoices
Gets a list of ImInvoices
GetInvoices 2 params → 200401403500
POST
/ImInvoices
Creates a new invoice record
CreateImInvoice body → 201400401403500
GET
/ImInvoices/{invoiceNo}
Gets a specific ImInvoice
GetImInvoice 1 param → 200400404401403500
GET
/ImInvoices/{invoiceNo}/calculatedFields
Gets a specific ImInvoice
GetImInvoiceCalculatedFields 1 param → 200400404401403500
GET
/ImInvoices/{invoiceNo}/history
Gets history for a specific ImInvoice
GetImInvoiceHistory 3 params → 200400404401403500
POST
/ImInvoices/search
Search for ImInvoices Takes a SearchDefinition input, which can include filters and sorting.
SearchImInvoices 2 params body → 200401403500
POST
/ImInvoices/searchIndex/{invoiceGuid}
Get index of a record in a search for ImInvoice Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexImInvoices 1 param body → 200401403500
POST
/ImInvoices/searchCount
Returns number of hits in a search for ImInvoices Takes a SearchDefinition input, which can include filters and sorting.
SearchCountImInvoices body → 200401403500
GET
/ImInvoices/searchInfo
Returns structured information about what and how you can search for
SearchInfoImInvoices → 200500
POST
/ImInvoices/build
Builds a record and returns it without persisting it
BuildInvoice body → 201400401403500
PUT
/ImInvoices/{imInvoiceNo}
Updates an existing Invoice
UpdateImInvoice 1 param body → 200400401403500
GET
/ImInvoices/{invoiceNo}/positions
Gets a list of ImInvoice positions
GetImInvoicePositions 3 params → 200401403500
GET
/ImInvoices/{invoiceNo}/positions/calculatedFields
GetInvoicePositionsCalculatedFields 3 params → 200401403500
GET
/ImInvoices/{invoiceNo}/positions/{positionNo}
GetInvoicePosition 2 params → 200401403500
GET
/ImInvoices/{invoiceNo}/positions/{positionNo}/calculatedFields
GetInvoicePositionCalculatedFields 2 params → 200401403500
GET
/ImInvoices/{invoiceNo}/approval
Gets a list of ImInvoice Approvers
GetImInvoiceApprovers 3 params → 200401403500
POST
/ImInvoices/{invoiceNo}/approveFromApprovalWeb
Approve Invoice
ApproveInvoiceFromApprovalWeb 1 param → 400401403500
POST
/ImInvoices/{invoiceNo}/rejectFromApprovalWeb
Reject Invoice
RejectInvoiceFromApprovalWeb 1 param body → 400401403500
POST
/ImInvoices/{invoiceNo}/UpdateExternalPaymentInfo
Updates external payment information on an Invoice
UpdateExternalPaymentInfo 1 param body → 200400404401403500
GET
/ImInvoices/{invoiceNo}/documents/primary
Returns a specific job document
GetPrimaryInvoiceDocument 1 param → 400200404401403500
GET
/ImInvoices/{invoiceNo}/purchaseOrders
Returns a list of Purchase Orders used on the Invoice
GetImInvoicePurchaseOrders 1 param → 200401403500
GET
/ImInvoices/{invoiceNo}/responses
Gets a list of ImInvoice Responses
GetImInvoiceResponses 1 param → 200401403500
POST
/ImInvoices/{invoiceNo}/responses
Add response
AddImInvoiceResponse 1 param body → 400200401403500
GET
/ImInvoices/{invoiceNo}/responses/count
Returns number of ImInvoiceResponses for invoiceNo
CountImInvoiceResponses 1 param → 200401403500
GET
/ImInvoices/{invoiceNo}/additionalCosts
Gets a list of ImInvoice additional costs
GetImInvoiceAdditionalCosts 3 params → 200401403500
GET
/ImInvoices/{invoiceNo}/documents
Gets a list of ImInvoice documents
GetImInvoiceDocuments 3 params → 200401403500
GET
/ImInvoices/{invoiceNo}/purchaseordertotals
GetImInvoicePurchaseOrderTotals 1 param → 200401403500
GET
/ImInvoices/{invoiceNo}/relatedinvoices
Gets a list of related Invoices
GetImInvoiceRelatedInvoices 1 param → 200401403500
GET
/ImInvoices/{invoiceNo}/canBeReversed
Check if current user can reverse invoice
CanBeReversed 1 param → 200401403500
POST
/ImInvoices/{invoiceNo}/createReversal
Create reversed ImInvoice
CreateReversal 1 param body → 200401403500
GET
/ImInvoices/{invoiceNo}/canBeAutomatched
Check if current invoice can be automatched
CanBeAutomatched 1 param → 200401403500
POST
/ImInvoices/{invoiceNo}/automatchInvoice
Automatch current invoice
AutoMatch 1 param → 200401403500
GET
/ImInvoices/{invoiceNo}/canBePutOnHold
Check if current invoice can be put on hold by the current user
CanBePutOnHold 1 param → 200401403500
POST
/ImInvoices/{invoiceNo}/putOnHold
Put the current invoice on hold
PutOnHold 1 param → 200401403500
GET
/ImInvoices/{invoiceNo}/canBeResumed
Checks if the invoice can be taken out of hold/resumed by the current user
CanBeResumed 1 param → 200401403500
POST
/ImInvoices/{invoiceNo}/resume
Resumes the invoice
Resume 1 param → 200401403500
GET
/ImInvoices/{invoiceNo}/canReturnToDraft
Check if Invoice can be returned to draft by current user.
CanReturnToDraft 1 param → 200401403500
POST
/ImInvoices/{invoiceNo}/returnToDraft
Returns invoice to draft
ReturnToDrafr 1 param body → 200401403500
GET
/ImInvoices/{invoiceNo}/canBeRejected
Check if Invoice can be rejected by currentuser
CanBeRejected 1 param → 200401403500
POST
/ImInvoices/{invoiceNo}/reject
Rejects the current invoice
Reject 1 param body → 200401403500
POST
/ImInvoices/{invoiceNo}/addDocument
Add Document to a closed invoice
AddDocumentToClosedInvoice 1 param body → 200401403500
GET
/ImInvoices/{invoiceNo}/canBeMovedToAnotherUnit
Check if Invoice can be moved to another unit.
CanBeMovedToAnotherUnit 1 param → 200401403500
POST
/ImInvoices/{invoiceNo}/moveToAnotherUnit
Move Invoice to another Unit
MoveToAnotherUnit 1 param body → 200401403500
GET
/ImInvoices/{invoiceNo}/canResponsibleBeChanged
Check if responsible of invoice can be changed.
canResponsibleBeChanged 1 param → 200401403500
POST
/ImInvoices/{invoiceNo}/changeResponsible
Change responsible User on Invoice
changeResponsible 1 param body → 200401403500
GET
/ImInvoices/{invoiceNo}/canBeForwardedForApproval
Check if Invoice can be forwarded for approval
CanBeForwardedForApproval 1 param → 200401403500
POST
/ImInvoices/PrepareForwardForApproval
Check what issues may occur for invoice when forwarding for approval
PrepareForForwardForApproval body → 200401403500
POST
/ImInvoices/ExecuteForwardForApproval
Execute forward for approval for one or more invoices
ExecuteForwardForApproval body → 200401403500
GET
/ImInvoices/{invoiceNo}/CanBeApproved
Check if Invoice can be approved
CanBeApproved 1 param → 200401403500
POST
/ImInvoices/PrepareApprove
Check what issues may occur for invoice when forwarding for approval
PrepareApprove body → 200401403500
POST
/ImInvoices/ExecuteApprove
Execute approve for one or more invoices
ExecuteApprove body → 200401403500
GET
/ImInvoices/{invoiceNo}/CanBePreApproved
Check if Invoice can be pre approved
CanBePreApproved 1 param → 200401403500
POST
/ImInvoices/PreparePreApprove
Check what issues may occur for invoice when Pre Approving
PreparePreApprove body → 200401403500
POST
/ImInvoices/ExecutePreApprove
Execute pre approve for one or more invoices
ExecutePreApprove body → 200401403500
POST
/ImInvoices/{invoiceNo}/changeApprovalSetup
Change approval setup.
ChangeApprovalSetup 1 param body → 200400401403500
InspectionAreas 7
GET
/InspectionAreas
Gets a list of Inspection Areas
GetInspectionAreas 2 params → 200401403500
GET
/InspectionAreas/{inspectionAreaNo}
Gets a specific Inspection Area
GetInspectionArea 1 param → 200400404401403500
GET
/InspectionAreas/{inspectionAreaNo}/history
Gets history for a specific Inspection Area
GetInspectionAreaHistory 3 params → 200400404401403500
POST
/InspectionAreas/search
Search for Inspection Areas Takes a SearchDefinition input, which can include filters and sorting.
SearchInspectionAreas 2 params body → 200401403500
POST
/InspectionAreas/searchCount
Returns number of hits in a search for Inspection Areas Takes a SearchDefinition input, which can include filters and sorting.
SearchCountInspectionAreas body → 200401403500
POST
/InspectionAreas/searchIndex/{inspectionAreaNo}
Get index of a record in a search for Inspection Areas Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexInspectionAreas 2 params body → 200401403500
GET
/InspectionAreas/searchInfo
Returns structured information about what and how you can search for
SearchInfoInspectionAreas → 200500
InspectionJobHistories 9
GET
/InspectionJobHistories
Gets a list of InspectionJobHistories
GetInspectionJobHistories 2 params → 200401403500
GET
/InspectionJobHistories/{inspectionJobHistoryGuid}
Gets a specific InspectionJobHistory
GetInspectionJobHistory 1 param → 200400404401403500
PUT
/InspectionJobHistories/{inspectionJobHistoryGuid}
Updates an existing InspectionJobHistory
UpdateInspectionJobHistory 1 param body → 200400401403500
GET
/InspectionJobHistories/{inspectionJobHistoryGuid}/history
Gets history for a specific InspectionJobHistory
GetInspectionJobHistoryHistory 3 params → 200400404401403500
POST
/InspectionJobHistories/search
Search for InspectionJobHistories Takes a SearchDefinition input, which can include filters and sorting.
SearchInspectionJobHistories 2 params body → 200401403500
POST
/InspectionJobHistories/searchCount
Returns number of hits in a search for InspectionJobHistories Takes a SearchDefinition input, which can include filters and sorting.
SearchCountInspectionJobHistories body → 200401403500
GET
/InspectionJobHistories/searchInfo
Returns structured information about what and how you can search for
SearchInfoInspectionJobHistories → 200500
POST
/InspectionJobHistories/searchIndex/{inspectionJobHistoryGuid}
Get index of a record in a search for inspection job histories Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexInspectionJobHistories 1 param body → 200401403500
POST
/InspectionJobHistories/appSubmit
Submits a InspectionJobHistory from App
InspectionJobHistoryAppSubmit body → 200400401403500
InspectionJobs 9
GET
/InspectionJobs
Gets a list of Inspection Jobs
GetInspectionJobs 2 params → 200401403500
GET
/InspectionJobs/{inspectionJobNo}
Gets a specific Inspection Job
GetInspectionJob 1 param → 200400404401403500
GET
/InspectionJobs/{inspectionJobNo}/history
Gets history for a specific Inspection Job
GetHistoryForInspectionJob 3 params → 200400404401403500
POST
/InspectionJobs/search
Search for Inspection Jobs Takes a SearchDefinition input, which can include filters and sorting.
SearchInspectionJobs 2 params body → 200401403500
POST
/InspectionJobs/searchCount
Returns number of hits in a search for Inspection Jobs Takes a SearchDefinition input, which can include filters and sorting.
SearchCountInspectionJobs body → 200401403500
POST
/InspectionJobs/searchIndex/{inspectionJobNo}
Get index of a record in a search for Inspection Jobs Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexInspectionJobs 2 params body → 200401403500
GET
/InspectionJobs/searchInfo
Returns structured information about what and how you can search for
SearchInfoInspectionJobs → 200500
GET
/InspectionJobs/{inspectionJobNo}/inspectionAreas
Fetches all Inspection Areas attached to the Inspection Job
GetInspectionJobInspectionAreas 1 param → 200401403500
GET
/InspectionJobs/{inspectionJobNo}/inspectionAreas/{inspectionAreaNo}
Fetches a specific Inspection Area attached to the Inspection Job
GetInspectionJobInspectionArea 2 params → 200401403500
InspectionLists 14
GET
/InspectionLists
Gets a list of Inspection Lists
GetInspectionLists 2 params → 200401403500
GET
/InspectionLists/{inspectionListNo}
Gets a specific Inspection List
GetInspectionList 1 param → 200400404401403500
GET
/InspectionLists/{inspectionListNo}/history
Gets history for a specific Inspection List
GetInspectionListHistory 3 params → 200400404401403500
POST
/InspectionLists/search
Search for Inspection Lists Takes a SearchDefinition input, which can include filters and sorting.
SearchInspectionLists 2 params body → 200401403500
POST
/InspectionLists/searchCount
Returns number of hits in a search for Inspection Lists Takes a SearchDefinition input, which can include filters and sorting.
SearchCountInspectionLists body → 200401403500
POST
/InspectionLists/searchIndex/{inspectionListNo}
Get index of a record in a search for Inspection Lists Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexInspectionLists 2 params body → 200401403500
POST
/InspectionLists/appSubmit
Receive/Update InspectionList
InspectionAppSubmit body → 200400401403500
GET
/InspectionLists/searchInfo
Returns structured information about what and how you can search for
SearchInfoInspectionLists → 200500
GET
/InspectionLists/{inspectionListNo}/inspectionJobHistories
Fetches all InspectionJobHistories attached to the InspectionList
GetInspectionListInspectionJobHistories 1 param → 200401403500
GET
/InspectionLists/{inspectionListNo}/inspectionJobHistories/{inspectionJobNo}
Fetches a specific InspectionJobHistory attached to the InspectionList
GetInspectionListInspectionJobHistory 2 params → 200401403500
GET
/InspectionLists/{inspectionListNo}/surveyors
Fetches all Surveyors attached to the InspectionList
GetInspectionListSurveyors 1 param → 200401403500
GET
/InspectionLists/{inspectionListNo}/surveyors/{surveyorNo}
Fetches a specific Surveyor attached to the InspectionList
GetInspectionListSurveyor 2 params → 200401403500
GET
/InspectionLists/{inspectionListNo}/ratingTypeValues
Fetches all RatingTypeValues attached to the InspectionList
GetInspectionListRatingTypeValues 1 param → 200401403500
GET
/InspectionLists/{inspectionListNo}/ratingTypeValues/{value}
Fetches a specific RatingTypeValue attached to the InspectionList
GetInspectionListRatingTypeValue 2 params → 200401403500
InspectionListTypes 7
GET
/InspectionListTypes
Gets a list of Inspection List Types
GetInspectionListTypes 2 params → 200401403500
GET
/InspectionListTypes/{inspectionListTypeNo}
Gets a specific Inspection List Type
GetInspectionListType 1 param → 200400404401403500
GET
/InspectionListTypes/{inspectionListTypeNo}/history
Gets history for a specific Inspection List Type
GetInspectionListTypeHistory 3 params → 200400404401403500
POST
/InspectionListTypes/search
Search for Inspection List Types Takes a SearchDefinition input, which can include filters and sorting.
SearchInspectionListTypes 2 params body → 200401403500
POST
/InspectionListTypes/searchCount
Returns number of hits in a search for Inspection List Types Takes a SearchDefinition input, which can include filters and sorting.
SearchCountInspectionListTypes body → 200401403500
POST
/InspectionListTypes/searchIndex/{inspectionListTypeNo}
Get index of a record in a search for Inspection List Types Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexInspectionListTypes 2 params body → 200401403500
GET
/InspectionListTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoInspectionListTypes → 200500
InvoiceDocuments 19
GET
/InvoiceDocuments
Gets a list of InvoiceDocuments
GetInvoiceDocuments 2 params → 200401403500
POST
/InvoiceDocuments
Creates a new document record
CreateInvoiceDocument 1 param body → 201400401403500
GET
/InvoiceDocuments/{documentNo}
Gets a specific InvoiceDocument
GetInvoiceDocument 1 param → 200400404401403500
PUT
/InvoiceDocuments/{documentNo}
Updates an existing Document
UpdateInvoiceDocument 1 param body → 200400401403500
DELETE
/InvoiceDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/InvoiceDocuments/searchIndex/{documentGuid}
Get index of a record in a search for InvoiceDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexInvoiceDocuments 1 param body → 200401403500
GET
/InvoiceDocuments/{documentNo}/history
Gets history for a specific InvoiceDocument
GetInvoiceDocumentHistory 3 params → 200400404401403500
POST
/InvoiceDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchInvoiceDocuments 2 params body → 200401403500
POST
/InvoiceDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountInvoiceDocuments body → 200401403500
GET
/InvoiceDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoInvoiceDocuments → 200500
GET
/InvoiceDocuments/{documentNo}/pdf
GetInvoiceDocumentPdf 1 param → 400200404401403500
GET
/InvoiceDocuments/{documentNo}/file
GetInvoiceDocumentFile 2 params → 400200404401403500
POST
/InvoiceDocuments/{documentNo}/file
AddInvoiceDocumentFile 1 param body → 400401403500
GET
/InvoiceDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetInvoiceDocumentPdfGuid 2 params → 400200404401403500
GET
/InvoiceDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetInvoiceDocumentFileGuid 3 params → 400200404401403500
GET
/InvoiceDocuments/{documentNo}/copy
Copies an existing Document to a new object
CopyInvoiceDocument 1 param → 200400401403500
GET
/InvoiceDocuments/{documentNo}/usage
Gets usages for a specific Document
GetInvoiceDocumentsUsages 1 param → 200400404401403500
PUT
/InvoiceDocuments/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutInvoiceDocumentFile 1 param → 400200404401403500
POST
/InvoiceDocuments/{documentNo}/checkin
CheckinInvoiceDocumentFile 4 params body → 400200404401403500
IosDataSync 1
POST
/IosDataSync/ResetObjectIosDataSync
ResetObjectIosDataSync body → 200401403500
ItemGroups 11
GET
/ItemGroups
Gets a list of ItemGroups
GetItemGroups 2 params → 200401403500
POST
/ItemGroups
Creates a new itemGroup record
CreateItemGroup body → 201400401403500
GET
/ItemGroups/{itemGroupNo}
Gets a specific ItemGroup
GetItemGroup 1 param → 200400404401403500
PUT
/ItemGroups/{itemGroupNo}
Updates an existing ItemGroup
UpdateItemGroup 1 param body → 200400401403500
DELETE
/ItemGroups/{itemGroupNo}
Deletes an itemGroup record
1 param → 204400401403500
GET
/ItemGroups/{itemGroupNo}/history
Gets history for a specific ItemGroup
GetItemGroupHistory 3 params → 200400404401403500
POST
/ItemGroups/search
Search for itemGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchItemGroups 2 params body → 200401403500
POST
/ItemGroups/searchCount
Returns number of hits in a search for ItemGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountItemGroups body → 200401403500
POST
/ItemGroups/searchIndex/{itemGroupGuid}
Get index of a record in a search for ItemGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexItemGroups 1 param body → 200401403500
GET
/ItemGroups/searchInfo
Returns structured information about what and how you can search for
SearchInfoItemGroups → 200500
GET
/ItemGroups/{itemGroupNo}/copy
Copies an existing itemGroup to a new object
CopyItemGroup 1 param → 200400401403500
ItemGroupSelection 2
GET
/ItemGroupSelection/{itemGroupNo}
GetItemGroupSelection 1 param → 200401403500
GET
/ItemGroupSelection/{itemGroupNo}/history
GetItemGroupSelectionHistory 1 param → 200400404401403500
ItemGroupSelectionTree 4
GET
/ItemGroupSelectionTree
ItemGroupSelectionTree → 200401403500
PUT
/ItemGroupSelectionTree
UpdateItemGroupSelections body → 200400401403500
GET
/ItemGroupSelectionTree/{itemGroupNo}/children
GetItemGroupSelectionChildren 1 param → 200401403500
GET
/ItemGroupSelectionTree/{itemGroupNo}
GetItemGroupSelectionTreeFromNode 1 param → 200401403500
ItemLocations 14
GET
/ItemLocations
Gets a list of ItemLocations
GetItemLocations 2 params → 200401403500
POST
/ItemLocations
Creates a new itemLocation record
CreateItemLocation body → 201400401403500
GET
/ItemLocations/{itemLocationNo}
Gets a specific ItemLocation
GetItemLocation 1 param → 200400404401403500
PUT
/ItemLocations/{itemLocationNo}
Updates an existing ItemLocation
UpdateItemLocation 1 param body → 200400401403500
DELETE
/ItemLocations/{itemLocationNo}
Deletes a itemLocation record
1 param → 204400401403500
GET
/ItemLocations/{itemLocationNo}/history
Gets history for a specific ItemLocation
GetItemLocationHistory 3 params → 200400404401403500
POST
/ItemLocations/search
Search for ItemLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchItemLocations 2 params body → 200401403500
POST
/ItemLocations/searchCount
Returns number of hits in a search for ItemLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountItemLocations body → 200401403500
POST
/ItemLocations/searchIndex/{ItemLocationGuid}
Get index of a record in a search for ItemLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexItemLocations 1 param body → 200401403500
GET
/ItemLocations/searchInfo
Returns structured information about what and how you can search for
SearchInfoItemLocations → 200500
GET
/ItemLocations/{itemLocationNo}/copy
Copies an existing itemLocation to a new object
CopyItemLocation 1 param → 200400401403500
POST
/ItemLocations/labels/{documentNo}
Gets the labels to print
PrintItemLocationLabels 1 param body → 400200404401403500
GET
/ItemLocations/labels/{labelTemplateDocumentNo}/{settingsKey}
Get the labels to print using ´settings key
GetItemLocationLabelPdf 2 params → 400200404401403500
POST
/ItemLocations/{itemLocationNo}/itemCount
Returns the number of items that uses the specified item location or any of it's sub locations
GetItemLocationItemCount 1 param body → 200400401403500
ItemLocationTree 3
GET
/ItemLocationTree
ItemLocationTree → 200401403500
GET
/ItemLocationTree/{nodeType}/{visibleKey}/children
GetItemLocationTreeChildren 3 params → 200401403500
GET
/ItemLocationTree/{nodeType}/{visibleKey}
GetItemLocationTreeFromNode 4 params → 200401403500
ItemPhotos 19
GET
/ItemPhotos
Gets a list of ItemPhotos
GetItemPhotos 2 params → 200401403500
POST
/ItemPhotos
Creates a new document record
CreateItemPhoto body → 201400401403500
GET
/ItemPhotos/{documentNo}
Gets a specific ItemPhoto
GetItemPhoto 1 param → 200400404401403500
PUT
/ItemPhotos/{documentNo}
Updates an existing Document
UpdateItemPhoto 1 param body → 200400401403500
DELETE
/ItemPhotos/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/ItemPhotos/searchIndex/{documentGuid}
Get index of a record in a search for ItemPhoto Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexItemPhotos 1 param body → 200401403500
GET
/ItemPhotos/{documentNo}/history
Gets history for a specific ItemPhoto
GetItemPhotoHistory 3 params → 200400404401403500
POST
/ItemPhotos/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchItemPhotos 2 params body → 200401403500
POST
/ItemPhotos/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountItemPhotos body → 200401403500
GET
/ItemPhotos/searchInfo
Returns structured information about what and how you can search for
SearchInfoItemPhotos → 200500
GET
/ItemPhotos/{documentNo}/pdf
GetItemPhotoPdf 1 param → 400200404401403500
GET
/ItemPhotos/{documentNo}/file
GetItemPhotoFile 2 params → 400200404401403500
POST
/ItemPhotos/{documentNo}/file
AddItemPhotoFile 3 params body → 400401403500
GET
/ItemPhotos/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetItemPhotoPdfGuid 2 params → 400200404401403500
GET
/ItemPhotos/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetItemPhotoFileGuid 3 params → 400200404401403500
PUT
/ItemPhotos/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutItemPhotoFile 1 param → 400200404401403500
POST
/ItemPhotos/{documentNo}/checkin
CheckinItemPhotoFile 4 params body → 400200404401403500
GET
/ItemPhotos/{documentNo}/copy
Copies an existing Document to a new object
CopyItemPhoto 1 param → 200400401403500
GET
/ItemPhotos/{documentNo}/usage
Gets usages for a specific Document
GetItemPhotosUsages 1 param → 200400404401403500
Items 45
GET
/Items
Gets a list of Items
GetItems 2 params → 200401403500
POST
/Items
Creates a new item record
CreateItem body → 201400401403500
GET
/Items/{itemNo}
Gets a specific Item
GetItem 1 param → 200400404401403500
PUT
/Items/{itemNo}
Updates an existing Item
UpdateItem 1 param body → 200400401403500
DELETE
/Items/{itemNo}
Deletes an item record
1 param → 204400401403500
GET
/Items/{itemNo}/history
Gets history for a specific Item
GetItemHistory 3 params → 200400404401403500
POST
/Items/search
Search for items Takes a SearchDefinition input, which can include filters and sorting.
SearchItems 2 params body → 200401403500
POST
/Items/searchCount
Returns number of hits in a search for Items Takes a SearchDefinition input, which can include filters and sorting.
SearchCountItems body → 200401403500
POST
/Items/searchIndex/{sparePartGuid}
Get index of a record in a search for Items Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexItems 1 param body → 200401403500
GET
/Items/searchInfo
Returns structured information about what and how you can search for
SearchInfoItems → 200500
DELETE
/Items/{itemNo}/force
Force deletes a item record Force deleting records may cause existing records to contain invalid data, that needs adjustment before they can be saved
1 param → 204400401403500
GET
/Items/{itemNo}/warehouses
Returns a list of warehouses on the Item
GetItemWarehouses 1 param → 200401403500
POST
/Items/{itemNo}/adjuststock
Performs a stock adjustment on the given item
AdjustStock 1 param body → 200400401403500
POST
/Items/{itemNo}/movestock
Moves stock from one location to another
MoveStock 1 param body → 200400401403500
GET
/Items/{itemNo}/Suppliers
Returns a list of Suppliers used for the Item
GetItemSuppliers 1 param → 200401403500
POST
/Items/searchitemsuppliers
Returns a list of Suppliers used for the items sent with the body.
GetMultipleItemSuppliers body → 200401403500
GET
/Items/{itemNo}/Suppliers/{supplierNo}
Returns a specific Item Supplier
GetItemSupplier 2 params → 200404401403500
GET
/Items/{itemNo}/copy
Copies an existing Item to a new object
CopyItem 1 param → 200400401403500
POST
/Items/labels/{documentNo}
Gets the labels to print
PrintItemLabels 1 param body → 400200404401403500
GET
/Items/labels/{labelTemplateDocumentNo}/{settingsKey}
Get the labels to print using ´settings key
GetItemLabelPdf 2 params → 400200404401403500
GET
/Items/{itemNo}/Components
Returns a list of ComponentItems (M2M relation object)
GetItemComponents 1 param → 200401403500
GET
/Items/{itemNo}/Suppliers/{supplierNo}/Prices
Returns a list of ItemSupplierPrice objects.
GetItemSupplierPrices 2 params → 200401403500
GET
/Items/{itemNo}/ItemGroups
Returns a list of ItemGroups used for the Item
GetItemItemGroups 1 param → 200401403500
GET
/Items/{itemNo}/documents
Returns a list of Documents used on the Item
GetItemDocuments 1 param → 200401403500
POST
/Items/appSubmitStockMovement
Makes a stock movement using the applied AppStockMovement data
ReceiveStockMovement body → 200400401403500
GET
/Items/{itemNo}/units
Returns a list of ItemUnits
GetItemUnits 2 params → 200401403500
POST
/Items/appGetUnavailableItems
Returns a list of ItemGroups used for the Item
GetUnavailableItems body → 200401403500
GET
/Items/{itemNo}/purchaseOrders/count
Returns the number of purchase orders where the item is linked
GetItemPurchaseOrdersCount 1 param → 200401403500
GET
/Items/{itemNo}/purchaseOrders
Returns the purchase orders where the item is linked
GetItemPurchaseOrders 3 params → 200401403500
GET
/Items/{itemNo}/priceHistory
Get the price history for the item
GetItemPriceHistory 1 param → 200401403500
GET
/Items/{itemNo}/suppliers/{supplierNo}/ports
Returns a list of Item Supplier Ports.
GetItemSupplierPorts 2 params → 200400404401403500
GET
/Items/{itemNo}/suppliers/{supplierNo}/ports/{portCodeNo}/prices
GetItemSupplierPortPrices 3 params → 200400404401403500
GET
/Items/propertyDefinitions
Get a list of PropertyDefinitions
GetItemPropertyDefinitions → 200401500
POST
/Items/propertyDefinitions
Creates a new PropertyDefinition record
CreateItemPropertyDefinition body → 201400401403500
GET
/Items/propertyDefinitions/{propertyDefinitionGuid}
Gets a specific PropertyDefinition
GetItemPropertyDefinition 1 param → 200400404401500
PUT
/Items/propertyDefinitions/{propertyDefinitionGuid}
Updates an existing PropertyDefinition
UpdateItemPropertyDefinition 1 param body → 200400401403500
DELETE
/Items/propertyDefinitions/{propertyDefinitionGuid}
Deletes a PropertyDefinition record
DeleteItemPropertyDefinition 1 param → 200401403500
GET
/Items/propertyDefinitions/{propertyDefinitionGuid}/listValues
Returns a list of values for a PropertyDefinition
GetItemPropertyDefinitionListValues 2 params → 200401500
DELETE
/Items/propertyDefinitions/{propertyDefinitionGuid}/force
Force Deletes a PropertyDefinition record
ForceDeleteItemPropertyDefinition 1 param → 200401403500
GET
/Items/propertyDefinitions/{propertyName}/available
Lookup if PropertyName of a PropertyDefinition is not already in use and therefore available to be used
ItemPropertyNameAvailable 1 param → 200401500
POST
/Items/screenLayout
Bulk updates screenlayout and a list of Property Definitions. The endpoint handles whether or not to create or update each record in the requst.
BulkUpdateItemScreenLayout body → 201400401403500
POST
/Items/{itemNo}/webhooklogs/search
Searches the Webhooks associated with the Item.
SearchItemWebhookLogs 3 params body → 200401403500
POST
/Items/{itemNo}/webhooklogs/searchCount
Returns number of hits in a search for the Item's Webhook Logs. Takes a SearchDefinition input, which can include filters and sorting.
SearchItemWebhookLogsCount 1 param body → 200401403500
POST
/Items/{itemNo}/webhooklogs/{webhookLogGuid}/retransmit
Retransmits a specific Webhook based on the selected Webhook Log.
RetransmitItemWebhookLog 2 params → 200401403500
POST
/Items/{itemNo}/webhooklogs/{webhookLogGuid}/resolve
Resolves a specific Webhook Log with a Response Log entry.
ResolveItemWebhookLog 2 params body → 200401403500
ItemTree 3
GET
/ItemTree
ItemTree → 200401403500
GET
/ItemTree/{nodeType}/{visibleKey}/children
GetItemTreeChildren 2 params → 200401403500
GET
/ItemTree/{nodeType}/{visibleKey}
GetItemTreeFromNode 4 params → 200401403500
ItemTypes 11
GET
/ItemTypes
Gets a list of ItemTypes
GetItemTypes 2 params → 200401403500
POST
/ItemTypes
Creates a new itemType record
CreateItemType body → 201400401403500
GET
/ItemTypes/{itemTypeNo}
Gets a specific ItemType
GetItemType 1 param → 200400404401403500
PUT
/ItemTypes/{itemTypeNo}
Updates an existing ItemType
UpdateItemType 1 param body → 200400401403500
DELETE
/ItemTypes/{itemTypeNo}
Deletes a itemType record
1 param → 204400401403500
GET
/ItemTypes/{itemTypeNo}/history
Gets history for a specific ItemType
GetItemTypeHistory 3 params → 200400404401403500
POST
/ItemTypes/search
Search for ItemTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchItemTypes 2 params body → 200401403500
POST
/ItemTypes/searchCount
Returns number of hits in a search for ItemTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountItemTypes body → 200401403500
POST
/ItemTypes/searchIndex/{itemTypeGuid}
Get index of a record in a search for ItemTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexItemTypes 1 param body → 200401403500
GET
/ItemTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoItemTypes → 200500
GET
/ItemTypes/{itemTypeNo}/copy
Copies an existing itemType to a new object
CopyItemType 1 param → 200400401403500
ItemWarehouseHistories 3
POST
/ItemWarehouseHistories/search
Search for itemWarehouseHistories Takes a SearchDefinition input, which can include filters and sorting.
SearchItemWarehouseHistories 2 params body → 200401403500
GET
/ItemWarehouseHistories/searchInfo
Returns structured information about what and how you can search for
SearchInfoItemWarehouseHistories → 200500
POST
/ItemWarehouseHistories/searchCount
Returns number of hits in a search for Items Takes a SearchDefinition input, which can include filters and sorting.
SearchCountItemWarehouseHistories body → 200401403500
ItemWarehouses 3
POST
/ItemWarehouses/search
Search for itemWarehouses Takes a SearchDefinition input, which can include filters and sorting.
SearchItemWarehouses 2 params body → 200401403500
GET
/ItemWarehouses/searchInfo
Returns structured information about what and how you can search for
SearchInfoItemWarehouses → 200500
POST
/ItemWarehouses/searchCount
Returns number of hits in a search for Items Takes a SearchDefinition input, which can include filters and sorting.
SearchCountItemWarehouses body → 200401403500
JobGroups 12
GET
/JobGroups
Gets a list of JobGroups
GetJobGroups 2 params → 200401403500
POST
/JobGroups
Creates a new jobGroup record
CreateJobGroup body → 201400401403500
GET
/JobGroups/{jobGroupNo}
Gets a specific JobGroup
GetJobGroup 1 param → 200400404401403500
PUT
/JobGroups/{jobGroupNo}
Updates an existing JobGroup
UpdateJobGroup 1 param body → 200400401403500
DELETE
/JobGroups/{jobGroupNo}
Deletes a jobGroup record
1 param → 204400401403500
GET
/JobGroups/{jobGroupNo}/history
Gets history for a specific JobGroup
GetJobGroupHistory 3 params → 200400404401403500
POST
/JobGroups/search
Search for JobGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchJobGroups 2 params body → 200401403500
POST
/JobGroups/searchIndex/{jobGroupGuid}
Get index of a record in a search for jobgroup Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobGroups 1 param body → 200401403500
POST
/JobGroups/searchCount
Returns number of hits in a search for JobGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobGroups body → 200401403500
GET
/JobGroups/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobGroups → 200500
GET
/JobGroups/{jobGroupNo}/copy
Copies an existing JobGroup to a new object
CopyJobGroup 1 param → 200400401403500
GET
/JobGroups/{jobGroupNo}/formTemplates
Fetches all FormTemplates attached to the JobGroup
GetJobGroupFormTemplates 1 param → 200401403500
JobHistories 33
GET
/JobHistories
Gets a list of JobHistories
GetJobHistories 2 params → 200401403500
GET
/JobHistories/{jobhistoryGuid}
Gets a specific JobHistory
GetJobHistory 1 param → 200400404401403500
PUT
/JobHistories/{jobhistoryGuid}
Updates an existing JobHistory
UpdateJobHistory 1 param body → 200400401403500
DELETE
/JobHistories/{jobhistoryGuid}
Deletes a jobHistory record
1 param → 204400401403500
GET
/JobHistories/{jobhistoryGuid}/history
Gets history for a specific JobHistory
GetJobHistoryHistory 3 params → 200400404401403500
POST
/JobHistories/search
Search for JobHistories Takes a SearchDefinition input, which can include filters and sorting.
SearchJobHistories 2 params body → 200401403500
POST
/JobHistories/searchCount
Returns number of hits in a search for JobHistories Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobHistories body → 200401403500
GET
/JobHistories/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobHistories → 200500
POST
/JobHistories/searchIndex/{jobHistoryGuid}
Get index of a record in a search for job histories Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobHistories 1 param body → 200401403500
PUT
/JobHistories/{jobhistoryGuid}/Finalize
Finalizes a jobhistory
FinalizeJobHistory 1 param body → 200400404401403500
GET
/JobHistories/{jobhistoryGuid}/resources
Fetches all Resources attached to the jobhistory
GetJobHistoryResources 1 param → 200401403500
GET
/JobHistories/{jobhistoryGuid}/resources/{resourceNo}
Fetches a specific Resource attached to the jobhistory
GetJobHistoryResource 2 params → 200401403500
GET
/JobHistories/{jobhistoryGuid}/items
Returns a list of Items used to perform the JobHistory
GetJobHistoryItems 1 param → 200401403500
GET
/JobHistories/{jobhistoryGuid}/items/{itemNo}
Returns a specific jobHistory Item
GetJobHistoryItem 2 params → 200404401403500
GET
/JobHistories/{jobhistoryGuid}/jobgroups
Fetches all JobGroups attached to the jobHistory
GetJobHistoryJobGroups 1 param → 200401403500
GET
/JobHistories/{jobhistoryGuid}/jobgroups/{jobgroupNo}
Fetches a specific JobHistoryGroup attached to the jobHistory
GetJobHistoryJobGroup 2 params → 200401403500
GET
/JobHistories/{jobhistoryGuid}/documents
Returns a list of Documents used on the JobHistory
GetJobHistoryDocuments 1 param → 200401403500
GET
/JobHistories/{jobHistoryGuid}/documents/{documentNo}
Returns a specific jobHistory document
GetJobHistoryDocument 2 params → 200404401403500
POST
/JobHistories/{jobhistoryGuid}/Reopen
Reopens a finalized job history
ReopenJobHistory 1 param body → 200400401403500
GET
/JobHistories/{jobhistoryGuid}/formTemplates
Fetches all FormTemplates attached to the jobhistory
GetJobHistoryFormTemplates 1 param → 200401403500
GET
/JobHistories/{jobhistoryGuid}/formTemplate/{jobHistoryFormTemplateGuid}
Fetches a specific FormTemplate attached to the jobhistory
GetJobHistoryFormTemplate 2 params → 200401403500
POST
/JobHistories/{jobhistoryGuid}/formTemplates/createForm
Creates a Form based on the supplied JobHistoryFormTemplate object
CreateJobHistoryFormTemplateForm 1 param body → 200401403500
POST
/JobHistories/appSubmit
Receive Job History from Forms on job app
ReceiveJobHistory body → 200400401403500
POST
/JobHistories/{jobhistoryGuid}/AddDocuments
Updates an existing finalized JobHistory with documents
AddDocuments 1 param body → 200400401403500
GET
/JobHistories/{jobHistoryGuid}/responses
Gets a list of Job History Responses
GetJobHistoryResponses 1 param → 200401403500
GET
/JobHistories/{jobHistoryGuid}/responses/count
Returns number of JobHistoryResponses for jobHistoryGuid
CountJobhistoryResponses 1 param → 200401403500
POST
/JobHistories/{jobHistoryGuid}/addResponse
Add response
AddResponse 1 param body → 400200401403500
GET
/JobHistories/{jobHistoryGuid}/dataEntryLink
GetJobHistoryDataEntryLink 1 param → 200400404401403500
POST
/JobHistories/{jobHistoryGuid}/webhooklogs/search
Searches the Webhooks associated with the Job History.
SearchJobHistoryWebhookLogs 3 params body → 200401403500
POST
/JobHistories/{jobHistoryGuid}/webhooklogs/searchCount
Returns number of hits in a search for the Job History's Webhook Logs. Takes a SearchDefinition input, which can include filters and sorting.
SearchJobHistoryWebhookLogsCount 1 param body → 200401403500
POST
/JobHistories/{jobHistoryGuid}/webhooklogs/{webhookLogGuid}/retransmit
Retransmits a specific Webhook based on the selected Webhook Log.
RetransmitJobHistoryWebhookLog 2 params → 200401403500
POST
/JobHistories/{jobHistoryGuid}/webhooklogs/{webhookLogGuid}/resolve
Resolves a specific Webhook Log with a Response Log entry.
ResolveJobHistoryWebhookLog 2 params body → 200401403500
POST
/JobHistories/{jobhistoryGuid}/Acknowledge
Acknowledges a job history
AcknowledgeJobHistory 1 param → 200400401403500
JobHistoryDataEntries 4
GET
/JobHistoryDataEntries
Gets a specific JobHistoryDataEntry
GetJobHistoryDataEntry → 200400404403500
GET
/JobHistoryDataEntries/documents
Returns a list of Documents used on the JobHistoryDataEntry data entry
GetJobHistoryDataEntryDocuments → 200400404403500
GET
/JobHistoryDataEntries/documents/{documentNo}
Returns a specific Job History data entry document
GetJobHistoryDataEntryDocument 1 param → 200404403500
PUT
/JobHistoryDataEntries/finalize
Updates an existing JobHistoryDataEntry and Finalizes the Job History
FinalizeJobHistoryDataEntry body → 200400403500
JobHistoryDataEntryDocuments 6
GET
/JobHistoryDataEntryDocuments/{documentNo}
Gets a specific Document
JobHistoryDataEntryGetDocument 1 param → 200400404403500
POST
/JobHistoryDataEntryDocuments
Creates a new document record
JobHistoryDataEntryCreateDocument 1 param body → 201400403500
POST
/JobHistoryDataEntryDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
JobHistoryDataEntrySearchDocuments 2 params body → 200403500
GET
/JobHistoryDataEntryDocuments/{documentNo}/pdf
JobHistoryDataEntryGetDocumentPdf 1 param → 400200404403500
GET
/JobHistoryDataEntryDocuments/{documentNo}/file
JobHistoryDataEntryGetDocumentFile 2 params → 400200404403500
POST
/JobHistoryDataEntryDocuments/{documentNo}/file
JobHistoryDataEntryAddDocumentFile 1 param body → 400403500
JobListWebSearch 12
GET
/JobListWebSearch
Gets a list of JobListWebSearchs
GetJobListWebSearchs 2 params → 200401403500
POST
/JobListWebSearch
Creates a new JobListWebSearch record
CreateJobListWebSearch body → 201400401403500
GET
/JobListWebSearch/{guid}
Gets a specific JobListWebSearch
GetJobListWebSearch 1 param → 200400404401403500
PUT
/JobListWebSearch/{guid}
Updates an existing JobListWebSearch
UpdateJobListWebSearch 1 param body → 200400401403500
DELETE
/JobListWebSearch/{guid}
Deletes a JobListWebSearch record
1 param → 204400401403500
GET
/JobListWebSearch/{guid}/history
Gets history for a specific JobListWebSearch
GetJobListWebSearchHistory 3 params → 200400404401403500
POST
/JobListWebSearch/searchIndex/{JobListWebSearchGuid}
Get index of a record in a search for gridlayout Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobListWebSearchs 1 param body → 200401403500
POST
/JobListWebSearch/search
Search for JobListWebSearchs Takes a SearchDefinition input, which can include filters and sorting.
SearchJobListWebSearchs 2 params body → 200401403500
POST
/JobListWebSearch/searchCount
Returns number of hits in a search for JobListWebSearchs Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobListWebSearchs body → 200401403500
GET
/JobListWebSearch/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobListWebSearchs → 200500
GET
/JobListWebSearch/{guid}/users
Fetches all users attached to the JobListWebSearch
GetJobListWebSearchUsers 1 param → 200401403500
GET
/JobListWebSearch/{guid}/users/{userNo}
Fetches a specific user attached to the JobListWebSearch
GetJobListWebSearchUser 2 params → 200401403500
JobMailTemplates 11
GET
/JobMailTemplates
Gets a list of JobMailTemplates
GetJobMailTemplates 2 params → 200401403500
POST
/JobMailTemplates
Creates a new jobMailTemplate record
CreateJobMailTemplate body → 201400401403500
GET
/JobMailTemplates/{jobMailTemplateNo}
Gets a specific JobMailTemplate
GetJobMailTemplate 1 param → 200400404401403500
PUT
/JobMailTemplates/{jobMailTemplateNo}
Updates an existing JobMailTemplate
UpdateJobMailTemplate 1 param body → 200400401403500
DELETE
/JobMailTemplates/{jobMailTemplateNo}
Deletes a jobMailTemplate record
1 param → 204400401403500
GET
/JobMailTemplates/{jobMailTemplateNo}/history
Gets history for a specific JobMailTemplate
GetJobMailTemplateHistory 3 params → 200400404401403500
POST
/JobMailTemplates/search
Search for JobMailTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchJobMailTemplates 2 params body → 200401403500
POST
/JobMailTemplates/searchIndex/{jobMailTemplateGuid}
Get index of a record in a search for jobgroup Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobMailTemplates 1 param body → 200401403500
POST
/JobMailTemplates/searchCount
Returns number of hits in a search for JobMailTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobMailTemplates body → 200401403500
GET
/JobMailTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobMailTemplates → 200500
GET
/JobMailTemplates/{jobMailTemplateNo}/copy
Copies an existing JobMailTemplate to a new object
CopyJobMailTemplate 1 param → 200400401403500
JobRecommendations 13
GET
/JobRecommendations
Gets a list of JobRecommendations
GetJobRecommendations 2 params → 200401403500
POST
/JobRecommendations
Creates a new JobRecommendation record
CreateJobRecommendation body → 201400401403500
GET
/JobRecommendations/{jobRecommendationNo}
Gets a specific JobRecommendation
GetJobRecommendation 1 param → 200400404401403500
PUT
/JobRecommendations/{jobRecommendationNo}
Updates an existing JobRecommendation
UpdateJobRecommendation 1 param body → 200400401403500
GET
/JobRecommendations/{jobRecommendationNo}/history
Gets history for a specific JobRecommendation
GetJobRecommendationHistory 3 params → 200400404401403500
POST
/JobRecommendations/search
Search for JobRecommendations Takes a SearchDefinition input, which can include filters and sorting.
SearchJobRecommendations 2 params body → 200401403500
POST
/JobRecommendations/searchCount
Returns number of hits in a search for JobRecommendations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobRecommendations body → 200401403500
GET
/JobRecommendations/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobRecommendations → 200500
POST
/JobRecommendations/searchIndex/{jobRecommendationNo}
Get index of a record in a search for JobRecommendations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobRecommendations 2 params body → 200401403500
GET
/JobRecommendations/{jobRecommendationNo}/jobRecommendationResponses
Fetches all Responses attached to the JobRecommendation
GetJobRecommendationResponses 2 params → 200401403500
GET
/JobRecommendations/{jobRecommendationNo}/jobRecommendationDocuments
Fetches all Documents attached to the JobRecommendation
GetJobRecommendationDocuments 2 params → 200401403500
GET
/JobRecommendations/{jobRecommendationNo}/jobRecommendationResponses/count
Returns number of JobRecommendationResponses for JobRecommendationNo
CountJobRecommendationResponses 1 param → 200401403500
POST
/jobRecommendations/{jobRecommendationNo}/addJobRecommendationResponse
Add response
AddJobRecommendationResponse 1 param body → 400200401403500
JobRequestMailTemplates 11
GET
/JobRequestMailTemplates
Gets a list of JobRequestMailTemplates
GetJobRequestMailTemplates 2 params → 200401403500
POST
/JobRequestMailTemplates
Creates a new jobMailTemplate record
CreateJobRequestMailTemplate body → 201400401403500
GET
/JobRequestMailTemplates/{jobMailTemplateNo}
Gets a specific JobRequestMailTemplate
GetJobRequestMailTemplate 1 param → 200400404401403500
PUT
/JobRequestMailTemplates/{jobMailTemplateNo}
Updates an existing JobRequestMailTemplate
UpdateJobRequestMailTemplate 1 param body → 200400401403500
DELETE
/JobRequestMailTemplates/{jobMailTemplateNo}
Deletes a jobMailTemplate record
1 param → 204400401403500
GET
/JobRequestMailTemplates/{jobMailTemplateNo}/history
Gets history for a specific JobRequestMailTemplate
GetJobRequestMailTemplateHistory 3 params → 200400404401403500
POST
/JobRequestMailTemplates/search
Search for JobRequestMailTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchJobRequestMailTemplates 2 params body → 200401403500
POST
/JobRequestMailTemplates/searchIndex/{jobMailTemplateGuid}
Get index of a record in a search for jobgroup Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobRequestMailTemplates 1 param body → 200401403500
POST
/JobRequestMailTemplates/searchCount
Returns number of hits in a search for JobRequestMailTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobRequestMailTemplates body → 200401403500
GET
/JobRequestMailTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobRequestMailTemplates → 200500
GET
/JobRequestMailTemplates/{jobMailTemplateNo}/copy
Copies an existing JobRequestMailTemplate to a new object
CopyJobRequestMailTemplate 1 param → 200400401403500
JobRequests 20
GET
/JobRequests
Gets a list of JobRequests
GetJobRequests 2 params → 200401403500
POST
/JobRequests
Creates a new jobRequest record
CreateJobRequest 1 param body → 201400500
GET
/JobRequests/{jobRequestNo}
Gets a specific JobRequest
GetJobRequest 1 param → 200400404401403500
PUT
/JobRequests/{jobRequestNo}
Updates an existing JobRequest
UpdateJobRequest 1 param body → 200400401403500
DELETE
/JobRequests/{jobRequestNo}
Deletes an jobRequest record
1 param → 204400401403500
GET
/JobRequests/{jobRequestNo}/history
Gets history for a specific JobRequest
GetJobRequestHistory 3 params → 200400404401403500
POST
/JobRequests/search
Search for jobRequests Takes a SearchDefinition input, which can include filters and sorting.
SearchJobRequests 3 params body → 200401403500
POST
/JobRequests/searchCount
Returns number of hits in a search for JobRequests Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobRequests body → 200401403500
POST
/JobRequests/searchIndex/{jobRequestGuid}
Get index of a record in a search for JobRequests Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobRequests 1 param body → 200401403500
GET
/JobRequests/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobRequests 1 param → 200500
POST
/JobRequests/submit
Creates a new jobRequest record
CreateJobRequestWithFiles 1 param body → 201400500
GET
/JobRequests/{jobRequestNo}/copy
Copies an existing jobRequest to a new object
CopyJobRequest 1 param → 200400401403500
GET
/JobRequests/{jobRequestNo}/jobTemplate
Creates a Job (non-persisted) based on the Job Request with the provided Job Request No.
CreateJobFromJobRequest 1 param → 200400404401403500
GET
/JobRequests/tasklistNodes
Get jobrequest tasklist nodes
GetJobRequestTasklistNodes → 200400401403500
POST
/JobRequests/search/{jobRequestTemplateNo}
Search for jobRequests using a specific Job Request Template Takes a Job Request Template No. and a SearchDefinition input, which can include filters and sorting.
SearchJobRequestsByTemplateNo 4 params body → 200500
GET
/JobRequests/searchInfo/{jobRequestTemplateNo}
Returns structured information about what and how you can search for
SearchInfoJobRequestsByTemplateNo 2 params → 200500
POST
/JobRequests/searchCount/{jobRequestTemplateNo}
Returns number of hits in a search for JobRequests using a specific Job Request Template Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobRequestsByTemplateNo 2 params body → 200500
POST
/JobRequests/searchIndex/{jobRequestGuid}/{jobRequestTemplateNo}
Get index of a record in a search for JobRequests using a specific Job Request Template Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobRequestsByTemplateNo 3 params body → 200500
GET
/JobRequests/{jobRequestNo}/documents
Returns a list of Documents used on the Job Request
GetJobRequestDocuments 1 param → 200401403500
GET
/JobRequests/{jobRequestNo}/documents/{documentNo}
Returns a Documents used on the Job Request
GetJobRequestDocument 2 params → 200401403500
JobRequestTemplateLogos 19
GET
/JobRequestTemplateLogos
Gets a list of JobRequestTemplateLogos
GetJobRequestTemplateLogos 2 params → 200401403500
POST
/JobRequestTemplateLogos
Creates a new document record
CreateJobRequestTemplateLogo body → 201400401403500
GET
/JobRequestTemplateLogos/{documentNo}
Gets a specific JobRequestTemplateLogo
GetJobRequestTemplateLogo 2 params → 200400404500
PUT
/JobRequestTemplateLogos/{documentNo}
Updates an existing Document
UpdateJobRequestTemplateLogo 1 param body → 200400401403500
DELETE
/JobRequestTemplateLogos/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/JobRequestTemplateLogos/searchIndex/{documentGuid}
Get index of a record in a search for JobRequestTemplateLogo Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobRequestTemplateLogos 1 param body → 200401403500
GET
/JobRequestTemplateLogos/{documentNo}/history
Gets history for a specific JobRequestTemplateLogo
GetJobRequestTemplateLogoHistory 3 params → 200400404401403500
POST
/JobRequestTemplateLogos/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchJobRequestTemplateLogos 2 params body → 200401403500
POST
/JobRequestTemplateLogos/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobRequestTemplateLogos body → 200401403500
GET
/JobRequestTemplateLogos/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobRequestTemplateLogos → 200500
GET
/JobRequestTemplateLogos/{documentNo}/pdf
GetJobRequestTemplateLogoPdf 1 param → 400200404401403500
GET
/JobRequestTemplateLogos/{documentNo}/file
GetJobRequestTemplateLogoFile 3 params → 400200404500
POST
/JobRequestTemplateLogos/{documentNo}/file
AddJobRequestTemplateLogosFile 1 param body → 400401403500
GET
/JobRequestTemplateLogos/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetJobRequestTemplateLogoPdfGuid 2 params → 400200404401403500
GET
/JobRequestTemplateLogos/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetJobRequestTemplateLogoFileGuid 3 params → 400200404401403500
PUT
/JobRequestTemplateLogos/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutJobRequestTemplateLogosFile 1 param → 400200404401403500
POST
/JobRequestTemplateLogos/{documentNo}/checkin
CheckinJobRequestTemplateLogoFile 4 params body → 400200404401403500
GET
/JobRequestTemplateLogos/{documentNo}/copy
Copies an existing Document to a new object
CopyJobRequestTemplateLogo 1 param → 200400401403500
GET
/JobRequestTemplateLogos/{documentNo}/usage
Gets usages for a specific Document
GetJobRequestTemplateLogosUsages 1 param → 200400404401403500
JobRequestTemplates 18
GET
/JobRequestTemplates
Gets a list of JobRequestTemplates
GetJobRequestTemplates 2 params → 200500
POST
/JobRequestTemplates
Creates a new jobRequestTemplate record
CreateJobRequestTemplate body → 201400401403500
GET
/JobRequestTemplates/{jobRequestTemplateNo}
Gets a specific JobRequestTemplate
GetJobRequestTemplate 2 params → 200400404500
PUT
/JobRequestTemplates/{jobRequestTemplateNo}
Updates an existing JobRequestTemplate
UpdateJobRequestTemplate 1 param body → 200400401403500
DELETE
/JobRequestTemplates/{jobRequestTemplateNo}
Deletes an jobRequestTemplate record
1 param → 204400401403500
GET
/JobRequestTemplates/{jobRequestTemplateNo}/history
Gets history for a specific JobRequestTemplate
GetJobRequestTemplateHistory 3 params → 200400404401403500
POST
/JobRequestTemplates/search
Search for jobRequestTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchJobRequestTemplates 2 params body → 200401403500
POST
/JobRequestTemplates/searchCount
Returns number of hits in a search for JobRequestTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobRequestTemplates body → 200401403500
POST
/JobRequestTemplates/searchIndex/{jobRequestTemplateGuid}
Get index of a record in a search for JobRequestTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobRequestTemplates 1 param body → 200401403500
GET
/JobRequestTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobRequestTemplates → 200500
GET
/JobRequestTemplates/{jobRequestTemplateNo}/copy
Copies an existing jobRequestTemplate to a new object
CopyJobRequestTemplate 1 param → 200400401403500
POST
/JobRequestTemplates/labels/{labelTemplateDocumentNo}
Gets the labels to print
PrintJobRequestTemplateLabels 1 param body → 400200404401403500
GET
/JobRequestTemplates/labels/{labelTemplateDocumentNo}/{settingsKey}
Get the labels to print using ´settings key
GetJobRequestTemplateLabelPdf 2 params → 400200404401403500
GET
/JobRequestTemplates/{jobRequestTemplateNo}/mailtemplates
Returns a list of mail templates used on job requests
GetMailTemplates 1 param → 200401403500
GET
/JobRequestTemplates/{jobRequestTemplateNo}/mailtemplates/{jobRequestMailTemplateNo}
Returns a specific job request mail template
GetMailTemplate 2 params → 200404401403500
POST
/JobRequestTemplates/{jobRequestTemplateNo}/createAnalyticsCustomTemplate/{templateName}
JobRequestTemplate_CreateCustomAnalyticsTemplate 2 params → 200404401403500
PUT
/JobRequestTemplates/{jobRequestTemplateNo}/updateAnalyticsCustomTemplate/{templateNo}
JobRequestTemplate_UpdateCustomAnalyticsTemplate 2 params → 200404401403500
GET
/JobRequestTemplates/{jobRequestTemplateNo}/notificationusers
Returns a list of notification users used on job requests
GetNotificationUsers 1 param → 200401403500
JobResponsibles 6
GET
/JobResponsibles
Gets a list of Job Responsibles
GetJobResponsibles 2 params → 200401403500
GET
/JobResponsibles/{resourceNo}
Gets a specific Job Responsible
GetJobResponsible 1 param → 200400404401403500
POST
/JobResponsibles/search
Search for Job Responsibles Takes a SearchDefinition input, which can include filters and sorting.
SearchJobResponsibles 2 params body → 200401403500
POST
/JobResponsibles/searchIndex/{resourceGuid}
Get index of a record in a search for Job Resposibles Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobResponsibles 1 param body → 200401403500
POST
/JobResponsibles/searchCount
Returns number of hits in a search for Job Responsibles Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobResponsibles body → 200401403500
GET
/JobResponsibles/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobResponsibles → 200500
Jobs 68
GET
/Jobs
Gets a list of Jobs
GetJobs 2 params → 200401403500
POST
/Jobs
Creates a new job record
CreateJob body → 201400401403500
GET
/Jobs/search/{keyword}
SearchJobs 3 params → 200401403500
POST
/Jobs/search
Advanced search for jobs Takes a SearchDefinition input, which can include filters and sorting.
AdvancedSearchJobs 2 params body → 200401403500
POST
/Jobs/searchCount
Search for Jobs Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobs body → 200401403500
POST
/Jobs/searchIndex/{jobGuid}
Get index of a record in a search for Jobs Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobs 1 param body → 200401403500
GET
/Jobs/searchInfo
Returns structured information about what and how you can search for
JobSearchInfo → 200500
GET
/Jobs/{jobNo}
Gets a specific Job
GetJob 1 param → 200400404401403500
PUT
/Jobs/{jobNo}
Updates an existing Job
UpdateJob 1 param body → 200400401403500
DELETE
/Jobs/{jobNo}
Deletes a job record
1 param → 204400401403500
GET
/Jobs/{jobNo}/history
Gets history for a specific Job
GetHistoryForJob 3 params → 200400404401403500
GET
/Jobs/JobReports
GetJobReportsFromUserSettings 2 params → 400200404401403500
GET
/Jobs/{jobNos}/JobReports
GetJobReports 3 params → 400200404401403500
GET
/Jobs/{jobNo}/JobReport
GetJobReport 3 params → 400200404401403500
POST
/Jobs/ActivateJobs
Activates all the jobs in the job list
ActivateJobs body → 200400401403500
POST
/Jobs/DeactivateJobs
Deactivates all the jobs in the job list
DeactivateJobs body → 200400401403500
POST
/Jobs/FinalizeJobs
Finalizes all the jobs in the job list
FinalizeJobs body → 200400401403500
DELETE
/Jobs/{jobNo}/force
Force deletes a job record Force deleting records may cause existing records to contain invalid data, that needs adjustment before they can be saved
1 param → 204400401403500
GET
/Jobs/{jobNo}/resources
Fetches all Resources attached to the job
GetJobResources 1 param → 200401403500
GET
/Jobs/{jobNo}/items
Returns a list of Items used to perform the Job
GetJobItems 1 param → 200401403500
GET
/Jobs/{jobNo}/procedures
Returns a list of procedures used to perform the Job
GetJobProcedures 1 param → 200401403500
GET
/Jobs/{jobNo}/triggers
Returns a list of Items used to perform the Job
GetTriggers 1 param → 200401403500
POST
/triggers/longDescription
Returns a specific job trigger
GetTriggerLongDescription body → 200404401403500
GET
/Jobs/{jobNo}/documents
Returns a list of Documents used on the Job
GetJobDocuments 1 param → 200401403500
GET
/Jobs/{jobNo}/jobgroups
Fetches all JobGroups attached to the job
GetJobJobGroups 1 param → 200401403500
GET
/Jobs/{jobNo}/notifications
Fetches all Notifications attached to the job
GetJobNotifications 1 param → 200401403500
GET
/Jobs/{jobNo}/formTemplates
Fetches all FormTemplates attached to the job
GetJobFormTemplates 1 param → 200401403500
POST
/Jobs/{jobNo}/formTemplates/createForm
Creates a Form based on the supplied JobFormTemplate object
CreateJobFormTemplateForm 1 param body → 200401403500
GET
/Jobs/{jobNo}/copy
Copies an existing Job to a new object
CopyJob 1 param → 200400401403500
POST
/Jobs/finalizerunoncejob
Creates a new run once job record with a finalized job history
FinalizeRunOnceJob body → 201400401403500
POST
/jobs/{jobNo}/sendtoemail
Send job to supplier
SendToEmail 1 param body → 400401403500
GET
/Jobs/{jobNo}/jobmailattachments
Gets usages for a specific Document
GetAttachmentsFor 1 param → 200400404401403500
POST
/jobs/{jobNo}/postpone
Postpone a Job
JobPostpone 1 param body → 400401403500
POST
/jobs/{jobNo}/approvepostpone
Approve Postponement of a Job
JobApprovePostpone 1 param body → 400401403500
POST
/jobs/{jobNo}/rejectpostpone
Reject Postponement of a Job
JobRejectPostpone 1 param body → 400401403500
POST
/jobs/{jobNo}/move
Move a Job to another component
JobMove 1 param body → 200400401403500
POST
/Jobs/appRequest
Get Job Lists for App
JobAppRequest → 200401403500
POST
/Jobs/appRequest/checksum
Get checksum of Job Lists for App
JobAppRequestChecksum → 200401403500
POST
/Jobs/appSubmit
Receive a new Job from new Job App or updates GPS on an existing Job
ReceiveJob body → 200400401403500
GET
/Jobs/{jobNo}/relatedjobs
Returns an ordered list of related Jobs
GetRelatedJobs 1 param → 200401403500
GET
/Jobs/appRequest/showJobsOnMapTemplate
Returns a string with the HTML of the template used to show Jobs on a map
JobAppRequestShowJobsOnMapTemplate → 200401403500
GET
/Jobs/{jobNo}/documents/{documentNo}/pdf
GetDocumentPdfForJob 2 params → 400401403500
GET
/Jobs/{jobNo}/documents/{documentNo}/file
GetDocumentFileForJob 3 params → 400401403500
GET
/Jobs/{jobNo}/assignees
Fetches all Assigned to current instance of job
GetAssignees 1 param → 200401403500
POST
/Jobs/assignees
Gets all assignees for all job instances
GetAllAssignees body → 200401403500
PUT
/Jobs/assignees
UpdateAssignees body → 200400401403500
POST
/Jobs/resource/{resourceNo}/assignees
Fetches all Resource Assignees
GetResourceAssignees 1 param body → 200401403500
GET
/Jobs/propertyDefinitions
Get a list of PropertyDefinitions
GetJobPropertyDefinitions → 200401500
POST
/Jobs/propertyDefinitions
Creates a new PropertyDefinition record
CreateJobPropertyDefinition body → 201400401403500
GET
/Jobs/propertyDefinitions/{propertyDefinitionGuid}
Gets a specific PropertyDefinition
GetJobPropertyDefinition 1 param → 200400404401500
PUT
/Jobs/propertyDefinitions/{propertyDefinitionGuid}
Updates an existing PropertyDefinition
UpdateJobPropertyDefinition 1 param body → 200400401403500
DELETE
/Jobs/propertyDefinitions/{propertyDefinitionGuid}
Deletes a PropertyDefinition record
DeleteJobPropertyDefinition 1 param → 200401403500
GET
/Jobs/propertyDefinitions/{propertyDefinitionGuid}/listValues
Returns a list of values for a PropertyDefinition
GetJobPropertyDefinitionListValues 2 params → 200401500
DELETE
/Jobs/propertyDefinitions/{propertyDefinitionGuid}/force
Force Deletes a PropertyDefinition record
ForceDeleteJobPropertyDefinition 1 param → 200401403500
GET
/Jobs/propertyDefinitions/{propertyName}/available
Lookup if PropertyName of a PropertyDefinition is not already in use and therefore available to be used
JobPropertyNameAvailable 1 param → 200401500
POST
/Jobs/screenLayout
Bulk updates screenlayout and a list of Property Definitions. The endpoint handles whether or not to create or update each record in the requst.
BulkUpdateJobScreenLayout body → 201400401403500
GET
/Jobs/{jobNo}/managementSystemDocuments/preview
Returns a combined preview of the Management System Documents selected for preview on the given job.
GetManagementSystemDocumentsPreview 1 param → 400401403500
POST
/Jobs/BatchEdit
JobBatchEdit body → 200400401403500
POST
/Jobs/BatchEdit/ApplyTransformations/{jobNo}
JobBatchEditApplyTransformations 1 param body → 200400401403500
POST
/Jobs/{jobNo}/webhooklogs/search
Searches the Webhooks associated with the Job.
SearchJobWebhookLogs 3 params body → 200401403500
POST
/Jobs/{jobNo}/webhooklogs/searchCount
Returns number of hits in a search for the Job's Webhook Logs. Takes a SearchDefinition input, which can include filters and sorting.
SearchJobWebhookLogsCount 1 param body → 200401403500
POST
/Jobs/{jobNo}/webhooklogs/{webhookLogGuid}/retransmit
Retransmits a specific Webhook based on the selected Webhook Log.
RetransmitJobWebhookLog 2 params → 200401403500
POST
/Jobs/{jobNo}/webhooklogs/{webhookLogGuid}/resolve
Resolves a specific Webhook Log with a Response Log entry.
ResolveJobWebhookLog 2 params body → 200401403500
POST
/Jobs/{jobNo}/markasread
MarkAsRead 1 param → 200401403500
POST
/Jobs/{jobNo}/markasunread
MarkAsUnread 1 param → 200401403500
POST
/Jobs/{jobNo}/acknowledge
Acknowledge 1 param → 200401403500
POST
/Jobs/{jobNo}/disable
Disable the job for the provided jobNo
DisableJob 1 param body → 200400401403500
POST
/Jobs/{jobNo}/enable
Enables the job for the provided jobNo
EnableJob 1 param body → 200400401403500
JobSequences 13
GET
/JobSequences
Gets a list of JobSequences
GetJobSequences 2 params → 200401403500
POST
/JobSequences
Creates a new jobSequence record
CreateJobSequence body → 201400401403500
GET
/JobSequences/{jobSequenceNo}
Gets a specific JobSequence
GetJobSequence 1 param → 200400404401403500
PUT
/JobSequences/{jobSequenceNo}
Updates an existing JobSequence
UpdateJobSequence 1 param body → 200400401403500
DELETE
/JobSequences/{jobSequenceNo}
Deletes an jobSequence record
1 param → 204400401403500
GET
/JobSequences/{jobSequenceNo}/history
Gets history for a specific JobSequence
GetJobSequenceHistory 3 params → 200400404401403500
POST
/JobSequences/search
Search for jobSequences Takes a SearchDefinition input, which can include filters and sorting.
SearchJobSequences 2 params body → 200401403500
POST
/JobSequences/searchCount
Returns number of hits in a search for JobSequences Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobSequences body → 200401403500
POST
/JobSequences/searchIndex/{jobSequenceGuid}
Get index of a record in a search for JobSequences Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobSequences 1 param body → 200401403500
GET
/JobSequences/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobSequences → 200500
GET
/JobSequences/{jobSequenceNo}/copy
Copies an existing jobSequence to a new object
CopyJobSequence 1 param → 200400401403500
GET
/JobSequences/{jobSequenceNo}/jobs
Fetches all Jobs attached to the job sequence
GetJobSequenceJobs 1 param → 200401403500
GET
/JobSequences/{jobNo}/triggers/{triggerGuid}
Gets a specific Trigger for a Job Sequence Job.
GetJobSequenceJobTrigger 2 params → 200400404401403500
JobTemplates 15
GET
/JobTemplates
Gets a list of JobTemplates
GetJobTemplates 2 params → 200401403500
POST
/JobTemplates
Creates a new JobTemplate record
CreateJobTemplate body → 201400401403500
GET
/JobTemplates/{JobTemplateNo}
Gets a specific JobTemplate
GetJobTemplate 1 param → 200400404401403500
PUT
/JobTemplates/{JobTemplateNo}
Updates an existing JobTemplate
UpdateJobTemplate 1 param body → 200400401403500
DELETE
/JobTemplates/{JobTemplateNo}
Deletes a JobTemplate record
1 param → 204400401403500
GET
/JobTemplates/{JobTemplateNo}/history
Gets history for a specific JobTemplate
GetJobTemplateHistory 3 params → 200400404401403500
POST
/JobTemplates/search
Search for JobTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchJobTemplates 2 params body → 200401403500
POST
/JobTemplates/searchIndex/{JobTemplateGuid}
Get index of a record in a search for JobTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexJobTemplates 1 param body → 200401403500
POST
/JobTemplates/searchCount
Returns number of hits in a search for JobTemplates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountJobTemplates body → 200401403500
GET
/JobTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoJobTemplates → 200500
GET
/JobTemplates/{JobTemplateNo}/copy
Copies an existing JobTemplate to a new object
CopyJobTemplate 1 param → 200400401403500
GET
/JobTemplates/{templateNo}/jobgroups
Fetches a all JobGroups attached to the job template
GetJobTemplateJobGroups 1 param → 200401403500
GET
/JobTemplates/{templateNo}/jobgroups/{jobgroupNo}
Fetches a specific JobGroup attached to the job template
GetJobTemplateJobGroup 2 params → 200401403500
GET
/JobTemplates/{templateNo}/resources
Fetches a all Resources attached to the job template
GetJobTemplateResources 1 param → 200401403500
GET
/JobTemplates/{templateNo}/resources/{resourceNo}
Fetches a specific Resource attached to the Job Template
GetJobTemplateResource 2 params → 200401403500
License 4
GET
/License
GetAllLicenseValues → 200500
GET
/License/{licenseKey}
GetSingleLicenseValue 1 param → 200500
GET
/License/RequiredAppVersion/{appId}
GetRequiredAppVersion 1 param → 200500
GET
/License/validate
ValidateLicense → 200400500
LiquidTypes 11
GET
/LiquidTypes
Gets a list of LiquidTypes
GetLiquidTypes 2 params → 200401403500
POST
/LiquidTypes
Creates a new LiquidType record
CreateLiquidType body → 201400401403500
GET
/LiquidTypes/{liquidTypeNo}
Gets a specific LiquidType
GetLiquidType 1 param → 200400404401403500
PUT
/LiquidTypes/{liquidTypeNo}
Updates an existing LiquidType
UpdateLiquidType 1 param body → 200400401403500
DELETE
/LiquidTypes/{liquidTypeNo}
Deletes a LiquidType record
1 param → 204400401403500
GET
/LiquidTypes/{liquidTypeNo}/history
Gets history for a specific LiquidType
GetLiquidTypeHistory 3 params → 200400404401403500
POST
/LiquidTypes/search
Search for LiquidType Takes a SearchDefinition input, which can include filters and sorting.
SearchLiquidTypes 2 params body → 200401403500
POST
/LiquidTypes/searchIndex/{liquidType}
Get index of a record in a search for liquidTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexliquidType 2 params body → 200401403500
POST
/LiquidTypes/searchCount
Returns number of hits in a search for liquidTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountLiquidTypes body → 200401403500
GET
/LiquidTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoLiquidTypes → 200500
GET
/LiquidTypes/{liquidTypeNo}/copy
Copies an existing LiquidType to a new object
CopyLiquidType 1 param → 200400401403500
LocalizationLanguages 10
GET
/LocalizationLanguages
Gets a list of LocalizationLanguages
GetLocalizationLanguages 2 params → 200401500
POST
/LocalizationLanguages
CreateLanguage body → 201400401403500
GET
/LocalizationLanguages/{localizationLanguageNo}
Gets a specific LocalizationLanguage
GetLocalizationLanguage 1 param → 200400404401500
POST
/LocalizationLanguages/search
Search for LocalizationLanguages Takes a SearchDefinition input, which can include filters and sorting.
SearchLocalizationLanguages 2 params body → 200401403500
POST
/LocalizationLanguages/searchCount
Returns number of hits in a search for LocalizationLanguages Takes a SearchDefinition input, which can include filters and sorting.
SearchCountLocalizationLanguages body → 200401403500
POST
/LocalizationLanguages/searchIndex/{localizationLanguagesGuid}
Get index of a record in a search for LocalizationLanguages Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexLocalizationLanguages 1 param body → 200401403500
GET
/LocalizationLanguages/searchInfo
Returns structured information about what and how you can search for
SearchInfoLocalizationLanguages → 200500
PUT
/LocalizationLanguages/{languageNo}
UpdateLanguage 1 param body → 200400401403500
DELETE
/LocalizationLanguages/{languageNo}
1 param → 204400401403500
GET
/LocalizationLanguages/{localizationLanguageNo}/rootLanguage
GetLocalizationLanguageRoot 1 param → 200500
LocalizationTexts 15
GET
/LocalizationTexts
GetLocalizationTexts → 200400404401500
POST
/LocalizationTexts
Creates a new localizationText record
CreateLocalizationText body → 201400401403500
GET
/LocalizationTexts/currentLanguage/{textID}
GetLocalizationTextsForCurrentLanguage 1 param → 200400404401500
GET
/LocalizationTexts/{guid}
GetLocalizationTextByGuid 1 param → 200400404401500
GET
/LocalizationTexts/language/{languageID}
GetLocalizationTextsForLanguage 1 param → 200400404500
GET
/LocalizationTexts/language/{languageID}/{textID}
GetLocalizationTextForLanguage 2 params → 200400404500
POST
/LocalizationTexts/search/{toLanguageNo}
Search for LocalizationTexts Takes a SearchDefinition input, which can include filters and sorting.
SearchLocalizationTextsWithTranslatedValues 3 params body → 200401403500
GET
/LocalizationTexts/searchInfo
Returns structured information about what and how you can search for
SearchInfoLocalizationTexts → 200500
POST
/LocalizationTexts/search
Search for LocalizationTexts Takes a SearchDefinition input, which can include filters and sorting.
SearchLocalizationTexts 2 params body → 200401403500
POST
/LocalizationTexts/searchCount
Returns number of hits in a search for LocalizationTexts Takes a SearchDefinition input, which can include filters and sorting.
SearchCountLocalizationTexts body → 200401403500
GET
/LocalizationTexts/translation/{languageID}/{textID}
GetTranslationTextForLanguage 2 params → 200400404500
POST
/LocalizationTexts/reloadTextCache
ReloadTextCache → 200401403500
PUT
/LocalizationTexts/{textGuid}
Updates a LocalizationText record
UpdateLocalizationText 1 param body → 200400401403500
DELETE
/LocalizationTexts/{textGuid}
Deletes a LocalizationText record
1 param → 204400401403500
GET
/LocalizationTexts/{textId}/references
Gets LocalizationTexts references
GetReferences 1 param → 200401403500
Log 12
GET
/Log
Gets a list of Log Entries
GetLogEntries 2 params → 200401403500
GET
/Log/{logEntryGuid}
Gets a specific LogEntry
GetLogEntry 1 param → 200400404401403500
POST
/Log/search
Search for LogEntries Takes a SearchDefinition input, which can include filters and sorting.
SearchLogEntries 2 params body → 200401403500
POST
/Log/searchIndex/{logEntryGuid}
Get index of a record in a search for logEntries Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexLogEntries 1 param body → 200401403500
POST
/Log/searchCount
Returns number of hits in a search for LogEntries Takes a SearchDefinition input, which can include filters and sorting.
SearchCountLogEntries body → 200401403500
GET
/Log/searchInfo
Returns structured information about what and how you can search for
SearchInfoLogEntries → 200500
POST
/Log/error
LogError body → 200500
POST
/Log/critical
LogCritical body → 200500
POST
/Log/warning
LogWarning body → 200500
POST
/Log/information
LogInformation body → 200500
POST
/Log/debug
LogDebug body → 200500
POST
/Log/trace
LogTrace body → 200500
LogbookDocuments 14
GET
/LogbookDocuments
Gets a list of LogbookDocuments
GetLogbookDocuments 2 params → 200401403500
POST
/LogbookDocuments
Creates a new document record
CreateLogbookDocument 1 param body → 201400401403500
GET
/LogbookDocuments/{documentNo}
Gets a specific LogbookDocument
GetLogbookDocument 1 param → 200400404401403500
DELETE
/LogbookDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/LogbookDocuments/searchIndex/{documentGuid}
Get index of a record in a search for LogbookDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexLogbookDocuments 1 param body → 200401403500
GET
/LogbookDocuments/{documentNo}/history
Gets history for a specific LogbookDocument
GetLogbookDocumentHistory 3 params → 200400404401403500
POST
/LogbookDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchLogbookDocuments 2 params body → 200401403500
POST
/LogbookDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountLogbookDocuments body → 200401403500
GET
/LogbookDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoLogbookDocuments → 200403500
GET
/LogbookDocuments/{documentNo}/pdf
GetLogbookDocumentPdf 1 param → 400200404401403500
GET
/LogbookDocuments/{documentNo}/file
GetLogbookDocumentFile 2 params → 400200404401403500
POST
/LogbookDocuments/{documentNo}/file
AddLogbookDocumentFile 1 param body → 400401403500
GET
/LogbookDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetLogbookDocumentPdfGuid 2 params → 400200404401403500
GET
/LogbookDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetLogbookDocumentFileGuid 3 params → 400200404401403500
LogbookEvents 22
GET
/LogbookEvents
Gets a list of LogbookEvents
GetLogbookEvents 2 params → 200401403500
POST
/LogbookEvents
Creates a new logbookEvent record
CreateLogbookEvent body → 201400401403500
GET
/LogbookEvents/{eventNo}
Gets a specific LogbookEvent
GetLogbookEvent 1 param → 200400404401403500
PUT
/LogbookEvents/{eventNo}
Updates an existing LogbookEvent
UpdateLogbookEvent 1 param body → 200400401403500
DELETE
/LogbookEvents/{eventNo}
Deletes an logbookEvent record
1 param → 204400401403500
GET
/LogbookEvents/{eventNo}/history
Gets history for a specific LogbookEvent
GetLogbookEventHistory 3 params → 200400404401403500
POST
/LogbookEvents/search
Search for logbookEvents Takes a SearchDefinition input, which can include filters and sorting.
SearchLogbookEvents 2 params body → 200401403500
POST
/LogbookEvents/searchCount
Returns number of hits in a search for LogbookEvents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountLogbookEvents body → 200401403500
POST
/LogbookEvents/searchIndex/{eventGuid}
Get index of a record in a search for LogbookEvents Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexLogbookEvents 1 param body → 200401403500
GET
/LogbookEvents/searchInfo
Returns structured information about what and how you can search for
SearchInfoLogbookEvents → 200500
GET
/LogbookEvents/{eventNo}/copy
Copies an existing logbookEvent to a new object
CopyLogbookEvent 1 param → 200400401403500
GET
/LogbookEvents/propertyDefinitions
Get a list of PropertyDefinitions
GetEventPropertyDefinitions → 200401500
POST
/LogbookEvents/propertyDefinitions
Creates a new PropertyDefinition record
CreateEventPropertyDefinition body → 201400401403500
GET
/LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}
Gets a specific PropertyDefinition
GetEventPropertyDefinition 1 param → 200400404401500
PUT
/LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}
Updates an existing PropertyDefinition
UpdateEventPropertyDefinition 1 param body → 200400401403500
DELETE
/LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}
Deletes a PropertyDefinition record
DeleteEventPropertyDefinition 1 param → 200401403500
GET
/LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}/listValues
Returns a list of values for a PropertyDefinition
GetEventPropertyDefinitionListValues 2 params → 200401500
DELETE
/LogbookEvents/propertyDefinitions/{propertyDefinitionGuid}/force
Force Deletes a PropertyDefinition record
ForceDeleteEventPropertyDefinition 1 param → 200401403500
GET
/LogbookEvents/propertyDefinitions/{propertyName}/available
Lookup if PropertyName of a PropertyDefinition is not already in use and therefore available to be used
LogbookEventPropertyNameAvailable 1 param → 200401500
POST
/LogbookEvents/screenLayout
Bulk updates screenlayout and a list of Property Definitions. The endpoint handles whether or not to create or update each record in the requst.
BulkUpdateEventScreenLayout body → 201400401403500
GET
/LogbookEvents/{eventNo}/jobTemplate
Creates a Job (non-persisted) based on the Event with the provided Event No.
CreateJobFromLogbookEvent 1 param → 200400404401403500
GET
/LogbookEvents/{eventNo}/documents
Returns a list of Documents used on the LogbookEvent
GetLogbookEventDocuments 1 param → 200401403500
LubeOilTypes 11
GET
/LubeOilTypes
Gets a list of LubeOilTypes
GetLubeOilTypes 2 params → 200401403500
POST
/LubeOilTypes
Creates a new LubeOilType record
CreateLubeOilType body → 201400401403500
GET
/LubeOilTypes/{lubeOilTypeNo}
Gets a specific LubeOilType
GetLubeOilType 1 param → 200400404401403500
PUT
/LubeOilTypes/{lubeOilTypeNo}
Updates an existing LubeOilType
UpdateLubeOilType 1 param body → 200400401403500
DELETE
/LubeOilTypes/{lubeOilTypeNo}
Deletes a LubeOilType record
1 param → 204400401403500
GET
/LubeOilTypes/{lubeOilTypeNo}/history
Gets history for a specific LubeOilType
GetLubeOilTypeHistory 3 params → 200400404401403500
POST
/LubeOilTypes/search
Search for LubeOilType Takes a SearchDefinition input, which can include filters and sorting.
SearchLubeOilTypes 2 params body → 200401403500
POST
/LubeOilTypes/searchIndex/{lubeOilType}
Get index of a record in a search for LubeOilTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexLubeOilType 2 params body → 200401403500
POST
/LubeOilTypes/searchCount
Returns number of hits in a search for LubeOilTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountLubeOilTypes body → 200401403500
GET
/LubeOilTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoLubeOilTypes → 200500
GET
/LubeOilTypes/{lubeOilTypeNo}/copy
Copies an existing LubeOilType to a new object
CopyLubeOilType 1 param → 200400401403500
MailAccounts 12
GET
/MailAccounts
GetMailAccounts 2 params → 200401403500
POST
/MailAccounts
CreateMailAccount body → 201400401403500
GET
/MailAccounts/{mailAccountNo}
GetMailAccount 1 param → 200400404401403500
PUT
/MailAccounts/{mailAccountNo}
UpdateMailAccount 1 param body → 200400401403500
DELETE
/MailAccounts/{mailAccountNo}
1 param → 204400401403500
GET
/MailAccounts/{mailAccountNo}/history
GetMailAccountHistory 3 params → 200400404401403500
POST
/MailAccounts/search
SearchMailAccounts 2 params body → 200401403500
POST
/MailAccounts/searchIndex/{mailAccountGuid}
SearchIndexMailAccounts 1 param body → 200401403500
POST
/MailAccounts/searchCount
SearchCountMailAccounts body → 200401403500
GET
/MailAccounts/searchInfo
SearchInfoMailAccounts → 200500
GET
/MailAccounts/{mailAccountNo}/copy
CopyMailAccount 1 param → 200400401403500
PUT
/MailAccounts/actions/test-smtp
TestMailAccountSmtpConnection body → 204400401403500
ManagementSystemApprovedPlanDocuments 19
GET
/ManagementSystemApprovedPlanDocuments
Gets a list of ManagementSystemApprovedPlanDocuments
GetManagementSystemApprovedPlanDocuments 2 params → 200401403500
POST
/ManagementSystemApprovedPlanDocuments
Creates a new document record
CreateManagementSystemApprovedPlanDocument body → 201400401403500
GET
/ManagementSystemApprovedPlanDocuments/{documentNo}
Gets a specific ManagementSystemApprovedPlanDocument
GetManagementSystemApprovedPlanDocument 1 param → 200400404401403500
PUT
/ManagementSystemApprovedPlanDocuments/{documentNo}
Updates an existing Document
UpdateManagementSystemApprovedPlanDocument 1 param body → 200400401403500
DELETE
/ManagementSystemApprovedPlanDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/ManagementSystemApprovedPlanDocuments/searchIndex/{documentGuid}
Get index of a record in a search for ManagementSystemApprovedPlanDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexManagementSystemApprovedPlanDocuments 1 param body → 200401403500
GET
/ManagementSystemApprovedPlanDocuments/{documentNo}/history
Gets history for a specific ManagementSystemApprovedPlanDocument
GetManagementSystemApprovedPlanDocumentHistory 3 params → 200400404401403500
POST
/ManagementSystemApprovedPlanDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchManagementSystemApprovedPlanDocuments 2 params body → 200401403500
POST
/ManagementSystemApprovedPlanDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountManagementSystemApprovedPlanDocuments body → 200401403500
GET
/ManagementSystemApprovedPlanDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoManagementSystemApprovedPlanDocuments → 200500
GET
/ManagementSystemApprovedPlanDocuments/{documentNo}/pdf
GetManagementSystemApprovedPlanDocumentPdf 1 param → 400200404401403500
GET
/ManagementSystemApprovedPlanDocuments/{documentNo}/file
GetManagementSystemApprovedPlanDocumentFile 2 params → 400200404401403500
POST
/ManagementSystemApprovedPlanDocuments/{documentNo}/file
AddManagementSystemApprovedPlanDocumentFile 1 param body → 400401403500
GET
/ManagementSystemApprovedPlanDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetManagementSystemApprovedPlanDocumentPdfGuid 2 params → 400200404401403500
GET
/ManagementSystemApprovedPlanDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetManagementSystemApprovedPlanDocumentFileGuid 3 params → 400200404401403500
PUT
/ManagementSystemApprovedPlanDocuments/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutManagementSystemApprovedPlanDocumentFile 1 param → 400200404401403500
POST
/ManagementSystemApprovedPlanDocuments/{documentNo}/checkin
CheckinManagementSystemApprovedPlanDocumentFile 4 params body → 400200404401403500
GET
/ManagementSystemApprovedPlanDocuments/{documentNo}/copy
Copies an existing Document to a new object
CopyManagementSystemApprovedPlanDocument 1 param → 200400401403500
GET
/ManagementSystemApprovedPlanDocuments/{documentNo}/usage
Gets usages for a specific Document
GetManagementSystemApprovedPlanDocumentsUsages 1 param → 200400404401403500
ManagementSystemBrowser 9
GET
/ManagementSystemBrowser
Gets a list of Management Systems the User has access to
GetManagementSystems → 200401403500
GET
/ManagementSystemBrowser/{managementSystemNo}
GetManagementSystemUnits 1 param → 200400404401403500
GET
/ManagementSystemBrowser/{managementSystemNo}/{unitNo}/Sections
GetManagementSystemBrowserRootNodes 2 params → 200400404401403500
GET
/ManagementSystemBrowser/{managementSystemNo}/{unitNo}/{sectionNo}/Children
GetManagementSystemBrowserNodeChildren 3 params → 200400404401403500
GET
/ManagementSystemBrowser/{managementSystemNo}/{unitNo}/Section/{sectionNo}
Returns a management system browser tree structure from root to where the requested object is in the tree All nodes along the way is populated.
GetSectionInTree 3 params → 200401403500
GET
/ManagementSystemBrowser/{managementSystemNo}/{unitNo}/Document/{documentNo}
Returns a management system browser tree structure from root to where the requested object is in the tree All nodes along the way is populated.
GetDocumentInTree 3 params → 200401403500
GET
/ManagementSystemBrowser/{managementSystemNo}/{unitNo}/{documentNo}
Returns the specified Management System Document, based on the chosen Unit and Management System.
GetManagementSystemBrowserDocument 3 params → 200400404401403500
GET
/ManagementSystemBrowser/{managementSystemNo}/{unitNo}/{documentNo}/pdf
Returns the specified Management System Document's Preview File, based on the chosen Unit and Management System.
GetManagementSystemBrowserDocumentFile 4 params → 200400404401403500
GET
/ManagementSystemBrowser/{managementSystemNo}/{unitNo}/document/search
Returns the a collection of Management System Documents, based on the chosen Management System and the provided search text.
FullTextSearchManagementSystemBrowserDocuments 3 params → 200400404401403500
ManagementSystemChangeRequests 29
GET
/ManagementSystemChangeRequests
Gets a list of ManagementSystemChangeRequests
GetManagementSystemChangeRequests 2 params → 200401403500
POST
/ManagementSystemChangeRequests
Creates a new managementSystemChangeRequest record
CreateManagementSystemChangeRequest body → 201400401403500
GET
/ManagementSystemChangeRequests/{changeRequestNo}
Gets a specific ManagementSystemChangeRequest
GetManagementSystemChangeRequest 1 param → 200400404401403500
PUT
/ManagementSystemChangeRequests/{changeRequestNo}
Updates an existing ManagementSystemChangeRequest
UpdateManagementSystemChangeRequest 1 param body → 200400401403500
DELETE
/ManagementSystemChangeRequests/{changeRequestNo}
Deletes an managementSystemChangeRequest record
1 param → 204400401403500
GET
/ManagementSystemChangeRequests/{changeRequestNo}/history
Gets history for a specific ManagementSystemChangeRequest
GetManagementSystemChangeRequestHistory 3 params → 200400404401403500
POST
/ManagementSystemChangeRequests/search
Search for managementSystemChangeRequests Takes a SearchDefinition input, which can include filters and sorting.
SearchManagementSystemChangeRequests 2 params body → 200401403500
POST
/ManagementSystemChangeRequests/searchCount
Returns number of hits in a search for ManagementSystemChangeRequests Takes a SearchDefinition input, which can include filters and sorting.
SearchCountManagementSystemChangeRequests body → 200401403500
POST
/ManagementSystemChangeRequests/searchIndex/{managementSystemChangeRequestGuid}
Get index of a record in a search for ManagementSystemChangeRequests Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexManagementSystemChangeRequests 1 param body → 200401403500
GET
/ManagementSystemChangeRequests/searchInfo
Returns structured information about what and how you can search for
SearchInfoManagementSystemChangeRequests → 200500
GET
/ManagementSystemChangeRequests/{changeRequestNo}/copy
Copies an existing managementSystemChangeRequest to a new object
CopyManagementSystemChangeRequest 1 param → 200400401403500
GET
/ManagementSystemChangeRequests/{changeRequestNo}/responses
Gets a list of ChangeRequest responses
GetManagementSystemChangeRequestResponses 1 param → 200401403500
GET
/ManagementSystemChangeRequests/{changeRequestNo}/responses/count
Returns number of ManagementSystemChangeRequestResponses for ChangeRequestNo
CountManagementSystemChangeRequestResponses 1 param → 200401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/addResponse
Add response
AddManagementSystemChangeRequestResponse 1 param body → 400200401403500
GET
/ManagementSystemChangeRequests/{changeRequestNo}/units
Returns the units for a Change Request.
GetChangeRequestUnits 1 param → 200401403500
GET
/ManagementSystemChangeRequests/{changeRequestNo}/affectedunits
Returns the affected units for a Change Request.
GetChangeRequestAffectedUnits 1 param → 200401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/markAsMinorChange
Marks ManagementSystemChangeRequest as minor change
MarkManagementSystemChangeRequestAsMinorChange 1 param → 200400401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/unmarkAsMinorChange
Unmarks ManagementSystemChangeRequest as minor change
UnmarkManagementSystemChangeRequestAsMinorChange 1 param → 200400401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/changeRequestUpdateDocument
ChangeRequestUpdateDocument 1 param body → 400401403500
GET
/ManagementSystemChangeRequests/{changeRequestNo}/approvers
Returns the approvers for a Change Request.
GetChangeRequestApprovers 1 param → 200401403500
GET
/ManagementSystemChangeRequests/{changeRequestNo}/currentUserCanApprove
Returns if current user is allowed to approve a change request
CurrentUserCanApproveChangeRequest 1 param → 200400401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/requestApproval
Request Approval for a change request
ChangeRequestRequestApproval 1 param body → 200400401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/approve
Approves a Change Request
ChangeRequestApprove 1 param body → 200400401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/reject
Rejects a Change Request approval request
ChangeRequestReject 1 param body → 200400401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/changetodraft
Change a Change Request approval status to Draft
ChangeRequestChangeToDraft 1 param body → 200400401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/changetorequested
Change a Change Request approval status to Requested
ChangeRequestChangeToRequested 1 param → 200400401403500
POST
/ManagementSystemChangeRequests/{changeRequestNo}/bypassapproval
Bypass approval on a Change a Change Request
ChangeRequestBypassApproval 1 param body → 200400401403500
GET
/ManagementSystemChangeRequests/awaitingMyApproval
Returns a list of change requests that is awaiting my approval The mapper
GetChangeRequestAwaitingMyApproval → 200400401403500
GET
/ManagementSystemChangeRequests/{changeRequestNo}/compare
Returns a pdf of the compared documents
Compare 1 param → 200400404401403500
ManagementSystemDocumentAcknowledgements 7
GET
/ManagementSystemDocumentAcknowledgements
Gets a list of ManagementSystemDocumentAcknowledgements
GetManagementSystemDocumentAcknowledgements 2 params → 200401403500
GET
/ManagementSystemDocumentAcknowledgements/{acknowledgementGuid}
Gets a specific ManagementSystemDocumentAcknowledgement
GetManagementSystemDocumentAcknowledgement 1 param → 200400404401403500
PUT
/ManagementSystemDocumentAcknowledgements/{acknowledgementGuid}
Updates an existing ManagementSystemDocumentAcknowledgement
UpdateManagementSystemDocumentAcknowledgement 1 param body → 200400401403500
POST
/ManagementSystemDocumentAcknowledgements/search
Search for ManagementSystemDocumentAcknowledgements Takes a SearchDefinition input, which can include filters and sorting.
SearchManagementSystemDocumentAcknowledgements 2 params body → 200401403500
POST
/ManagementSystemDocumentAcknowledgements/searchIndex/{acknowledgementGuid}
Get index of a record in a search for jobgroup Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexManagementSystemDocumentAcknowledgements 1 param body → 200401403500
POST
/ManagementSystemDocumentAcknowledgements/searchCount
Returns number of hits in a search for ManagementSystemDocumentAcknowledgements Takes a SearchDefinition input, which can include filters and sorting.
SearchCountManagementSystemDocumentAcknowledgements body → 200401403500
GET
/ManagementSystemDocumentAcknowledgements/searchInfo
Returns structured information about what and how you can search for
SearchInfoManagementSystemDocumentAcknowledgements → 200500
ManagementSystemDocumentDocuments 18
GET
/ManagementSystemDocumentDocuments
Gets a list of ManagementSystemDocumentDocuments
GetManagementSystemDocumentDocuments 2 params → 200401403500
POST
/ManagementSystemDocumentDocuments
Creates a new document record
CreateManagementSystemDocumentDocument 1 param body → 201400401403500
GET
/ManagementSystemDocumentDocuments/{documentNo}
Gets a specific ManagementSystemDocumentDocument
GetManagementSystemDocumentDocument 1 param → 200400404401403500
DELETE
/ManagementSystemDocumentDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
PUT
/ManagementSystemDocumentDocuments/{documentNo}
Updates an existing Document
UpdateManagementSystemDocumentDocument 1 param body → 200400401403500
POST
/ManagementSystemDocumentDocuments/searchIndex/{documentGuid}
Get index of a record in a search for ManagementSystemDocumentDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexManagementSystemDocumentDocuments 1 param body → 200401403500
GET
/ManagementSystemDocumentDocuments/{documentNo}/history
Gets history for a specific ManagementSystemDocumentDocument
GetManagementSystemDocumentDocumentHistory 3 params → 200400404401403500
POST
/ManagementSystemDocumentDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchManagementSystemDocumentDocuments 2 params body → 200401403500
POST
/ManagementSystemDocumentDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountManagementSystemDocumentDocuments body → 200401403500
GET
/ManagementSystemDocumentDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoManagementSystemDocumentDocuments → 200500
GET
/ManagementSystemDocumentDocuments/{documentNo}/pdf
GetManagementSystemDocumentDocumentPdf 1 param → 400200404401403500
GET
/ManagementSystemDocumentDocuments/{documentNo}/file
GetManagementSystemDocumentDocumentFile 2 params → 400200404401403500
POST
/ManagementSystemDocumentDocuments/{documentNo}/file
AddManagementSystemDocumentDocumentFile 1 param body → 400401403500
GET
/ManagementSystemDocumentDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetManagementSystemDocumentDocumentPdfGuid 2 params → 400200404401403500
GET
/ManagementSystemDocumentDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetManagementSystemDocumentDocumentFileGuid 3 params → 400200404401403500
PUT
/ManagementSystemDocumentDocuments/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutManagementSystemDocumentDocumentFile 1 param → 400200404401403500
POST
/ManagementSystemDocumentDocuments/{documentNo}/checkin
CheckinManagementSystemDocumentDocumentFile 4 params body → 400200404401403500
POST
/ManagementSystemDocumentDocuments/zipArchive
ZipManagementSystemDocumentArchive 1 param body → 400200404401403500
ManagementSystemDocuments 16
GET
/ManagementSystemDocuments
Gets a list of ManagementSystemDocuments
GetManagementSystemDocuments 2 params → 200401403500
POST
/ManagementSystemDocuments
Creates a new managementSystemDocument record
CreateManagementSystemDocument body → 201400401403500
GET
/ManagementSystemDocuments/{ID}
Gets a specific ManagementSystemDocument
GetManagementSystemDocument 1 param → 200400404401403500
PUT
/ManagementSystemDocuments/{ID}
Updates an existing ManagementSystemDocument
UpdateManagementSystemDocument 1 param body → 200400401403500
DELETE
/ManagementSystemDocuments/{ID}
Deletes a managementSystemDocument record
1 param → 204400401403500
GET
/ManagementSystemDocuments/{ID}/history
Gets history for a specific ManagementSystemDocument
GetManagementSystemDocumentHistory 3 params → 200400404401403500
POST
/ManagementSystemDocuments/search
Search for ManagementSystemDocuments Takes a SearchDefinition input, which can include filters and sorting.
SearchManagementSystemDocuments 2 params body → 200401403500
POST
/ManagementSystemDocuments/searchCount
Returns number of hits in a search for ManagementSystemDocuments Takes a SearchDefinition input, which can include filters and sorting.
SearchCountManagementSystemDocuments body → 200401403500
POST
/ManagementSystemDocuments/searchIndex/{managementSystemDocumentGuid}
Get index of a record in a search for ManagementSystemDocuments Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexManagementSystemDocuments 1 param body → 200401403500
GET
/ManagementSystemDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoManagementSystemDocuments → 200500
GET
/ManagementSystemDocuments/{ID}/copy
Copies an existing managementSystemDocument to a new object
CopyManagementSystemDocument 1 param → 200400401403500
GET
/ManagementSystemDocuments/{id}/units
Gets the units from a specific ManagementSystemDocument.
GetManagementSystemDocumentUnits 1 param → 200400404401403500
GET
/ManagementSystemDocuments/{id}/affectedunits
Gets the units from a specific ManagementSystemDocument where the Draft property is set to false.
GetManagementSystemDocumentAffectedUnits 1 param → 200400404401403500
GET
/ManagementSystemDocuments/{ID}/approvers
Gets a specific ManagementSystemDocument
GetManagementSystemDocumentApprovers 1 param → 200400404401403500
GET
/ManagementSystemDocuments/{id}/revisionhistory
Gets the ManagementSystemDocument revision history
GetManagementSystemDocumentRevisionHistory 1 param → 200400404401403500
GET
/ManagementSystemDocuments/{id}/cancreatechangerequest
Returns if a change request can be created.
CanCreateChangeRequest 1 param → 200400404401403500
ManagementSystemPublish 11
POST
/ManagementSystemPublish/{managementSystemNo}/setup
SetupManagementSystemPublish 1 param body → 200400401403500
GET
/ManagementSystemPublish/{managementSystemNo}/publishunits
GetPublishUnits 1 param → 200400401403500
POST
/ManagementSystemPublish/{managementSystemNo}/validatePublishUnits
ValidatePublishUnits 1 param body → 200400401403500
POST
/ManagementSystemPublish/{managementSystemNo}/publishabledocuments
GetPublishableDocuments 1 param body → 200400401403500
POST
/ManagementSystemPublish/{managementSystemNo}/validatePublishDocuments
ValidatePublishDocuments 1 param body → 200400401403500
POST
/ManagementSystemPublish/{managementSystemNo}/initiatepublishtask
InitatePublishTask 1 param body → 200400401403500
POST
/ManagementSystemPublish/{managementSystemNo}/initiateindexdocumentstask
InitateIndexDocumentsTask 1 param body → 200400401403500
POST
/ManagementSystemPublish/{managementSystemNo}/intiateunitdeletion
IntiateUnitDeletion 1 param body → 200400401403500
GET
/ManagementSystemPublish/publishtask/{guid}
GetPublishTask 1 param → 200401403500
GET
/ManagementSystemPublish/{managementSystemNo}/{taskNo}
GetPublishTaskByTaskNo 2 params → 200401403500
POST
/ManagementSystemPublish/{managementSystemNo}/unlock
UnlockManagementSystem 1 param → 200401403500
ManagementSystemROCs 6
GET
/ManagementSystemROCs
Gets a list of ManagementSystemROCs
GetManagementSystemROCs 2 params → 200401403500
GET
/ManagementSystemROCs/{managementSystemRocNo}
Gets a specific ManagementSystemROC
GetManagementSystemROC 1 param → 200400404401403500
POST
/ManagementSystemROCs/search
Search for ManagementSystemROCs Takes a SearchDefinition input, which can include filters and sorting.
SearchManagementSystemROCs 2 params body → 200401403500
POST
/ManagementSystemROCs/searchCount
Returns number of hits in a search for ManagementSystemROCs Takes a SearchDefinition input, which can include filters and sorting.
SearchCountManagementSystemROCs body → 200401403500
GET
/ManagementSystemROCs/{managementSystemROCno}/pdf
Returns the specified Management System ROC's Preview File.
GetManagementSystemROCDocumentsPreview 1 param → 200400404401403500
GET
/ManagementSystemROCs/{managementSystemROCNo}/documents
Returns a list of Documents belonging to the ManagementSystemROC
GetManagementSystemROCDocuments 1 param → 200401403500
ManagementSystems 26
GET
/ManagementSystems
Gets a list of ManagementSystems
GetManagementSystemsList 2 params → 200401403500
POST
/ManagementSystems
Creates a new managementSystem record
CreateManagementSystem body → 201400401403500
GET
/ManagementSystems/{managementSystemNo}
Gets a specific ManagementSystem
GetManagementSystem 1 param → 200400404401403500
PUT
/ManagementSystems/{managementSystemNo}
Updates an existing ManagementSystem
UpdateManagementSystem 1 param body → 200400401403500
DELETE
/ManagementSystems/{managementSystemNo}
Deletes a managementSystem record
1 param → 204400401403500
GET
/ManagementSystems/{managementSystemNo}/history
Gets history for a specific ManagementSystem
GetManagementSystemHistory 3 params → 200400404401403500
POST
/ManagementSystems/search
Search for ManagementSystems Takes a SearchDefinition input, which can include filters and sorting.
SearchManagementSystems 2 params body → 200401403500
POST
/ManagementSystems/searchCount
Returns number of hits in a search for ManagementSystems Takes a SearchDefinition input, which can include filters and sorting.
SearchCountManagementSystems body → 200401403500
POST
/ManagementSystems/searchIndex/{managementSystemGuid}
Get index of a record in a search for ManagementSystems Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexManagementSystems 1 param body → 200401403500
GET
/ManagementSystems/searchInfo
Returns structured information about what and how you can search for
SearchInfoManagementSystems → 200500
GET
/ManagementSystems/{managementSystemNo}/copy
Copies an existing managementSystem to a new object
CopyManagementSystem 1 param → 200400401403500
GET
/ManagementSystems/GetManagementSystemsByUnitNo/{unitNo}
Gets managementSystems by unitNo
GetManagementSystemsByUnitNo 1 param → 200400401403500
GET
/ManagementSystems/{managementSystemNo}/confidentialities
Gets the Confidentialities for a specific Management System
GetManagementSystemConfidentialities 1 param → 200400404401403500
GET
/ManagementSystems/{managementSystemNo}/changeRequestUsers
Gets the ChangeRequestUsers for a specific Management System
GetManagementSystemChangeRequestUsers 1 param → 200400404401403500
GET
/ManagementSystems/{managementSystemNo}/units
Returns the units associated with the management system.
GetManagementSystemRelatedUnits 1 param → 200400404401403500
GET
/ManagementSystems/{managementSystemNo}/approvers
Returns the approvers of the management system.
GetManagementSystemApprovers 1 param → 200400404401403500
GET
/ManagementSystems/{managementSystemNo}/deletedUnits
Returns the deleted units associated with the management system.
GetManagementSystemDeletedUnits 1 param → 200400404401403500
GET
/ManagementSystems/{managementSystemNo}/publishTasks
GetManagementSystemPublishTasks 1 param → 200401403500
GET
/ManagementSystems/{managementSystemNo}/acknowledgers
Returns the acknowledgers of the management system.
GetManagementSystemAcknowledgers 1 param → 200400404401403500
GET
/ManagementSystems/{managementSystemNo}/acknowledgers/{acknowledgerno}/sections
Returns the acknowledgers of the management system.
GetManagementSystemAcknowledgerSections 2 params → 200400404401403500
GET
/ManagementSystems/{managementSystemNo}/image
1 param → 404400200401403500
POST
/ManagementSystems/{managementSystemNo}/image
1 param body → 404400500200401403
DELETE
/ManagementSystems/{managementSystemNo}/image
1 param → 404400500200401403
GET
/ManagementSystems/{managementSystemNo}/print/{unitNo}
Gets managementSystems by unitNo
PrintManagementSystem 2 params → 200400401403500
PUT
/ManagementSystems/MakeAvailableForAI/{managementSystemNo}
Marks an existing ManagementSystem as available for AI
MakeAvailableForAI 1 param → 200400401403500
PUT
/ManagementSystems/MakeUnavailableForAI/{managementSystemNo}
Marks an existing ManagementSystem as unavailable for AI
MakeUnavailableForAI 1 param → 200400401403500
ManagementSystemSections 13
GET
/ManagementSystemSections
Gets a list of ManagementSystemSections
GetManagementSystemSections 2 params → 200401403500
POST
/ManagementSystemSections
Creates a new managementSystemSection record
CreateManagementSystemSection body → 201400401403500
GET
/ManagementSystemSections/{ID}
Gets a specific ManagementSystemSection
GetManagementSystemSection 1 param → 200400404401403500
PUT
/ManagementSystemSections/{ID}
Updates an existing ManagementSystemSection
UpdateManagementSystemSection 1 param body → 200400401403500
DELETE
/ManagementSystemSections/{ID}
Deletes an managementSystemSection record
1 param → 204400401403500
GET
/ManagementSystemSections/{ID}/history
Gets history for a specific ManagementSystemSection
GetManagementSystemSectionHistory 3 params → 200400404401403500
POST
/ManagementSystemSections/search
Search for managementSystemSections Takes a SearchDefinition input, which can include filters and sorting.
SearchManagementSystemSections 2 params body → 200401403500
POST
/ManagementSystemSections/searchCount
Returns number of hits in a search for ManagementSystemSections Takes a SearchDefinition input, which can include filters and sorting.
SearchCountManagementSystemSections body → 200401403500
POST
/ManagementSystemSections/searchIndex/{managementSystemSectionGuid}
Get index of a record in a search for ManagementSystemSections Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexManagementSystemSections 1 param body → 200401403500
GET
/ManagementSystemSections/searchInfo
Returns structured information about what and how you can search for
SearchInfoManagementSystemSections → 200500
GET
/ManagementSystemSections/{ID}/copy
Copies an existing managementSystemSection to a new object
CopyManagementSystemSection 1 param → 200400401403500
GET
/ManagementSystemSections/{id}/revisionhistory
Gets the ManagementSystemSection revision history
GetRevisionHistory 1 param → 200400404401403500
GET
/ManagementSystemSections/{sectionId}/approvers
Returns a list of Approvers on the ManagementSystemSection
GetManagementSystemSectionApprovers 1 param → 200400404401403500
ManagementSystemTemplateDocuments 17
GET
/ManagementSystemTemplateDocuments
Gets a list of ManagementSystemTemplateDocuments
GetManagementSystemTemplateDocuments 2 params → 200401403500
POST
/ManagementSystemTemplateDocuments
Creates a new document record
CreateManagementSystemTemplateDocument 1 param body → 201400401403500
GET
/ManagementSystemTemplateDocuments/{documentNo}
Gets a specific ManagementSystemTemplateDocument
GetManagementSystemTemplateDocument 1 param → 200400404401403500
DELETE
/ManagementSystemTemplateDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
PUT
/ManagementSystemTemplateDocuments/{documentNo}
Updates an existing Document
UpdateManagementSystemTemplateDocument 1 param body → 200400401403500
POST
/ManagementSystemTemplateDocuments/searchIndex/{documentGuid}
Get index of a record in a search for ManagementSystemTemplateDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexManagementSystemTemplateDocuments 1 param body → 200401403500
GET
/ManagementSystemTemplateDocuments/{documentNo}/history
Gets history for a specific ManagementSystemTemplateDocument
GetManagementSystemTemplateDocumentHistory 3 params → 200400404401403500
POST
/ManagementSystemTemplateDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchManagementSystemTemplateDocuments 2 params body → 200401403500
POST
/ManagementSystemTemplateDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountManagementSystemTemplateDocuments body → 200401403500
GET
/ManagementSystemTemplateDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoManagementSystemTemplateDocuments → 200500
GET
/ManagementSystemTemplateDocuments/{documentNo}/pdf
GetManagementSystemTemplateDocumentPdf 1 param → 400200404401403500
GET
/ManagementSystemTemplateDocuments/{documentNo}/file
GetManagementSystemTemplateDocumentFile 2 params → 400200404401403500
POST
/ManagementSystemTemplateDocuments/{documentNo}/file
AddManagementSystemTemplateDocumentFile 1 param body → 400401403500
GET
/ManagementSystemTemplateDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetManagementSystemTemplateDocumentPdfGuid 2 params → 400200404401403500
GET
/ManagementSystemTemplateDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetManagementSystemTemplateDocumentFileGuid 3 params → 400200404401403500
PUT
/ManagementSystemTemplateDocuments/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutManagementSystemTemplateDocumentFile 1 param → 400200404401403500
POST
/ManagementSystemTemplateDocuments/{documentNo}/checkin
CheckinManagementSystemTemplateDocumentFile 4 params body → 400200404401403500
MasterDataManagement 4
GET
/MasterDataManagement/updatedinstances
GetUpdatedInstances → 200400401403500
POST
/MasterDataManagement/duplicatejobs
GetDuplicateJobs body → 200400401403500
POST
/MasterDataManagement/initiateupdateunitstask
InitiateUpdateUnitsTask body → 200400401403500
POST
/MasterDataManagement/initiatecopyunittask
InitiateCopyUnitTask body → 200400401403500
MasterDataManagementTasks 5
GET
/MasterDataManagementTasks/{taskNo}
Gets a specific MDM Task
GetMasterDataManagementTask 1 param → 200400404401403500
POST
/MasterDataManagementTasks/search
Search for MasterDataManagementTasks Takes a SearchDefinition input, which can include filters and sorting.
SearchMasterDataManagementTasks 2 params body → 200401403500
POST
/MasterDataManagementTasks/searchCount
Returns number of hits in a search for MasterDataManagementTasks Takes a SearchDefinition input, which can include filters and sorting.
SearchCountMasterDataManagementTasks body → 200401403500
POST
/MasterDataManagementTasks/searchIndex/{masterDataManagementTaskGuid}
Get index of a record in a search for MasterDataManagementTasks Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexMasterDataManagementTasks 1 param body → 200401403500
GET
/MasterDataManagementTasks/searchInfo
Returns structured information about what and how you can search for
SearchInfoMasterDataManagementTasks → 200500
MasterDataManagementTreeStructure 5
GET
/MasterDataManagementTreeStructure
GetMDMRootNodes → 200401403500
GET
/MasterDataManagementTreeStructure/{nodeType}/{visibleKey}/children
GetMDMChildren 2 params → 200401403500
GET
/MasterDataManagementTreeStructure/{nodeType}/{visibleKey}
Returns a tree structure from root to where the requested object is in the tree All nodes along the way is populated.
FindMDMNodeInTree 2 params → 200401403500
GET
/MasterDataManagementTreeStructure/{componentNo}/componenttree
Gets the full child component tree for the specified component no.
GetAllComponentNodeChildren 1 param → 200401403500
GET
/MasterDataManagementTreeStructure/{componentNo}/instances
GetUnitComponentInstances 3 params → 200401403500
MasterDataManagementUnitTreeStructure 2
GET
/MasterDataManagementUnitTreeStructure
GetTreeStructure → 200401403500
PUT
/MasterDataManagementUnitTreeStructure
UpdateTreeStructure body → 200401403500
MasterUnit 1
GET
/MasterUnit
Gets the MasterUnit object
GetMasterUnit → 200401500
MDMUnit 2
GET
/MDMUnit
Gets the MDM Unit object
GetMDMUnit → 200401500
PUT
/MDMUnit
Change Unit No and/or Name of MDM Unit
RenameMDMUnit body → 200400401403500
MeasurementLocations 11
GET
/MeasurementLocations
Gets a list of MeasurementLocations
GetMeasurementLocations 2 params → 200401403500
POST
/MeasurementLocations
Creates a new measurementLocation record
CreateMeasurementLocation body → 201400401403500
GET
/MeasurementLocations/{measurementLocationNo}
Gets a specific MeasurementLocation
GetMeasurementLocation 1 param → 200400404401403500
PUT
/MeasurementLocations/{measurementLocationNo}
Updates an existing MeasurementLocation
UpdateMeasurementLocation 1 param body → 200400401403500
DELETE
/MeasurementLocations/{measurementLocationNo}
Deletes a measurementLocation record
1 param → 204400401403500
GET
/MeasurementLocations/{measurementLocationNo}/history
Gets history for a specific MeasurementLocation
GetMeasurementLocationHistory 3 params → 200400404401403500
POST
/MeasurementLocations/search
Search for MeasurementLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchMeasurementLocations 2 params body → 200401403500
POST
/MeasurementLocations/searchIndex/{measurementLocationGuid}
Get index of a record in a search for measurementtype Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexMeasurementLocations 1 param body → 200401403500
POST
/MeasurementLocations/searchCount
Returns number of hits in a search for MeasurementLocations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountMeasurementLocations body → 200401403500
GET
/MeasurementLocations/searchInfo
Returns structured information about what and how you can search for
SearchInfoMeasurementLocations → 200500
GET
/MeasurementLocations/{measurementLocationNo}/copy
Copies an existing measurementLocation to a new object
CopyMeasurementLocation 1 param → 200400401403500
Measurements 19
GET
/Measurements
Gets a list of Measurements
GetMeasurements 2 params → 200401403500
POST
/Measurements
Creates a new measurement record
CreateMeasurement body → 201400401403500
GET
/Measurements/{measurementNo}
Gets a specific Measurement
GetMeasurement 1 param → 200400404401403500
PUT
/Measurements/{measurementNo}
Updates an existing Measurement
UpdateMeasurement 1 param body → 200400401403500
DELETE
/Measurements/{measurementNo}
Deletes a measurement record
1 param → 204400401403500
GET
/Measurements/{measurementNo}/history
Gets history for a specific Measurement
GetMeasurementHistory 3 params → 200400404401403500
POST
/Measurements/search
Search for Measurements Takes a SearchDefinition input, which can include filters and sorting.
SearchMeasurements 2 params body → 200401403500
POST
/Measurements/searchIndex/{measurementGuid}
Get index of a record in a search for measurements Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexMeasurements 1 param body → 200401403500
POST
/Measurements/searchCount
Returns number of hits in a search for Measurements Takes a SearchDefinition input, which can include filters and sorting.
SearchCountMeasurements body → 200401403500
GET
/Measurements/searchInfo
Returns structured information about what and how you can search for
SearchInfoMeasurements → 200500
GET
/Measurements/{measurementNo}/readings
Returns a the list of readings on the Measurement
GetMeasurementHistories 1 param → 200401403500
POST
/Measurements/{measurementNo}/readings
Performs a new Measurement History for the given measurement Will recalculate any related jobs
AddMeasurementReading 1 param body → 200400401403500
GET
/Measurements/{measurementNo}/readings/graph/{daysToCover}
Returns a list of Histories used on the Measurement prepared for graph
GetMeasurementHistoriesForGraph 2 params → 200401403500
GET
/Measurements/{measurementNo}/copy
Copies an existing Measurement to a new object
CopyMeasurement 1 param → 200400401403500
POST
/Measurements/appSubmit
Receive new Measurement History from new Job App
ReceiveMeasurementHistory body → 200400401403500
GET
/Measurements/{measurementNo}/usage
Gets usages for a specific Measurement
GetMeasurementUsages 1 param → 200400404401403500
POST
/Measurements/labels/{labelTemplateDocumentNo}
Gets the labels to print
PrintMeasurementLabels 1 param body → 400200404401403500
GET
/Measurements/labels/{labelTemplateDocumentNo}/{settingsKey}
Get the labels to print using ´settings key
GetMeasurementsLabelPdf 2 params → 400200404401403500
GET
/Measurements/{measurementNo}/trend/{fromDate}
Gets the trend of a Job's Measurement
GetMeasurementTrend 2 params → 200400404401403500
MeasurementTypes 11
GET
/MeasurementTypes
Gets a list of MeasurementTypes
GetMeasurementTypes 2 params → 200401403500
POST
/MeasurementTypes
Creates a new measurementType record
CreateMeasurementType body → 201400401403500
GET
/MeasurementTypes/{measurementTypeNo}
Gets a specific MeasurementType
GetMeasurementType 1 param → 200400404401403500
PUT
/MeasurementTypes/{measurementTypeNo}
Updates an existing MeasurementType
UpdateMeasurementType 1 param body → 200400401403500
DELETE
/MeasurementTypes/{measurementTypeNo}
Deletes a measurementType record
1 param → 204400401403500
GET
/MeasurementTypes/{measurementTypeNo}/history
Gets history for a specific MeasurementType
GetMeasurementTypeHistory 3 params → 200400404401403500
POST
/MeasurementTypes/search
Search for MeasurementTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchMeasurementTypes 2 params body → 200401403500
POST
/MeasurementTypes/searchIndex/{measurementTypeGuid}
Get index of a record in a search for measurementtype Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexMeasurementTypes 1 param body → 200401403500
POST
/MeasurementTypes/searchCount
Returns number of hits in a search for MeasurementTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountMeasurementTypes body → 200401403500
GET
/MeasurementTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoMeasurementTypes → 200500
GET
/MeasurementTypes/{measurementTypeNo}/copy
Copies an existing measurementType to a new object
CopyMeasurementType 1 param → 200400401403500
MeasuringUnits 11
GET
/MeasuringUnits
Gets a list of MeasuringUnits
GetMeasuringUnits 2 params → 200401403500
POST
/MeasuringUnits
Creates a new measuringUnit record
CreateMeasuringUnit body → 201400401403500
GET
/MeasuringUnits/{measuringUnitNo}
Gets a specific MeasuringUnit
GetMeasuringUnit 1 param → 200400404401403500
PUT
/MeasuringUnits/{measuringUnitNo}
Updates an existing MeasuringUnit
UpdateMeasuringUnit 1 param body → 200400401403500
DELETE
/MeasuringUnits/{measuringUnitNo}
Deletes a measuringUnit record
1 param → 204400401403500
GET
/MeasuringUnits/{measuringUnitNo}/history
Gets history for a specific MeasuringUnit
GetMeasuringUnitHistory 3 params → 200400404401403500
POST
/MeasuringUnits/search
Search for MeasuringUnits Takes a SearchDefinition input, which can include filters and sorting.
SearchMeasuringUnits 2 params body → 200401403500
POST
/MeasuringUnits/searchCount
Returns number of hits in a search for MeasuringUnits Takes a SearchDefinition input, which can include filters and sorting.
SearchCountMeasuringUnits body → 200401403500
POST
/MeasuringUnits/searchIndex/{measuringUnitGuid}
Get index of a record in a search for MeasuringUnit Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexMeasuringUnits 1 param body → 200401403500
GET
/MeasuringUnits/searchInfo
Returns structured information about what and how you can search for
SearchInfoMeasuringUnits → 200500
GET
/MeasuringUnits/{measuringUnitNo}/copy
Copies an existing measuringUnit to a new object
CopyMeasuringUnit 1 param → 200400401403500
OdsrbOperations 19
GET
/OdsrbOperations
Gets a list of OdsrbOperations
GetOdsrbOperations 2 params → 200401403500
POST
/OdsrbOperations
Creates a new OdsrbOperation
CreateOdsrbOperation body → 201400401403500
GET
/OdsrbOperations/{operationNo}
Gets a specific OdsrbOperation
GetOdsrbOperation 1 param → 200400404401403500
PUT
/OdsrbOperations/{operationNo}
Updates an existing OdsrbOperation
UpdateOdsrbOperation 1 param body → 200400401403500
DELETE
/OdsrbOperations/{operationNo}
Deletes a OdsrbOperation record
1 param body → 204400401403500
GET
/OdsrbOperations/{operationNo}/history
Gets history for a specific OdsrbOperation
GetOdsrbOperationHistory 3 params → 200400404401403500
POST
/OdsrbOperations/search
Search for OdsrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchOdsrbOperations 2 params body → 200401403500
POST
/OdsrbOperations/searchIndex/{OdsrbOperationGuid}
Get index of a record in a search for OdsrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexOdsrbOperations 1 param body → 200401403500
POST
/OdsrbOperations/searchCount
Returns number of hits in a search for OdsrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountOdsrbOperations body → 200401403500
GET
/OdsrbOperations/searchInfo
Returns structured information about what and how you can search for
SearchInfoOdsrbOperations → 200500
GET
/OdsrbOperations/{operationNo}/copy
Copies an existing OdsrbOperation to a new object
CopyOdsrbOperation 1 param → 200400401403500
GET
/OdsrbOperations/{operationNo}/Documents
Returns a list of Documents on the OdsrbOperation
GetOdsrbOperationDocumentLinks 1 param → 200401403500
GET
/OdsrbOperations/{operationNo}/Documents/{documentNo}
Returns a specific Document on the Certificate
GetOdsrbOperationDocumentLink 2 params → 200401403500
POST
/OdsrbOperations/GetPrintoutForOdsrbOperations
GetPrintoutForOdsrbOperations body → 200401403500
GET
/OdsrbOperations/GetLatestOdsrbOperationEndTime
Get the latest operation end time
GetLatestOdsrbOperationEndTime → 200401403500
GET
/OdsrbOperations/{operationNo}/Signers
Returns a list of Signers on the OdsrbOperation
GetOdsrbOperationSignersLinks 1 param → 200401403500
POST
/OdsrbOperations/GetPrintoutTableDataForOdsrbOperations
Gets a printout, based on a list of operationNo's
GetPrintoutTableDataForOdsrbOperations body → 200401403500
GET
/OdsrbOperations/{operationNo}/OdsrbReceivers
Returns a list of OdsrbReceivers on the OdsrbOperation
GetOdsrbOperationOdsrbReceiverLinks 1 param → 200401403500
POST
/OdsrbOperations/sign
Signs list of Operations
SignOdsrbOperations body → 200400401403500
OdsrbReceivers 12
GET
/OdsrbReceivers
Gets a list of Odsrb receivers
GetOdsrbReceivers 2 params → 200401403500
POST
/OdsrbReceivers
Creates a new OdsrbReceiver record
CreateOdsrbReceiver body → 201400401403500
GET
/OdsrbReceivers/{ReceiverNo}
Gets a specific OdsrbReceiver
GetOdsrbReceiver 1 param → 200400404401403500
PUT
/OdsrbReceivers/{ReceiverNo}
Updates an existing OdsrbReceiver
UpdateOdsrbReceiver 1 param body → 200400401403500
GET
/OdsrbReceivers/{ReceiverNo}/history
Gets history for a specific OdsrbReceiver
GetOdsrbReceiverHistory 3 params → 200400404401403500
POST
/OdsrbReceivers/search
Search for OdsrbReceivers Takes a SearchDefinition input, which can include filters and sorting.
SearchOdsrbReceivers 2 params body → 200401403500
POST
/OdsrbReceivers/searchIndex/{OdsrbReceiverGuid}
Get index of a record in a search for OdsrbReceivers Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexOdsrbReceivers 1 param body → 200401403500
POST
/OdsrbReceivers/searchCount
Returns number of hits in a search for OdsrbReceivers Takes a SearchDefinition input, which can include filters and sorting.
SearchCountOdsrbReceivers body → 200401403500
GET
/OdsrbReceivers/searchInfo
Returns structured information about what and how you can search for
SearchInfoOdsrbReceivers → 200500
GET
/OdsrbReceivers/{ReceiverNo}/copy
Copies an existing OdsrbReceiver to a new object
CopyOdsrbReceiver 1 param → 200400401403500
GET
/OdsrbReceivers/{ReceiverNo}/Documents
Returns a list of Documents on the OdsrbReceiver
GetOdsrbReceiverDocumentLinks 1 param → 200401403500
GET
/OdsrbReceivers/{ReceiverNo}/Documents/{documentNo}
Returns a specific Document on the OdsrbReceiver
GetOdsrbReceiverDocumentLink 2 params → 200401403500
OperationTypeConfigurations 7
GET
/OperationTypeConfigurations
Gets a list of OperationTypeConfigurations
GetOperationTypeConfigurations 2 params → 200401403500
GET
/OperationTypeConfigurations/{operationType}
Gets a specific OperationTypeConfiguration
GetOperationTypeConfiguration 1 param → 200400404401403500
POST
/OperationTypeConfigurations/Update
Bulk Updates a list of OperationTypeConfiguration
BulkUpdateOperationTypeConfiguration body → 200400401403500
GET
/OperationTypeConfigurations/{operationType}/tankOperationConfigurations
Gets a list of TankOperationConfigurations
GetTankOperationConfigurationsForOperationTypeConfiguration 1 param → 200401403500
GET
/OperationTypeConfigurations/{operationType}/signLevelConfigurations
Gets a list of SignLevelConfigurations
GetOperationTypeConfigurationSignLevelConfigurationsForOperationTypeConfiguration 1 param → 200401403500
POST
/OperationTypeConfigurations/operationConfigurationTree
Gets a hierarchical list of Logbooks - OperationTypeConfigurationGroups - OperationTypeConfigurations
GetOperationConfigurationTree body → 200401403500
POST
/OperationTypeConfigurations/operationConfigurationTree/{logbook}
Gets a hierarchical list of Logbooks - OperationTypeConfigurationGroups - OperationTypeConfigurations
GetOperationConfigurationTreeForLogbook 1 param body → 200401403500
Options 14
GET
/Options/labeltemplates
Gets all the LabelOptionsDocumentLink objects
GetAllLabelOptionsDocumentLinks → 200401500
GET
/Options/labeltemplates/{type}
Gets the LabelOptionsDocumentLink objects for the specified type
GetLabelOptionsDocumentLinks 1 param → 200401500
GET
/Options
Gets the Options object
GetOptions → 200401500
GET
/Options/{optionKey}
GetSingleOptionsValue 1 param → 200401500
PUT
/Options/{guid}
Updates the options object
UpdateOptions 1 param body → 200400401403500
GET
/Options/reportLogo
GetReportLogo → 200401500
POST
/Options/reportLogo
Update options Report Logo with a new image
UpdateReportLogo body → 200400401403500
POST
/Options/defaultreportLogo
Resets the report logo to the standard INEXTIA logo
SetDefaultReportLogo → 200400401403500
GET
/Options/shipdexresources
Gets all the ShipdexResources objects
GetAllShipdexResources → 200401500
GET
/Options/imagesettings
Gets all the ImageSettings objects
GetAllImageSettings → 200401500
GET
/Options/dynamicreporttemplates
Gets all the DynamicReportOptionsDocumentLink objects
GetAllDynamicReportOptionsDocumentLinks → 200401500
GET
/Options/dynamicreporttemplates/{type}
Gets the DynamicReportOptionsDocumentLink objects for the specified type
GetDynamicReportOptionsDocumentLinks 1 param → 200401500
POST
/Options/purchaseyearonunits
Changes purchase year options on all units for which the current user has access
SetPurchaseYearOnUnits 1 param → 200400401403500
POST
/Options/testPunchoutConnection
Test connection for punchout options
TestPunchoutConnectionIndustry body → 400404401403500
OptionsDynamicReportTemplates 19
GET
/OptionsDynamicReportTemplates
Gets a list of OptionsDynamicReportTemplates
GetOptionsDynamicReportTemplates 2 params → 200401403500
POST
/OptionsDynamicReportTemplates
Creates a new document record
CreateOptionsDynamicReportTemplate body → 201400401403500
GET
/OptionsDynamicReportTemplates/{documentNo}
Gets a specific OptionsDynamicReportTemplate
GetOptionsDynamicReportTemplate 1 param → 200400404401403500
PUT
/OptionsDynamicReportTemplates/{documentNo}
Updates an existing Document
UpdateOptionsDynamicReportTemplate 1 param body → 200400401403500
DELETE
/OptionsDynamicReportTemplates/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/OptionsDynamicReportTemplates/searchIndex/{documentGuid}
Get index of a record in a search for OptionsDynamicReportTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexOptionsDynamicReportTemplates 1 param body → 200401403500
GET
/OptionsDynamicReportTemplates/{documentNo}/history
Gets history for a specific OptionsDynamicReportTemplate
GetOptionsDynamicReportTemplateHistory 3 params → 200400404401403500
POST
/OptionsDynamicReportTemplates/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchOptionsDynamicReportTemplates 2 params body → 200401403500
POST
/OptionsDynamicReportTemplates/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountOptionsDynamicReportTemplates body → 200401403500
GET
/OptionsDynamicReportTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoOptionsDynamicReportTemplates → 200500
GET
/OptionsDynamicReportTemplates/{documentNo}/pdf
GetOptionsDynamicReportTemplatePdf 1 param → 400200404401403500
GET
/OptionsDynamicReportTemplates/{documentNo}/file
GetOptionsDynamicReportTemplateFile 2 params → 400200404401403500
POST
/OptionsDynamicReportTemplates/{documentNo}/file
AddOptionsDynamicReportTemplateFile 1 param body → 400401403500
GET
/OptionsDynamicReportTemplates/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetOptionsDynamicReportTemplatePdfGuid 2 params → 400200404401403500
GET
/OptionsDynamicReportTemplates/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetOptionsDynamicReportTemplateFileGuid 3 params → 400200404401403500
PUT
/OptionsDynamicReportTemplates/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutOptionsDynamicReportTemplateFile 1 param → 400200404401403500
POST
/OptionsDynamicReportTemplates/{documentNo}/checkin
CheckinOptionsDynamicReportTemplateFile 4 params body → 400200404401403500
GET
/OptionsDynamicReportTemplates/{documentNo}/copy
Copies an existing Document to a new object
CopyOptionsDynamicReportTemplate 1 param → 200400401403500
GET
/OptionsDynamicReportTemplates/{documentNo}/usage
Gets usages for a specific Document
GetOptionsDynamicReportTemplatesUsages 1 param → 200400404401403500
OptionsGlobals 3
GET
/OptionsGlobals
Gets the OptionsGlobals object
GetOptionsGlobals → 200401500
PUT
/OptionsGlobals/{guid}
Updates the options office object
UpdateOptionsGlobal 1 param body → 200400401403500
PUT
/OptionsGlobals/UpdateGlobalUnitOptions
Update Global options on all units
UpdateGlobalUnitOptions → 400401403500
OptionsOfficeDynamicReportTemplates 19
GET
/OptionsOfficeDynamicReportTemplates
Gets a list of OptionsOfficeDynamicReportTemplates
GetOptionsOfficeDynamicReportTemplates 2 params → 200401403500
POST
/OptionsOfficeDynamicReportTemplates
Creates a new document record
CreateOptionsOfficeDynamicReportTemplate body → 201400401403500
GET
/OptionsOfficeDynamicReportTemplates/{documentNo}
Gets a specific OptionsOfficeDynamicReportTemplate
GetOptionsOfficeDynamicReportTemplate 1 param → 200400404401403500
PUT
/OptionsOfficeDynamicReportTemplates/{documentNo}
Updates an existing Document
UpdateOptionsOfficeDynamicReportTemplate 1 param body → 200400401403500
DELETE
/OptionsOfficeDynamicReportTemplates/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/OptionsOfficeDynamicReportTemplates/searchIndex/{documentGuid}
Get index of a record in a search for OptionsOfficeDynamicReportTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexOptionsOfficeDynamicReportTemplates 1 param body → 200401403500
GET
/OptionsOfficeDynamicReportTemplates/{documentNo}/history
Gets history for a specific OptionsOfficeDynamicReportTemplate
GetOptionsOfficeDynamicReportTemplateHistory 3 params → 200400404401403500
POST
/OptionsOfficeDynamicReportTemplates/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchOptionsOfficeDynamicReportTemplates 2 params body → 200401403500
POST
/OptionsOfficeDynamicReportTemplates/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountOptionsOfficeDynamicReportTemplates body → 200401403500
GET
/OptionsOfficeDynamicReportTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoOptionsOfficeDynamicReportTemplates → 200500
GET
/OptionsOfficeDynamicReportTemplates/{documentNo}/pdf
GetOptionsOfficeDynamicReportTemplatePdf 1 param → 400200404401403500
GET
/OptionsOfficeDynamicReportTemplates/{documentNo}/file
GetOptionsOfficeDynamicReportTemplateFile 2 params → 400200404401403500
POST
/OptionsOfficeDynamicReportTemplates/{documentNo}/file
AddOptionsOfficeDynamicReportTemplateFile 1 param body → 400401403500
GET
/OptionsOfficeDynamicReportTemplates/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetOptionsOfficeDynamicReportTemplatePdfGuid 2 params → 400200404401403500
GET
/OptionsOfficeDynamicReportTemplates/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetOptionsOfficeDynamicReportTemplateFileGuid 3 params → 400200404401403500
PUT
/OptionsOfficeDynamicReportTemplates/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutOptionsOfficeDynamicReportTemplateFile 1 param → 400200404401403500
POST
/OptionsOfficeDynamicReportTemplates/{documentNo}/checkin
CheckinOptionsOfficeDynamicReportTemplateFile 4 params body → 400200404401403500
GET
/OptionsOfficeDynamicReportTemplates/{documentNo}/copy
Copies an existing Document to a new object
CopyOptionsOfficeDynamicReportTemplate 1 param → 200400401403500
GET
/OptionsOfficeDynamicReportTemplates/{documentNo}/usage
Gets usages for a specific Document
GetOptionsOfficeDynamicReportTemplatesUsages 1 param → 200400404401403500
OptionsOfficeLabelTemplates 19
GET
/OptionsOfficeLabelTemplates
Gets a list of OptionsOfficeLabelTemplates
GetOptionsOfficeLabelTemplates 2 params → 200401403500
POST
/OptionsOfficeLabelTemplates
Creates a new document record
CreateOptionsOfficeLabelTemplate body → 201400401403500
GET
/OptionsOfficeLabelTemplates/{documentNo}
Gets a specific OptionsOfficeLabelTemplate
GetOptionsOfficeLabelTemplate 1 param → 200400404401403500
PUT
/OptionsOfficeLabelTemplates/{documentNo}
Updates an existing Document
UpdateOptionsOfficeLabelTemplate 1 param body → 200400401403500
DELETE
/OptionsOfficeLabelTemplates/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/OptionsOfficeLabelTemplates/searchIndex/{documentGuid}
Get index of a record in a search for OptionsOfficeLabelTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexOptionsOfficeLabelTemplates 1 param body → 200401403500
GET
/OptionsOfficeLabelTemplates/{documentNo}/history
Gets history for a specific OptionsOfficeLabelTemplate
GetOptionsOfficeLabelTemplateHistory 3 params → 200400404401403500
POST
/OptionsOfficeLabelTemplates/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchOptionsOfficeLabelTemplates 2 params body → 200401403500
POST
/OptionsOfficeLabelTemplates/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountOptionsOfficeLabelTemplates body → 200401403500
GET
/OptionsOfficeLabelTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoOptionsOfficeLabelTemplates → 200500
GET
/OptionsOfficeLabelTemplates/{documentNo}/pdf
GetOptionsOfficeLabelTemplatePdf 1 param → 400200404401403500
GET
/OptionsOfficeLabelTemplates/{documentNo}/file
GetOptionsOfficeLabelTemplateFile 2 params → 400200404401403500
POST
/OptionsOfficeLabelTemplates/{documentNo}/file
AddOptionsOfficeLabelTemplateFile 1 param body → 400401403500
GET
/OptionsOfficeLabelTemplates/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetOptionsOfficeLabelTemplatePdfGuid 2 params → 400200404401403500
GET
/OptionsOfficeLabelTemplates/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetOptionsOfficeLabelTemplateFileGuid 3 params → 400200404401403500
PUT
/OptionsOfficeLabelTemplates/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutOptionsOfficeLabelTemplateFile 1 param → 400200404401403500
POST
/OptionsOfficeLabelTemplates/{documentNo}/checkin
CheckinOptionsOfficeLabelTemplateFile 4 params body → 400200404401403500
GET
/OptionsOfficeLabelTemplates/{documentNo}/copy
Copies an existing Document to a new object
CopyOptionsOfficeLabelTemplate 1 param → 200400401403500
GET
/OptionsOfficeLabelTemplates/{documentNo}/usage
Gets usages for a specific Document
GetOptionsOfficeLabelTemplatesUsages 1 param → 200400404401403500
OptionsOffices 11
GET
/OptionsOffices
Gets the OptionsOffices object
GetOptionsOffices → 200401500
PUT
/OptionsOffices/{guid}
Updates the options office object
UpdateOptionsOffice 1 param body → 200400401403500
GET
/OptionsOffices/imagesettings
Gets all the ElectronicLogbookSettings objects
GetAllOfficeImageSettings → 200401500
GET
/OptionsOffices/dynamicreporttemplates
Gets all the DynamicReportOptionsOfficeDocumentLink objects
GetAllDynamicReportOptionsOfficeDocumentLinks → 200401500
GET
/OptionsOffices/dynamicreporttemplates/{type}
Gets the DynamicReportOptionsOfficeDocumentLink objects for the specified type
GetDynamicReportOptionsOfficeDocumentLinks 1 param → 200401500
GET
/OptionsOffices/electronicLogbookSettings
Gets all the LogbookSettings objects
GetAllOfficeElectronicLogbookSettings → 200401500
GET
/OptionsOffices/evaluationThresholdSettings
Gets all the EvaluationThresholdSettings objects
GetAllOfficeEvaluationThresholdSettings → 200401500
POST
/OptionsOffices/testPunchoutConnection
Test connection for punchout options
TestPunchoutConnection body → 400404401403500
GET
/OptionsOffices/labeltemplates
Gets all the LabelOptionsOfficeDocumentLink objects
GetAllLabelOptionsOfficeDocumentLinks → 200401500
GET
/OptionsOffices/labeltemplates/{labelType}
Gets the LabelOptionsOfficeDocumentLink objects for the specified type on office options
GetLabelOptionsOfficeDocumentLinks 1 param → 200401500
POST
/OptionsOffices/test-ai-api-connection
AITestConnection body → 400404401403500
OrbNoons 13
GET
/OrbNoons
Gets a list of Noons
GetNoons 2 params → 200401403500
POST
/OrbNoons
Creates a new Noon record
CreateNoon body → 201400401403500
GET
/OrbNoons/{noonNo}
Gets a specific Noon
GetNoon 1 param → 200400404401403500
PUT
/OrbNoons/{noonNo}
Updates an existing Noon
UpdateNoon 1 param body → 200400401403500
POST
/OrbNoons/getByDate
Gets a specific Noon by date
GetNoonByDate body → 200400404401403500
GET
/OrbNoons/{noonNo}/history
Gets history for a specific Noon
GetNoonHistory 3 params → 200400404401403500
POST
/OrbNoons/search
Search for Noons Takes a SearchDefinition input, which can include filters and sorting.
SearchNoons 2 params body → 200401403500
POST
/OrbNoons/searchIndex/{noonGuid}
Get index of a record in a search for noons Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexNoons 2 params body → 200401403500
POST
/OrbNoons/searchCount
Returns number of hits in a search for Noons Takes a SearchDefinition input, which can include filters and sorting.
SearchCountNoons body → 200401403500
GET
/OrbNoons/searchInfo
Returns structured information about what and how you can search for
SearchInfoNoons → 200500
GET
/OrbNoons/{noonNo}/copy
Copies an existing Noon to a new object
CopyNoon 1 param → 200400401403500
GET
/OrbNoons/{noonNo}/FuelConsumption
Returns a list of FuelConsumption on the Noon
GetFuelConsumption 1 param → 200401403500
GET
/OrbNoons/{noonNo}/Desludgings
Returns a list of Desludgings on the Noon
GetDesludgings 1 param → 200401403500
OrbOperations 22
GET
/OrbOperations
Gets a list of OrbOperations
GetOrbOperations 2 params → 200401403500
POST
/OrbOperations
Creates a new orbOperation record together with Soundings
CreateOrbOperation body → 201400401403500
GET
/OrbOperations/{operationNo}
Gets a specific OrbOperation
GetOrbOperation 1 param → 200400404401403500
PUT
/OrbOperations/{operationNo}
Updates an existing OrbOperation
UpdateOrbOperation 1 param body → 200400401403500
DELETE
/OrbOperations/{operationNo}
Deletes a orbOperation record
1 param body → 204400401403500
GET
/OrbOperations/{operationNo}/history
Gets history for a specific OrbOperation
GetOrbOperationHistory 3 params → 200400404401403500
POST
/OrbOperations/search
Search for OrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchOrbOperations 2 params body → 200401403500
POST
/OrbOperations/searchIndex/{orbOperationGuid}
Get index of a record in a search for orbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexOrbOperations 1 param body → 200401403500
POST
/OrbOperations/searchCount
Returns number of hits in a search for OrbOperations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountOrbOperations body → 200401403500
GET
/OrbOperations/searchInfo
Returns structured information about what and how you can search for
SearchInfoOrbOperations → 200500
GET
/OrbOperations/{operationNo}/copy
Copies an existing OrbOperation to a new object
CopyOrbOperation 1 param → 200400401403500
DELETE
/OrbOperations/{operationNo}/force
Deletes a orbOperation record
1 param body → 204400401403500
GET
/OrbOperations/{operationNo}/Documents
Returns a list of Documents on the OrbOperation
GetOrbOperationDocumentLinks 1 param → 200401403500
GET
/OrbOperations/{operationNo}/Soundings
Returns a list of Soundings on the OrbOperation
GetOrbOperationSoundingLinks 1 param → 200401403500
GET
/OrbOperations/{operationNo}/Receivers
Returns a list of Receivers on the OrbOperation
GetOrbOperationReceiverLinks 1 param → 200401403500
GET
/OrbOperations/{operationNo}/SealSubSealPoints
Returns a list of SeaslSubSealPoints on the OrbOperation
GetOrbOperationSealSubSealPointLinks 1 param → 200401403500
GET
/OrbOperations/{operationNo}/Signers
Returns a list of Signers on the OrbOperation
GetOrbOperationSignersLinks 1 param → 200401403500
GET
/OrbOperations/{operationNo}/Documents/{documentNo}
Returns a specific Document on the Certificate
GetOrbOperationDocumentLink 2 params → 200401403500
POST
/OrbOperations/GetPrintoutForOperations
Gets a printout, based on a list of operationNo's
GetPrintoutForOperations body → 200401403500
GET
/OrbOperations/GetLatestOperationEndTime
Get the latest operation end time
GetLatestOperationEndTime → 200401403500
POST
/OrbOperations/GetPrintoutTableDataForOperations
Gets a printout, based on a list of operationNo's
GetPrintoutTableDataForOperations body → 200401403500
POST
/OrbOperations/sign
Signs list of Operations
SignOrbOperations body → 200400401403500
PackingUnits 11
GET
/PackingUnits
Gets a list of PackingUnits
GetPackingUnits 2 params → 200401403500
POST
/PackingUnits
Creates a new PackingUnit record
CreatePackingUnit body → 201400401403500
GET
/PackingUnits/{packingUnitNo}
Gets a specific PackingUnit
GetPackingUnit 1 param → 200400404401403500
PUT
/PackingUnits/{packingUnitNo}
Updates an existing PackingUnit
UpdatePackingUnit 1 param body → 200400401403500
DELETE
/PackingUnits/{packingUnitNo}
Deletes an PackingUnit record
1 param → 204400401403500
GET
/PackingUnits/{packingUnitNo}/history
Gets history for a specific PackingUnit
GetPackingUnitHistory 3 params → 200400404401403500
GET
/PackingUnits/searchInfo
Returns structured information about what and how you can search for
SearchInfoPackingUnits → 200500
POST
/PackingUnits/search
Search for PackingUnits Takes a SearchDefinition input, which can include filters and sorting.
SearchPackingUnits 2 params body → 200401403500
POST
/PackingUnits/searchCount
Returns number of hits in a search for PackingUnits Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPackingUnits body → 200401403500
POST
/PackingUnits/searchIndex/{packingUnitGuid}
Get index of a record in a search for PackingUnits Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPackingUnits 1 param body → 200401403500
GET
/PackingUnits/{packingUnitNo}/copy
Copies an existing PackingUnit to a new object
CopyPackingUnit 1 param → 200400401403500
PaymentConditions 11
GET
/PaymentConditions
Gets a list of Payment Conditions
GetPaymentConditions 2 params → 200401403500
POST
/PaymentConditions
Creates a new paymentCondition record
CreatePaymentCondition body → 201400401403500
GET
/PaymentConditions/{paymentConditionNo}
Gets a specific PaymentCondition
GetPaymentCondition 1 param → 200400404401403500
PUT
/PaymentConditions/{paymentConditionNo}
Updates an existing paymentCondition
UpdatePaymentCondition 1 param body → 200400401403500
DELETE
/PaymentConditions/{paymentConditionNo}
Deletes an paymentCondition record
1 param → 204400401403500
GET
/PaymentConditions/{paymentConditionNo}/history
Gets history for a specific PaymentCondition
GetPaymentConditionHistory 3 params → 200400404401403500
POST
/PaymentConditions/search
Search for paymentConditions Takes a SearchDefinition input, which can include filters and sorting.
SearchPaymentConditions 2 params body → 200401403500
POST
/PaymentConditions/searchCount
Returns number of hits in a search for PaymentConditions Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPaymentConditions body → 200401403500
POST
/PaymentConditions/searchIndex/{paymentConditionGuid}
Get index of a record in a search for PaymentConditions Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPaymentConditions 1 param body → 200401403500
GET
/PaymentConditions/searchInfo
Returns structured information about what and how you can search for
SearchInfoPaymentConditions → 200500
GET
/PaymentConditions/{paymentConditionNo}/copy
Copies an existing paymentCondition to a new object
CopyPaymentCondition 1 param → 200400401403500
Ports 11
GET
/Ports
Gets a list of Ports
GetPorts 2 params → 200401403500
POST
/Ports
Creates a new port record
CreatePort body → 201400401403500
GET
/Ports/{portCodeNo}
Gets a specific Port
GetPort 1 param → 200400404401403500
PUT
/Ports/{portCodeNo}
Updates an existing Port
UpdatePort 1 param body → 200400401403500
DELETE
/Ports/{portCodeNo}
Deletes an port record
1 param → 204400401403500
GET
/Ports/{portCodeNo}/history
Gets history for a specific Port
GetPortHistory 3 params → 200400404401403500
POST
/Ports/search
Search for ports Takes a SearchDefinition input, which can include filters and sorting.
SearchPorts 2 params body → 200401403500
POST
/Ports/searchCount
Returns number of hits in a search for Ports Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPorts body → 200401403500
POST
/Ports/searchIndex/{portGuid}
Get index of a record in a search for Ports Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPorts 1 param body → 200401403500
GET
/Ports/searchInfo
Returns structured information about what and how you can search for
SearchInfoPorts → 200500
GET
/Ports/{portCodeNo}/copy
Copies an existing port to a new object
CopyPort 1 param → 200400401403500
PostingPeriods 14
GET
/PostingPeriods
Gets a list of PostingPeriods
GetPostingPeriods 2 params → 200401403500
POST
/PostingPeriods
Creates a new PostingPeriod record
CreatePostingPeriod body → 201400401403500
GET
/PostingPeriods/{PostingPeriodNo}
Gets a specific PostingPeriod
GetPostingPeriod 1 param → 200400404401403500
GET
/PostingPeriods/{PostingPeriodNo}/history
Gets history for a specific PostindPeriod
GetPostingPeriodHistory 3 params → 200400404401403500
POST
/PostingPeriods/search
Search for PostingPeriods Takes a SearchDefinition input, which can include filters and sorting.
SearchPostingPeriods 2 params body → 200401403500
POST
/PostingPeriods/searchCount
Returns number of hits in a search for PostingPeriod Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPostingPeriods body → 200401403500
POST
/PostingPeriods/searchIndex/{postingPeriodGUID}
Get index of a record in a search for PostingPeriod Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPostingPeriods 1 param body → 200401403500
GET
/PostingPeriods/searchInfo
Returns structured information about what and how you can search for
SearchInfoPostingPeriods → 200500
PUT
/PostingPeriods/{postingPeriodNo}
Updates an existing PostingPeriod
UpdatePostingPeriod 1 param body → 200400401403500
DELETE
/PostingPeriods/{postingPeriodNo}
Deletes an PostingPeriod record
1 param → 204400401403500
GET
/PostingPeriods/{postingPeriodNo}/copy
Copies an existing PostingPeriod to a new object
CopyPostingPeriod 1 param → 200400401403500
GET
/PostingPeriods/{postingPeriodNo}/companies
Fetches all Companies attached to the posting period
GetPostingPeriodCompanies 1 param → 200401403500
GET
/PostingPeriods/{postingPeriodNo}/periods
Fetches all periods attached to the posting period
GetPostingPeriodPeriods 1 param → 200401403500
GET
/PostingPeriods/{invoiceNo}/openperiod
Get Open PostingPeriodPeriod for invoice
GetOpenPostingPeriodPeriodsForInvoice 1 param → 200401403500
PostponementReasons 12
GET
/PostponementReasons
Gets a list of PostponementReasons
GetPostponementReasons 2 params → 200401403500
POST
/PostponementReasons
Creates a new postponementReason record
CreatePostPonementReason body → 201400401403500
GET
/PostponementReasons/{postponementReasonNo}
Gets a specific PostponementReason
GetPostponementReason 1 param → 200400404401403500
PUT
/PostponementReasons/{postponementReasonNo}
Updates an existing PostponementReason
UpdatePostponementReason 1 param body → 200400401403500
DELETE
/PostponementReasons/{postponementReasonNo}
Deletes a postponementReason record
1 param → 204400401403500
GET
/PostponementReasons/{postponementReasonNo}/history
Gets history for a specific PostponementReason
GetPostponementReasonHistory 3 params → 200400404401403500
POST
/PostponementReasons/search
Search for PostponementReasons Takes a SearchDefinition input, which can include filters and sorting.
SearchPostponementReason 2 params body → 200401403500
POST
/PostponementReasons/searchCount
Returns number of hits in a search for PostponementReasons Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPostponementReasons body → 200401403500
GET
/PostponementReasons/searchInfo
Returns structured information about what and how you can search for
SearchInfoPostponementReasons → 200500
POST
/PostponementReasons/searchIndex/{postponementReasonGuid}
Get index of a record in a search for Components Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPostponementReasons 1 param body → 200401403500
GET
/PostponementReasons/{postponementReasonNo}/copy
Copies an existing PostponementReason to a new object
CopyPostponementReason 1 param → 200400401403500
DELETE
/PostponementReasons/{postponementReasonNo}/force
Force deletes a postponementReason record Force deleting records may cause existing records to contain invalid data, that needs adjustment before they can be saved
1 param → 204400401403500
Priorities 11
GET
/Priorities
Gets a list of Priorities
GetPriorities 2 params → 200401403500
POST
/Priorities
Creates a new priority record
CreatePriority body → 201400401403500
GET
/Priorities/{priorityNo}
Gets a specific Priority
GetPriority 1 param → 200400404401403500
PUT
/Priorities/{priorityNo}
Updates an existing Priority
UpdatePriority 1 param body → 200400401403500
DELETE
/Priorities/{priorityNo}
Deletes a priority record
1 param → 204400401403500
GET
/Priorities/{priorityNo}/history
Gets history for a specific Priority
GetPriorityHistory 3 params → 200400404401403500
POST
/Priorities/search
Search for Priorities Takes a SearchDefinition input, which can include filters and sorting.
SearchPriorities 2 params body → 200401403500
POST
/Priorities/searchIndex/{priorityGuid}
Get index of a record in a search for priorities Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPriorities 1 param body → 200401403500
POST
/Priorities/searchCount
Returns number of hits in a search for Priorities Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPriorities body → 200401403500
GET
/Priorities/searchInfo
Returns structured information about what and how you can search for
SearchInfoPriorities → 200500
GET
/Priorities/{priorityNo}/copy
Copies an existing Priority to a new object
CopyPriority 1 param → 200400401403500
Procedures 12
GET
/Procedures
Gets a list of Procedures
GetProcedures 2 params → 200401403500
POST
/Procedures
Creates a new procedure record
CreateProcedure body → 201400401403500
GET
/Procedures/{procedureNo}
Gets a specific Procedure
GetProcedure 1 param → 200400404401403500
PUT
/Procedures/{procedureNo}
Updates an existing Procedure
UpdateProcedure 1 param body → 200400401403500
DELETE
/Procedures/{procedureNo}
Deletes a procedure record
1 param → 204400401403500
GET
/Procedures/{procedureNo}/history
Gets history for a specific Procedure
GetProcedureHistory 3 params → 200400404401403500
POST
/Procedures/search
Search for Procedures Takes a SearchDefinition input, which can include filters and sorting.
SearchProcedures 2 params body → 200401403500
POST
/Procedures/searchIndex/{procedureGuid}
Get index of a record in a search for procedures Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexProcedures 1 param body → 200401403500
POST
/Procedures/searchCount
Returns number of hits in a search for Procedures Takes a SearchDefinition input, which can include filters and sorting.
SearchCountProcedures body → 200401403500
GET
/Procedures/searchInfo
Returns structured information about what and how you can search for
SearchInfoProcedures → 200500
GET
/Procedures/{procedureNo}/documents
Returns a list of Documents used on the Procedure
GetProcedureDocuments 1 param → 200401403500
GET
/Procedures/{procedureNo}/copy
Copies an existing Procedure to a new object
CopyProcedure 1 param → 200400401403500
Projects 13
GET
/Projects
Gets a list of Projects
GetProjects 2 params → 200401403500
POST
/Projects
Creates a new project record
CreateProject body → 201400401403500
GET
/Projects/{projectNo}
Gets a specific Project
GetProject 1 param → 200400404401403500
PUT
/Projects/{projectNo}
Updates an existing Project
UpdateProject 1 param body → 200400401403500
DELETE
/Projects/{projectNo}
Deletes an project record
1 param → 204400401403500
GET
/Projects/{projectNo}/history
Gets history for a specific Project
GetProjectHistory 3 params → 200400404401403500
POST
/Projects/search
Search for projects Takes a SearchDefinition input, which can include filters and sorting.
SearchProjects 2 params body → 200401403500
POST
/Projects/searchCount
Returns number of hits in a search for Projects Takes a SearchDefinition input, which can include filters and sorting.
SearchCountProjects body → 200401403500
POST
/Projects/searchIndex/{projectGuid}
Get index of a record in a search for Projects Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexProjects 1 param body → 200401403500
GET
/Projects/searchInfo
Returns structured information about what and how you can search for
SearchInfoProjects → 200500
GET
/Projects/{projectNo}/copy
Copies an existing project to a new object
CopyProject 1 param → 200400401403500
GET
/Projects/{projectNo}/units
Returns a list of ProjectUnits
GetProjectUnits 1 param → 200401403500
GET
/Projects/{projectNo}/stakeholders
Returns a list of ProjectStakeholders
GetProjectStakeholders 1 param → 200401403500
PurchaseGroups 11
GET
/PurchaseGroups
Gets a list of PurchaseGroups
GetPurchaseGroups 2 params → 200401403500
POST
/PurchaseGroups
Creates a new purchaseGroup record
CreatePurchaseGroup body → 201400401403500
GET
/PurchaseGroups/{purchaseGroupNo}
Gets a specific PurchaseGroup
GetPurchaseGroup 1 param → 200400404401403500
PUT
/PurchaseGroups/{purchaseGroupNo}
Updates an existing PurchaseGroup
UpdatePurchaseGroup 1 param body → 200400401403500
DELETE
/PurchaseGroups/{purchaseGroupNo}
Deletes an purchaseGroup record
1 param → 204400401403500
GET
/PurchaseGroups/{purchaseGroupNo}/history
Gets history for a specific PurchaseGroup
GetPurchaseGroupHistory 3 params → 200400404401403500
POST
/PurchaseGroups/search
Search for purchaseGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchPurchaseGroups 2 params body → 200401403500
POST
/PurchaseGroups/searchCount
Returns number of hits in a search for PurchaseGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPurchaseGroups body → 200401403500
POST
/PurchaseGroups/searchIndex/{purchaseGroupGuid}
Get index of a record in a search for PurchaseGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPurchaseGroups 1 param body → 200401403500
GET
/PurchaseGroups/searchInfo
Returns structured information about what and how you can search for
SearchInfoPurchaseGroups → 200500
GET
/PurchaseGroups/{purchaseGroupNo}/copy
Copies an existing purchaseGroup to a new object
CopyPurchaseGroup 1 param → 200400401403500
PurchaseOrderApprovals 4
POST
/PurchaseOrderApprovals/search
Search for Purchase Order Approvals Takes a SearchDefinition input, which can include filters and sorting.
SearchPurchaseOrderApprovals 2 params body → 200401403500
POST
/PurchaseOrderApprovals/searchCount
Returns number of hits in a search for PurchaseOrder Approvals Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPurchaseOrderApprovals body → 200401403500
POST
/PurchaseOrderApprovals/searchIndex/{purchaseOrderApprovalGuid}
Get index of a record in a search for PurchaseOrder Approvals Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPurchaseOrderApprovals 1 param body → 200401403500
GET
/PurchaseOrderApprovals/searchInfo
Returns structured information about what and how you can search for
SearchInfoPurchaseOrderApprovals → 200500
PurchaseOrderDeliveryCosts 4
POST
/PurchaseOrderDeliveryCosts/search
Search for Purchase Order Delivery Costs Takes a SearchDefinition input, which can include filters and sorting.
SearchPurchaseOrderDeliveryCosts 2 params body → 200401403500
POST
/PurchaseOrderDeliveryCosts/searchCount
Returns number of hits in a search for PurchaseOrder Delivery Costs Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPurchaseOrderDeliveryCosts body → 200401403500
POST
/PurchaseOrderDeliveryCosts/searchIndex/{purchaseOrderDeliveryCostGuid}
Get index of a record in a search for PurchaseOrder Delivery Costs Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPurchaseOrderDeliveryCosts 1 param body → 200401403500
GET
/PurchaseOrderDeliveryCosts/searchInfo
Returns structured information about what and how you can search for
SearchInfoPurchaseOrderDeliveryCosts → 200500
PurchaseOrderPositions 4
POST
/PurchaseOrderPositions/search
Search for requisition positions Takes a SearchDefinition input, which can include filters and sorting.
SearchPurchaseOrderPositions 2 params body → 200401403500
POST
/PurchaseOrderPositions/searchCount
Returns number of hits in a search for PurchaseOrder Positions Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPurchaseOrderPositions body → 200401403500
POST
/PurchaseOrderPositions/searchIndex/{requisitionPositionGuid}
Get index of a record in a search for PurchaseOrder Positions Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPurchaseOrderPositions 1 param body → 200401403500
GET
/PurchaseOrderPositions/searchInfo
Returns structured information about what and how you can search for
SearchInfoPurchaseOrderPositions → 200500
PurchaseOrders 71
GET
/PurchaseOrders
Gets a list of PurchaseOrders
GetPurchaseOrders 2 params → 200401403500
POST
/PurchaseOrders
Creates a new purchaseOrder record
CreatePurchaseOrder body → 201400401403500
GET
/PurchaseOrders/{purchaseOrderNo}
Gets a specific PurchaseOrder
GetPurchaseOrder 1 param → 200400404401403500
PUT
/PurchaseOrders/{purchaseOrderNo}
Updates an existing PurchaseOrder
UpdatePurchaseOrder 1 param body → 200400401403500
DELETE
/PurchaseOrders/{purchaseOrderNo}
Deletes an purchaseOrder record
1 param → 204400401403500
POST
/PurchaseOrders/search
Search for PurchaseOrders Takes a SearchDefinition input, which can include filters and sorting.
SearchPurchaseOrders 2 params body → 200401403500
POST
/PurchaseOrders/searchIndex/{purchaseOrderGuid}
Get index of a record in a search for purchaseOrders Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPurchaseOrders 1 param body → 200401403500
POST
/PurchaseOrders/searchCount
Returns number of hits in a search for PurchaseOrders Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPurchaseOrders body → 200401403500
GET
/PurchaseOrders/searchInfo
Returns structured information about what and how you can search for
SearchInfoPurchaseOrders → 200500
GET
/PurchaseOrders/{purchaseOrderNo}/positions
Gets a list of PurchaseOrders positions
GetPurchaseOrderPositions 1 param → 200401403500
POST
/PurchaseOrders/{purchaseOrderNo}/receive
Received positions on the PurchaseOrder with PurchaseOrderNo. Reception contains information about each position to receive. Either total of rejected and received items, or a delta to let API summari…
ReceivePurchaseOrder 1 param body → 200400401403500
GET
/PurchaseOrders/{purchaseOrderNo}/allowReceive
AllowReceivePurchaseOrder 1 param → 200400401403500
GET
/PurchaseOrders/{purchaseOrderNo}/history
Gets history for a specific Purchase Order
GetPurchaseOrderHistory 3 params → 200400404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/copy
Copies an existing purchaseOrder to a new object
CopyPurchaseOrder 1 param → 200400401403500
GET
/PurchaseOrders/{purchaseOrderNo}/positions/{positionNo}
Returns a specific purchase order position
GetPurchaseOrderPosition 2 params → 200404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/documents
Returns a list of Documents used on the PurchaseOrder
GetPurchaseOrderDocuments 1 param → 200401403500
GET
/PurchaseOrders/{purchaseOrderNo}/responses
Gets a list of Purchase Order Responses
GetPurchaseOrderResponses 1 param → 200401403500
GET
/PurchaseOrders/{purchaseOrderNo}/responses/count
Returns number of PurchaseOrderResponses for purchaseOrderNo
CountPurchaseOrderResponses 1 param → 200401403500
POST
/purchaseorders/{purchaseOrderNo}/responses
Add response
AddPurchaseOrderResponse 1 param body → 400200401403500
POST
/purchaseorders/{purchaseOrderNo}/sendtoemail
Send purchase order to supplier
SendPurchaseOrderToEmail 1 param body → 400401403500
GET
/PurchaseOrders/{purchaseOrderNo}/purchaseordermailattachments
Gets usages for a specific Document
GetAttachmentsForPurchaseOrder 1 param → 200400404401403500
POST
/PurchaseOrders/{purchaseOrderNo}/placeorder
PurchaseOrderPlaceOrder 1 param body → 200400404401403500
POST
/PurchaseOrders/{purchaseOrderNo}/openForChanges
Opens an already ordered PurchaseOrder to be able to make changes and subsequently reorder it.
PurchaseOrderOpenForChanges 1 param → 200400404401403500
POST
/PurchaseOrders/{purchaseOrderNo}/approveChanges
Approves changes to PurchaseOrder and re-orders the PurchaseOrder again
PurchaseOrderApproveChanges 1 param body → 200400404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/deliverycosts
Gets a list of Purchas Order delivery costs
GetPurchaseOrderDeliveryCosts 3 params → 200401403500
GET
/PurchaseOrders/{purchaseOrderNo}/requestForQuotes
Returns a list of Request For Quotes used on the Purchase Order
GetPurchaseOrderRequestForQuotes 1 param → 200401403500
GET
/PurchaseOrders/{purchaseOrderNo}/requisitions
Returns a list of Requisitions used on the Purchase Order
GetPurchaseOrderRequisitions 1 param → 200401403500
GET
/PurchaseOrders/{purchaseOrderNo}/approvals
Gets a list of Purchas Order approvals
GetPurchaseOrderApprovals 3 params → 200401403500
POST
/PurchaseOrders/{purchaseOrderNo}/cancelorder
PurchaseOrderCancelOrder 1 param → 200400404401403500
GET
/PurchaseOrders/reports
GetPurchaseOrderReportsFromUserSettings 2 params → 400200404401403500
GET
/PurchaseOrders/{poNos}/reports
GetPurchaseOrderReports 3 params → 400200404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/calculatedFields
GetPurchaseOrderCalculatedFields 1 param → 200401403500
GET
/PurchaseOrders/{purchaseOrderNo}/positions/calculatedFields
GetPurchaseOrderPositionsCalculatedFields 3 params → 200401403500
GET
/PurchaseOrders/{purchaseOrderNo}/positions/{positionNo}/calculatedFields
GetPurchaseOrderPositionCalculatedFields 2 params → 200401403500
POST
/PurchaseOrders/{purchaseOrderNo}/approveFromApprovalWeb
Approve Purchase Order
ApprovePurchaseOrderFromApprovalWeb 1 param → 400401403500
GET
/PurchaseOrders/{purchaseOrderNo}/setupPlaceOrder
Determine if a purchase order can be ordered
PurchaseOrderSetupPlaceOrder 1 param → 200400404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/allowCancelOrder
Determine if a purchase order can be cancelled
PurchaseOrderAllowCancelOrder 1 param → 200400404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/setupApproveChanges
Determine if the user can Approve Changes on the Purchase Order
PurchaseOrderSetupApproveChanges 1 param → 200400404401403500
POST
/PurchaseOrders/{purchaseOrderNo}/mail
Get the Purchase Order Mail used as template for Send To Supplier
PurchaseOrderMail 1 param body → 200400404401403500
POST
/PurchaseOrders/{purchaseOrderNo}/addremark
Adds a Remark to the Purchase Order
PurchaseOrdernAddRemark 1 param body → 200400401403500
POST
/PurchaseOrders/getExistingForCombine
Get list of existing PO's for adding applied REQ positions
PurchaseOrderGetExistingForCombine body → 200400404401403500
POST
/PurchaseOrders/combineRequisitionPositions
Combines requisition positions into a Purchase Order
PurchaseOrderCombineRequisitionPositions body → 200400404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/purchaseOrderUnits
Gets a list of Purchase Order Units
GetPurchaseOrderUnits 3 params → 200401403500
GET
/PurchaseOrders/{purchaseOrderNo}/purchaseOrderSharedUnits
Gets a list of Purchase Order Units
GetPurchaseOrderSharedUnits 3 params → 200401403500
POST
/PurchaseOrders/{purchaseOrderNo}/resendToSupplier
PurchaseOrderResendToSupplier 1 param body → 200400404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/allowsendreminder
Determine if a reminder can be sent for a purchase order
AllowSendReminder 1 param → 200400404401403500
POST
/PurchaseOrders/{purchaseOrderNo}/sendreminder
Send manual reminder to supplier for a purchase order
SendReminder 1 param → 200400404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/allowforwardforpriceapproval
Determine if a purchase order can be forwarded for price approval
AllowForwardForPriceApproval 1 param → 200400404401403500
POST
/PurchaseOrders/{purchaseOrderNo}/forwardforpriceapproval
ForwardForPriceApproval 1 param body → 200400404401403500
POST
/PurchaseOrders/{purchaseOrderNo}/sendnotification
Send a notification mail
SendPurchaseOrderNotification 1 param body → 400401403500
GET
/PurchaseOrders/{purchaseOrderNo}/allowpriceapproval
Determine if a purchase order can be price approved
AllowPriceApproval 1 param → 200400404401403500
POST
/PurchaseOrders/{purchaseOrderNo}/priceapprove
Price Approve a Purchase order
PriceApprove 1 param body → 200400404401403500
GET
/PurchaseOrders/propertyDefinitions
Get a list of PropertyDefinitions
GetPurchaseOrderPropertyDefinitions → 200401500
POST
/PurchaseOrders/propertyDefinitions
Creates a new PropertyDefinition record
CreatePurchaseOrderPropertyDefinition body → 201400401403500
GET
/PurchaseOrders/propertyDefinitions/{propertyDefinitionGuid}
Gets a specific PropertyDefinition
GetPurchaseOrderPropertyDefinition 1 param → 200400404401500
PUT
/PurchaseOrders/propertyDefinitions/{propertyDefinitionGuid}
Updates an existing PropertyDefinition
UpdatePurchaseOrderPropertyDefinition 1 param body → 200400401403500
DELETE
/PurchaseOrders/propertyDefinitions/{propertyDefinitionGuid}
Deletes a PropertyDefinition record
DeletePurchaseOrderPropertyDefinition 1 param → 200401403500
GET
/PurchaseOrders/propertyDefinitions/{propertyDefinitionGuid}/listValues
Returns a list of values for a PropertyDefinition
GetPurchaseOrderPropertyDefinitionListValues 2 params → 200401500
DELETE
/PurchaseOrders/propertyDefinitions/{propertyDefinitionGuid}/force
Force Deletes a PropertyDefinition record
ForceDeletePurchaseOrderPropertyDefinition 1 param → 200401403500
GET
/PurchaseOrders/propertyDefinitions/{propertyName}/available
Lookup if PropertyName of a PropertyDefinition is not already in use and therefore available to be used
PurchaseOrderPropertyNameAvailable 1 param → 200401500
POST
/PurchaseOrders/screenLayout
Bulk updates screenlayout and a list of Property Definitions. The endpoint handles whether or not to create or update each record in the requst.
BulkUpdatePurchaseOrderScreenLayout body → 201400401403500
POST
/PurchaseOrders/createOrUpdateOrderedPurchaseOrder
Creates a new purchase order record if it does not exist, or updates it if it does. Then an attempt to place order on the purchase order will be made.
CreateOrUpdateOrderedPurchaseOrder body → 201400401403500
POST
/PurchaseOrders/{purchaseOrderGuid}/addDocuments
Updates an existing finalized PurchaseOrder with documents
PurchaseOrderAddDocuments 1 param body → 200400401403500
GET
/PurchaseOrders/{purchaseOrderNo}/resetApprovalSetup
Resets approval setup on a purchaseOrder
ResetApprovalSetup 1 param → 200400404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/allowApproveChanges
Check if the user is allowed to approve changes.
AllowApproveChanges 1 param → 200400404401403500
GET
/PurchaseOrders/{purchaseOrderNo}/standardTexts
GetPurchaseOrderStandardTexts 1 param → 200401403500
POST
/PurchaseOrders/{purchaseOrderNo}/punchout
Execute PunchOut
GetPunchOutPurchaseOrder 1 param body → 200400401403500
GET
/PurchaseOrders/{purchaseOrderNo}/getpunchoutpositions
Get PunchOut Positions
GetPurchaseOrderPunchOutPositions 1 param → 200400401403500
POST
/PurchaseOrders/{purchaseOrderNo}/returnpunchouttodraft
Return PunchOut to Draft
ReturnPurchaseOrderPuchOutToDraft 1 param → 200400401403500
POST
/PurchaseOrders/{purchaseOrderNo}/createCarrier
Creates Carrier(s) for a Purchase Order, with CarrierPositions for each PO Position. If the PO is shared, creates one Carrier per shared unit. Optionally sets TransitReceivedQuantity.
CreateCarrierForPurchaseOrder 2 params → 200400401403500
POST
/PurchaseOrders/{purchaseOrderNo}/setupCarrier/{carrierNo}
Setup an existing Carrier for a Purchase Order, with CarrierPositions for each PO Position. If the PO is shared, cannot proceed. Optionally sets TransitReceivedQuantity.
SetupCarrierForPurchaseOrder 3 params → 200400404401403500
PurchaseTypes 13
GET
/PurchaseTypes
Gets a list of PurchaseTypes
GetPurchaseTypes 2 params → 200401403500
POST
/PurchaseTypes
Creates a new purchaseType record
CreatePurchaseType body → 201400401403500
GET
/PurchaseTypes/{purchaseTypeNo}
Gets a specific PurchaseType
GetPurchaseType 1 param → 200400404401403500
PUT
/PurchaseTypes/{purchaseTypeNo}
Updates an existing PurchaseType
UpdatePurchaseType 1 param body → 200400401403500
DELETE
/PurchaseTypes/{purchaseTypeNo}
Deletes an purchaseType record
1 param → 204400401403500
GET
/PurchaseTypes/{purchaseTypeNo}/history
Gets history for a specific PurchaseType
GetPurchaseTypeHistory 3 params → 200400404401403500
POST
/PurchaseTypes/search
Search for purchaseTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchPurchaseTypes 2 params body → 200401403500
POST
/PurchaseTypes/searchCount
Returns number of hits in a search for PurchaseTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountPurchaseTypes body → 200401403500
POST
/PurchaseTypes/searchIndex/{purchaseTypeGuid}
Get index of a record in a search for PurchaseTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexPurchaseTypes 1 param body → 200401403500
GET
/PurchaseTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoPurchaseTypes → 200500
GET
/PurchaseTypes/{purchaseTypeNo}/copy
Copies an existing purchaseType to a new object
CopyPurchaseType 1 param → 200400401403500
GET
/PurchaseTypes/{purchaseTypeNo}/unitfilters
Fetches all Unit Filters attached to the Purchase Type
GetPurchaseTypeUnitFilters 1 param → 200401403500
GET
/PurchaseTypes/{purchaseTypeNo}/companyUnits
Fetches all Company Units attached to the Purchase Type
GetPurchaseTypeCompanyUnits 1 param → 200401403500
Purifiers 11
GET
/Purifiers
GetPurifiers 2 params → 200401403500
POST
/Purifiers
CreatePurifier body → 201400401403500
GET
/Purifiers/{purifierNo}
GetPurifier 1 param → 200400404401403500
PUT
/Purifiers/{purifierNo}
UpdatePurifier 1 param body → 200400401403500
DELETE
/Purifiers/{purifierNo}
1 param → 204400401403500
GET
/Purifiers/{purifierNo}/history
GetPurifierHistory 3 params → 200400404401403500
POST
/Purifiers/search
SearchPurifiers 2 params body → 200401403500
POST
/Purifiers/searchIndex/{purifierGuid}
SearchIndexPurifierGuid 1 param body → 200401403500
POST
/Purifiers/searchCount
SearchCountPurifiers body → 200401403500
GET
/Purifiers/searchInfo
SearchInfoPurifiers → 200500
GET
/Purifiers/{purifierNo}/copy
CopyPurifier 1 param → 200400401403500
Receivers 12
GET
/Receivers
Gets a list of Receivers
GetReceivers 2 params → 200401403500
POST
/Receivers
Creates a new receiver record
CreateReceiver body → 201400401403500
GET
/Receivers/{receiverNo}
Gets a specific Receiver
GetReceiver 1 param → 200400404401403500
PUT
/Receivers/{receiverNo}
Updates an existing Receiver
UpdateReceiver 1 param body → 200400401403500
GET
/Receivers/{receiverNo}/history
Gets history for a specific Receiver
GetReceiverHistory 3 params → 200400404401403500
POST
/Receivers/search
Search for Receivers Takes a SearchDefinition input, which can include filters and sorting.
SearchReceivers 2 params body → 200401403500
POST
/Receivers/searchIndex/{receiverGuid}
Get index of a record in a search for receivers Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexReceivers 1 param body → 200401403500
POST
/Receivers/searchCount
Returns number of hits in a search for Receivers Takes a SearchDefinition input, which can include filters and sorting.
SearchCountReceivers body → 200401403500
GET
/Receivers/searchInfo
Returns structured information about what and how you can search for
SearchInfoReceivers → 200500
GET
/Receivers/{receiverNo}/copy
Copies an existing Receiver to a new object
CopyReceiver 1 param → 200400401403500
GET
/Receivers/{receiverNo}/Documents
Returns a list of Documents on the Receiver
GetReceiverDocumentLinks 1 param → 200401403500
GET
/Receivers/{receiverNo}/Documents/{documentNo}
Returns a specific Document on the Receiver
GetReceiverDocumentLink 2 params → 200401403500
RejectReasons 12
GET
/RejectReasons
Gets a list of RejectReasons
GetRejectReasons 2 params → 200401403500
POST
/RejectReasons
Creates a new rejectReason record
CreateRejectReason body → 201400401403500
GET
/RejectReasons/{reasonNo}
Gets a specific RejectReason
GetRejectReason 1 param → 200400404401403500
PUT
/RejectReasons/{reasonNo}
Updates an existing RejectReason
UpdateRejectReason 1 param body → 200400401403500
DELETE
/RejectReasons/{reasonNo}
Deletes a rejectReason record
1 param → 204400401403500
GET
/RejectReasons/{reasonNo}/history
Gets history for a specific RejectReason
GetRejectReasonHistory 3 params → 200400404401403500
POST
/RejectReasons/search
Search for RejectReasons Takes a SearchDefinition input, which can include filters and sorting.
SearchRejectReasons 2 params body → 200401403500
POST
/RejectReasons/searchIndex/{reasonGuid}
Get index of a record in a search for rejectReasons Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexRejectReasons 1 param body → 200401403500
POST
/RejectReasons/searchCount
Returns number of hits in a search for RejectReasons Takes a SearchDefinition input, which can include filters and sorting.
SearchCountRejectReasons body → 200401403500
GET
/RejectReasons/searchInfo
Returns structured information about what and how you can search for
SearchInfoRejectReasons → 200500
GET
/RejectReasons/{reasonNo}/copy
Copies an existing RejectReason to a new object
CopyRejectReason 1 param → 200400401403500
GET
/RejectReasons/{reasonNo}/restrictions
Fetches all restriction types attached to the rejection reason
GetRejectReasonRestrictions 1 param → 200401403500
Reminders 7
GET
/Reminders
Gets a list of reminders
GetReminders 2 params → 200401403500
POST
/Reminders/search
Search for reminders Takes a SearchDefinition input, which can include filters and sorting.
SearchReminders 2 params body → 200401403500
POST
/Reminders/searchCount
Returns number of hits in a search for reminders Takes a SearchDefinition input, which can include filters and sorting.
SearchCountReminders body → 200401403500
POST
/Reminders/searchIndex/{reminderGuid}
Get index of a record in a search for reminders Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexReminders 1 param body → 200401403500
GET
/Reminders/searchInfo
Returns structured information about what and how you can search for
SearchInfoReminders → 200500
POST
/Reminders/actions/generate
Generates reminders based on current data
GenerateReminders → 204401403500
GET
/Reminders/{reminderGuid}/emaildetails
Gets email details for a specific reminder
GetReminderEmailDetails 1 param → 200400404401403500
RequestForQuotes 33
GET
/RequestForQuotes
Gets a list of Requiositions
GetRequestForQuotes 2 params → 200401403500
POST
/RequestForQuotes
Creates a new requestForQuote record
CreateRequestForQuote body → 201400401403500
GET
/RequestForQuotes/{requestForQuoteNo}
Gets a specific RequestForQuote
GetRequestForQuote 1 param → 200400404401403500
PUT
/RequestForQuotes/{requestForQuoteNo}
Updates an existing requestForQuote
UpdateRequestForQuote 1 param body → 200400401403500
DELETE
/RequestForQuotes/{requestForQuoteNo}
Deletes an requestForQuote record
1 param → 204400401403500
GET
/RequestForQuotes/{requestForQuoteNo}/history
Gets history for a specific RequestForQuote
GetRequestForQuoteHistory 3 params → 200400404401403500
POST
/RequestForQuotes/search
Search for requestForQuotes Takes a SearchDefinition input, which can include filters and sorting.
SearchRequestForQuotes 2 params body → 200401403500
POST
/RequestForQuotes/searchCount
Returns number of hits in a search for RequestForQuotes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountRequestForQuotes body → 200401403500
POST
/RequestForQuotes/searchIndex/{requestForQuoteGuid}
Get index of a record in a search for RequestForQuotes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexRequestForQuotes 1 param body → 200401403500
GET
/RequestForQuotes/searchInfo
Returns structured information about what and how you can search for
SearchInfoRequestForQuotes → 200500
GET
/RequestForQuotes/{requestForQuoteNo}/copy
Copies an existing requestForQuote to a new object
CopyRequestForQuote 1 param → 200400401403500
GET
/RequestForQuotes/{requestForQuoteNo}/standardTexts
Gets a list of RFQ standard texts
GetRequestForQuoteStandardTexts 1 param → 200401403500
GET
/RequestForQuotes/{requestForQuoteNo}/deliveryCosts
Gets a list of RFQ delivery costs
GetRequestForQuoteDeliveryCosts 1 param → 200401403500
GET
/RequestForQuotes/{requestForQuoteNo}/responses
Gets a list of requestForQuote responses
GetRequestForQuoteResponses 1 param → 200401403500
GET
/RequestForQuotes/{requestForQuoteNo}/responses/count
Returns number of RequestForQuoteResponses for RequestForQuoteNo
CountRequestForQuoteResponses 1 param → 200401403500
POST
/RequestForQuotes/{requestForQuoteNo}/addResponse
Add response
AddRequestForQuoteResponse 1 param body → 400200401403500
GET
/RequestForQuotes/{requestForQuoteNo}/positions
Gets a list of RequestForQuote positions
GetRequestForQuotePositions 1 param → 200401403500
GET
/RequestForQuotes/{requestForQuoteNo}/documents
Returns a list of Documents used on the RequestForQuote
GetRequestForQuoteDocuments 1 param → 200401403500
POST
/RequestForQuotes/createrfqs
Creates RFQ's from a Requisition. A RFQ will be created for each supplier argument.
CreateRfqs body → 200400404401403500
GET
/RequestForQuotes/{requestForQuoteNo}/requisitions
Gets a list of linked Requisitions
GetRequestForQuoteRequisitions 3 params → 200401403500
GET
/RequestForQuotes/{requestForQuoteNo}/purchaseOrders
Returns a list of Purchase Orders used on the RequestForQuote
GetRequestForQuotePurchaseOrders 1 param → 200401403500
GET
/RequestForQuotes/reports
Gets dynamic reports to print
GetRequestForQuoteReportsFromUserSettings 2 params → 400200404401403500
GET
/RequestForQuotes/{requestForQuoteNos}/reports
Gets dynamic reports to print
GetRequestForQuoteReports 3 params → 400200404401403500
POST
/requestforquotes/{requestForQuoteNo}/sendtoemail
Send request for quote to supplier
SendRequestForQuoteToEmail 1 param body → 400401403500
GET
/RequestForQuotes/{requestForQuoteNo}/requestforquotemailattachments
Gets usages for a specific Document
GetAttachmentsForRequestForQuote 1 param → 200400404401403500
GET
/RequestForQuotes/{requestForQuoteNo}/setupCreatePurchaseOrder
Determine if a Purchase Order can be created
RequestForQuoteSetupCreatePurchaseOrder 1 param → 200400404401403500
POST
/RequestForQuotes/{requestForQuoteNo}/createPurchaseOrder
Create a Purchase Order
RequestForQuoteCreatePurchaseOrder 1 param body → 200400404401403500
POST
/RequestForQuotes/{requestForQuoteNo}/changeStatus
Changes status on a Request For Quote
RequestForQuoteChangeStatus 1 param body → 200400404401403500
POST
/RequestForQuotes/{requestForQuoteNo}/mail
Get the Request For Quote Mail used as template for Send To Supplier
ApiMail 1 param body → 200400404401403500
POST
/RequestForQuotes/combineRequisitionPositions
Combines requisition positions into request for quotes
RfqCombineRequisitionPositions body → 200400404401403500
GET
/RequestForQuotes/{requestForQuoteNo}/allowSendToSupplier
Determine if a quote request can be send to supplier for a RFQ
RfqAllowSendToSupplier 1 param → 200400404401403500
POST
/RequestForQuotes/{requestForQuoteNo}/sendToSupplier
Send a quote request to supplier.
RfqSendToSupplier 1 param body → 200400404401403500
POST
/RequestForQuotes/getExistingForCombine
Get list of existing RFQ's for adding applied REQ positions
RfqGetExistingForCombine body → 200400404401403500
RequisitionPositions 5
POST
/RequisitionPositions/search
Search for requisition positions Takes a SearchDefinition input, which can include filters and sorting.
SearchRequisitionPositions 2 params body → 200401403500
POST
/RequisitionPositions/searchCount
Returns number of hits in a search for Requisition Positions Takes a SearchDefinition input, which can include filters and sorting.
SearchCountRequisitionPositions body → 200401403500
POST
/RequisitionPositions/searchIndex/{requisitionPositionGuid}
Get index of a record in a search for Requisition Positions Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexRequisitionPositions 1 param body → 200401403500
GET
/RequisitionPositions/searchInfo
Returns structured information about what and how you can search for
SearchInfoRequisitionPositions → 200500
POST
/RequisitionPositions/getForTasklistNode
Gets reqiositions for selected nodeType
GetForTasklistNode body → 200401403500
Requisitions 49
GET
/Requisitions
Gets a list of Requiositions
GetRequisitions 2 params → 200401403500
POST
/Requisitions
Creates a new requisition record
CreateRequisition body → 201400401403500
GET
/Requisitions/{requisitionNo}
Gets a specific Requisition
GetRequisition 1 param → 200400404401403500
PUT
/Requisitions/{requisitionNo}
Updates an existing requisition
UpdateRequisition 1 param body → 200400401403500
DELETE
/Requisitions/{requisitionNo}
Deletes an requisition record
1 param → 204400401403500
GET
/Requisitions/{requisitionNo}/history
Gets history for a specific Requisition
GetRequisitionHistory 3 params → 200400404401403500
POST
/Requisitions/search
Search for requisitions Takes a SearchDefinition input, which can include filters and sorting.
SearchRequisitions 2 params body → 200401403500
POST
/Requisitions/searchCount
Returns number of hits in a search for Requisitions Takes a SearchDefinition input, which can include filters and sorting.
SearchCountRequisitions body → 200401403500
POST
/Requisitions/searchIndex/{requisitionGuid}
Get index of a record in a search for Requisitions Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexRequisitions 1 param body → 200401403500
GET
/Requisitions/searchInfo
Returns structured information about what and how you can search for
SearchInfoRequisitions → 200500
GET
/Requisitions/{requisitionNo}/copy
Copies an existing requisition to a new object
CopyRequisition 1 param → 200400401403500
GET
/Requisitions/{requisitionNo}/responses
Gets a list of requisition responses
GetRequisitionResponses 1 param → 200401403500
GET
/Requisitions/{requisitionNo}/responses/count
Returns number of RequisitionResponses for RequisitionNo
CountRequisitionResponses 1 param → 200401403500
POST
/Requisitions/{requisitionNo}/addResponse
Add response
AddRequisitionResponse 1 param body → 400200401403500
GET
/Requisitions/{requisitionNo}/standardTexts
Gets a list of requisition standard texts
GetRequisitionStandardTexts 1 param → 200401403500
GET
/Requisitions/{requisitionNo}/components
Gets a list of requisition components
GetRequisitionComponents 1 param → 200401403500
GET
/Requisitions/{requisitionNo}/jobs
Gets a list of requisition jobs
GetRequisitionJobs 1 param → 200401403500
GET
/Requisitions/{requisitionNo}/positions
Gets a list of Requisitions positions
GetRequisitionPositions 1 param → 200401403500
GET
/Requisitions/{requisitionNo}/documents
Returns a list of Documents used on the Requisition
GetRequisitionDocuments 1 param → 200401403500
GET
/Requisitions/{requisitionNo}/documents/{documentNo}
Returns a specific requisition document
GetRequisitionDocument 2 params → 200404401403500
POST
/Requisitions/{requisitionNo}/forwardforhandling
Forwards a not requested requisition for further handling
RequisitionForwardForHandling 1 param body → 200400404401403500
POST
/Requisitions/{requisitionNo}/canapproveforrfq
Determine if a requisition can be approved for request for quote
RequisitionCanApproveForRfq 1 param body → 200400404401403500
POST
/Requisitions/{requisitionNo}/approveforrfq
Approves a requisition for request for quote
RequisitionApproveForRfq 1 param body → 200400404401403500
POST
/Requisitions/{requisitionNo}/canreject
Determine if a requisition can be rejected
RequisitionCanReject 1 param body → 200400404401403500
POST
/Requisitions/{requisitionNo}/reject
Rejects a requisition
RequisitionReject 1 param body → 200400404401403500
GET
/Requisitions/{requisitionNo}/canrequestUnitrespecification
Determine if request unit respecification is possible for a requisition
RequisitionCanRequestUnitRespecification 1 param → 200400404401403500
POST
/Requisitions/{requisitionNo}/requestUnitrespecification
Request unit respecification for a requisition
RequestUnitRespecification 1 param body → 200400404401403500
POST
/Requisitions/{requisitionNo}/canforwardfortechnicalapproval
Determine if a requisition acn be forwarded for technical approval
RequisitionCanForwardForTechnicalApproval 1 param body → 200400404401403500
POST
/Requisitions/{requisitionNo}/forwardfortechnicalapproval
Forward a requisition for technical approval
RequisitionForwardForTechnicalApproval 1 param body → 200400404401403500
POST
/Requisitions/{requisitionNo}/canapproveforpurchase
Determine if a requisition can be approved for purchase
RequisitionCanApproveForPurchase 1 param body → 200400404401403500
POST
/Requisitions/{requisitionNo}/approveforpurchase
Approves a requisition for purchase
RequisitionApproveForPurchase 1 param body → 200400404401403500
GET
/Requisitions/{requisitionNo}/ordereditems
RequisitionOrderedItems 1 param → 200400404401403500
POST
/Requisitions/{requisitionNo}/addremark
RequisitionAddRemark 1 param body → 200400401403500
GET
/Requisitions/{requisitionNo}/requestForQuotes
Gets a list of linked RFQ's
GetRequisitionRequestForQuotes 3 params → 200401403500
POST
/Requisitions/{requisitionNo}/createPurchaseOrder
RequisitionCreatePurchaseOrder 1 param body → 200400404401403500
GET
/Requisitions/reports
Gets dynamic reports to print
GetRequisitionReportsFromUserSettings 2 params → 400200404401403500
GET
/Requisitions/{requisitionNos}/reports
Gets dynamic reports to print
GetRequisitionReports 3 params → 400200404401403500
GET
/Requisitions/{requisitionNo}/purchaseOrderPositions
Gets a list of the Requisition's Purchase Order positions
GetRequisitionPurchaseOrderPositions 3 params → 200401403500
POST
/Requisitions/{requisitionNo}/punchout
Do PunchOut
GetPunchOutRequisition 1 param body → 200400401403500
GET
/Requisitions/{requisitionNo}/getpunchoutpositions
Get PunchOut Positions
GetPunchOutPositions 1 param → 200400401403500
POST
/Requisitions/{requisitionNo}/returnpunchouttodraft
Return PunchOut to Draft
ReturnPunchOutToDraft 1 param → 200400401403500
POST
/Requisitions/requisitionCounts
Gets reqiosition and requisitionPosition count for selected nodeType
RequisitionCounts body → 200401403500
POST
/Requisitions/getRequisitionsByNode
Gets reqiositions for selected nodeType
GetRequisitionsByNode body → 200401403500
POST
/Requisitions/{requisitionNo}/cancel
Cancelles a local requisition
RequisitionCancel 1 param → 200400404401403500
POST
/Requisitions/{requisitionNo}/sendtoemail
Send requisition to supplier
SendRequisitionToEmail 1 param body → 400401403500
GET
/Requisitions/{requisitionNo}/mail
Get the Requisition Mail used as template for Send To Supplier
RequisitionApiMail 1 param → 200400404401403500
GET
/Requisitions/{requisitionNo}/requisitionmailattachments
Gets possible mail attachments for a specific Requisition
GetAttachmentsForRequisition 1 param → 200400404401403500
POST
/Requisitions/{requisitionNo}/receive
Received positions on the Requisition with RequisitionNo. Reception contains information about each position to receive. Either total of rejected and received items, or a delta to let API summarize t…
ReceiveRequisition 1 param body → 200400401403500
GET
/Requisitions/{requisitionNo}/allowReceive
AllowReceiveRequisitionr 1 param → 200400401403500
Resources 11
GET
/Resources
Gets a list of Resources
GetResources 2 params → 200401403500
POST
/Resources
Creates a new resource record
CreateResource body → 201400401403500
GET
/Resources/{resourceNo}
Gets a specific Resource
GetResource 1 param → 200400404401403500
PUT
/Resources/{resourceNo}
Updates an existing Resource
UpdateResource 1 param body → 200400401403500
DELETE
/Resources/{resourceNo}
Deletes a resource record
1 param → 204400401403500
GET
/Resources/{resourceNo}/history
Gets history for a specific Resource
GetResourceHistory 3 params → 200400404401403500
POST
/Resources/search
Search for Resources Takes a SearchDefinition input, which can include filters and sorting.
SearchResources 2 params body → 200401403500
POST
/Resources/searchIndex/{resourceGuid}
Get index of a record in a search for resources Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexResources 1 param body → 200401403500
POST
/Resources/searchCount
Returns number of hits in a search for Resources Takes a SearchDefinition input, which can include filters and sorting.
SearchCountResources body → 200401403500
GET
/Resources/searchInfo
Returns structured information about what and how you can search for
SearchInfoResources → 200500
GET
/Resources/{resourceNo}/copy
Copies an existing Resources to a new object
CopyResource 1 param → 200400401403500
Roles 12
GET
/Roles
Gets a list of Roles
GetRoles 2 params → 200401403500
POST
/Roles
Creates a new role record
CreateRole body → 201400401403500
GET
/Roles/{roleNo}
Gets a specific Role
GetRole 1 param → 200400404401403500
PUT
/Roles/{roleNo}
Updates an existing Role
UpdateRole 1 param body → 200400401403500
DELETE
/Roles/{roleNo}
Deletes an role record
1 param → 204400401403500
GET
/Roles/{roleNo}/history
Gets history for a specific Role
GetRoleHistory 3 params → 200400404401403500
POST
/Roles/search
Search for roles Takes a SearchDefinition input, which can include filters and sorting.
SearchRoles 2 params body → 200401403500
POST
/Roles/searchCount
Returns number of hits in a search for Roles Takes a SearchDefinition input, which can include filters and sorting.
SearchCountRoles body → 200401403500
POST
/Roles/searchIndex/{roleGuid}
Get index of a record in a search for Roles Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexRoles 1 param body → 200401403500
GET
/Roles/searchInfo
Returns structured information about what and how you can search for
SearchInfoRoles → 200500
GET
/Roles/{roleNo}/copy
Copies an existing role to a new object
CopyRole 1 param → 200400401403500
GET
/Roles/{roleNo}/units
GetRoleUnits 1 param → 200401403500
ScheduledTasks 17
GET
/ScheduledTasks
Gets a list of Scheduled Tasks
GetScheduledTasks 2 params → 200401403500
POST
/ScheduledTasks
Creates a new Scheduled Task record
CreateScheduledTask body → 201400401403500
GET
/ScheduledTasks/{taskNo}
Gets a specific Scheduled Task
GetScheduledTask 1 param → 200400404401403500
PUT
/ScheduledTasks/{taskNo}
Updates an existing Scheduled Task
UpdateScheduledTask 1 param body → 200400401403500
DELETE
/ScheduledTasks/{taskNo}
Deletes a task record
1 param → 204400401403500
GET
/ScheduledTasks/{taskNo}/history
Gets history for a specific Scheduled Task
GetScheduledTaskHistory 3 params → 200400404401403500
POST
/ScheduledTasks/search
Search for Scheduled Tasks Takes a SearchDefinition input, which can include filters and sorting.
SearchScheduledTasks 2 params body → 200401403500
POST
/ScheduledTasks/searchIndex/{taskGuid}
Get index of a record in a search for Scheduled Tasks Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexScheduledTasks 1 param body → 200401403500
POST
/ScheduledTasks/searchCount
Returns number of hits in a search for Scheduled Task Takes a SearchDefinition input, which can include filters and sorting.
SearchCountScheduledTasks body → 200401403500
GET
/ScheduledTasks/searchInfo
Returns structured information about what and how you can search for
SearchInfoScheduledTasks → 200500
POST
/ScheduledTasks/{taskNo}/queueItems
Returns a list of Queue Task Items used on the Scheduled Task
GetScheduledTaskQueueItems 3 params → 200401403500
POST
/ScheduledTasks/searchCount/items
Returns number of hits in a search for Items on a Scheduled Task Takes a SearchDefinition input, which can include filters and sorting.
ItemsSearchCountScheduledTasks body → 200401403500
GET
/ScheduledTasks/{taskNo}/queueItems/{queueTaskItemNo}
Returns a specific queued task item
GetScheduledTaskQueueItem 2 params → 200404401403500
GET
/ScheduledTasks/{taskNo}/copy
Copies an existing Scheduled Task to a new object
CopyScheduledTask 1 param → 200400401403500
POST
/ScheduledTasks/{taskNo}/activatetask
Activates a task
ActivateTask 1 param body → 200400401403500
POST
/ScheduledTasks/{taskNo}/deactivatetask
Deactivates a task
DeactivateTask 1 param → 200400401403500
POST
/ScheduledTasks/{taskNo}/RunNowTask
Run a task Now
RunNowTask 1 param → 200400401403500
ScreenLayouts 6
GET
/ScreenLayouts
Get a list of screenLayouts
GetScreenLayouts → 200401500
POST
/ScreenLayouts
Creates a new ScreenLayout record
CreateScreenLayout body → 201400401403500
GET
/ScreenLayouts/{screenLayoutKey}
Gets a specific ScreenLayout
GetScreenLayout 1 param → 200400204401500
PUT
/ScreenLayouts/{screenLayoutKey}
Updates an existing ScreenLayout
UpdateScreenLayout 1 param body → 200400401403500
DELETE
/ScreenLayouts/{screenLayoutKey}
Deletes a ScreenLayout record
DeleteScreenLayout 1 param → 200401403500
DELETE
/ScreenLayouts/{screenLayoutKey}/force
Force Deletes a ScreenLayout record
ForceDeleteScreenLayout 1 param → 200401403500
Seals 15
GET
/Seals
Gets a list of Seals
GetSeals 2 params → 200401403500
POST
/Seals
Creates a new Seal record
CreateSeal body → 201400401403500
GET
/Seals/{sealNo}
Gets a specific Seal
GetSeal 1 param → 200400404401403500
PUT
/Seals/{sealNo}
Updates an existing Seal
UpdateSeal 1 param body → 200400401403500
DELETE
/Seals/{sealNo}
Deletes a Seal record
1 param body → 204400401403500
GET
/Seals/sealSubSealPoint/{sealSubSealPointNo}
Gets a specific Seal Sub Seal Point
GetSealSubSealPoint 1 param → 200400404401403500
GET
/Seals/{sealNo}/history
Gets history for a specific Seal
GetSealHistory 3 params → 200400404401403500
POST
/Seals/search
Search for Seal Takes a SearchDefinition input, which can include filters and sorting.
SearchSeals 2 params body → 200401403500
POST
/Seals/searchIndex/{sealGuid}
Get index of a record in a search for Seal Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSealGuid 1 param body → 200401403500
POST
/Seals/searchCount
Returns number of hits in a search for Seal Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSeals body → 200401403500
GET
/Seals/searchInfo
Returns structured information about what and how you can search for
SearchInfoSeals → 200500
POST
/Seals/UpdateStatus
Bulk Updates a list of Seals
BulkUpdateSealStatus body → 200400401403500
POST
/Seals/SealAffix
SealAffix body → 200400401403500
POST
/Seals/SealBreak
SealBreak body → 200400401403500
GET
/Seals/{sealNo}/copy
Copies an existing Seal to a new object
CopySeal 1 param → 200400401403500
SealStorageLocations 11
GET
/SealStorageLocations
Gets a list of SealStorageLocations
GetSealStorageLocations 2 params → 200401403500
POST
/SealStorageLocations
Creates a new SealStorageLocation record
CreateSealStorageLocation body → 201400401403500
GET
/SealStorageLocations/{SealStorageLocationNo}
Gets a specific SealStorageLocation
GetSealStorageLocation 1 param → 200400404401403500
PUT
/SealStorageLocations/{SealStorageLocationNo}
Updates an existing SealStorageLocation
UpdateSealStorageLocation 1 param body → 200400401403500
DELETE
/SealStorageLocations/{SealStorageLocationNo}
Deletes a SealStorageLocation record
1 param → 204400401403500
GET
/SealStorageLocations/{SealStorageLocationNo}/history
Gets history for a specific SealStorageLocation
GetSealStorageLocationHistory 3 params → 200400404401403500
POST
/SealStorageLocations/search
Search for SealStorageLocation Takes a SearchDefinition input, which can include filters and sorting.
SearchSealStorageLocations 2 params body → 200401403500
POST
/SealStorageLocations/searchIndex/{SealStorageLocationGuid}
Get index of a record in a search for seal types Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSealStorageLocationGuid 1 param body → 200401403500
POST
/SealStorageLocations/searchCount
Returns number of hits in a search for seal types Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSealStorageLocations body → 200401403500
GET
/SealStorageLocations/searchInfo
Returns structured information about what and how you can search for
SearchInfoSealStorageLocations → 200500
GET
/SealStorageLocations/{SealStorageLocationNo}/copy
Copies an existing SealStorageLocation to a new object
CopySealStorageLocation 1 param → 200400401403500
SealTypes 11
GET
/SealTypes
Gets a list of SealTypes
GetSealTypes 2 params → 200401403500
POST
/SealTypes
Creates a new SealType record
CreateSealType body → 201400401403500
GET
/SealTypes/{sealTypeNo}
Gets a specific SealType
GetSealType 1 param → 200400404401403500
PUT
/SealTypes/{sealTypeNo}
Updates an existing SealType
UpdateSealType 1 param body → 200400401403500
DELETE
/SealTypes/{sealTypeNo}
Deletes a SealType record
1 param → 204400401403500
GET
/SealTypes/{sealTypeNo}/history
Gets history for a specific SealType
GetSealTypeHistory 3 params → 200400404401403500
POST
/SealTypes/search
Search for SealType Takes a SearchDefinition input, which can include filters and sorting.
SearchSealTypes 2 params body → 200401403500
POST
/SealTypes/searchIndex/{sealTypeGuid}
Get index of a record in a search for seal types Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSealTypeGuid 1 param body → 200401403500
POST
/SealTypes/searchCount
Returns number of hits in a search for seal types Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSealTypes body → 200401403500
GET
/SealTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoSealTypes → 200500
GET
/SealTypes/{sealTypeNo}/copy
Copies an existing SealType to a new object
CopySealType 1 param → 200400401403500
Sections 20
GET
/Sections
Gets a list of Sections
GetSections 2 params → 200401403500
POST
/Sections
Creates a new section record
CreateSection body → 201400401403500
GET
/Sections/{sectionNo}
Gets a specific Section
GetSection 1 param → 200400404401403500
PUT
/Sections/{sectionNo}
Updates an existing Section
UpdateSection 1 param body → 200400401403500
DELETE
/Sections/{sectionNo}
Deletes an section record
1 param → 204400401403500
GET
/Sections/{sectionNo}/history
Gets history for a specific Section
GetSectionHistory 3 params → 200400404401403500
POST
/Sections/search
Search for sections Takes a SearchDefinition input, which can include filters and sorting.
SearchSections 2 params body → 200401403500
POST
/Sections/searchCount
Returns number of hits in a search for Sections Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSections body → 200401403500
POST
/Sections/searchIndex/{sectionGuid}
Get index of a record in a search for Sections Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSections 1 param body → 200401403500
GET
/Sections/searchInfo
Returns structured information about what and how you can search for
SearchInfoSections → 200500
GET
/Sections/{sectionNo}/copy
Copies an existing section to a new object
CopySection 1 param → 200400401403500
GET
/Sections/{sectionNo}/subsections
Fetches all Sub Sections attached to the Section
GetSectionSections 1 param → 200401403500
GET
/Sections/{sectionNo}/components
Gets a list of Components referencing the specific Section
GetSectionComponents 1 param → 200401403500
GET
/Sections/{sectionNo}/users
Gets a list of Users referencing the specific Section
GetSectionUsers 1 param → 200401403500
POST
/Sections/{sectionNo}/searchSectionComponents
Search for Components accessible by the specific Section Takes a SearchDefinition input, which can include filters and sorting.
SearchSectionComponentsBySection 3 params body → 200401403500
POST
/Sections/{sectionNo}/searchCountSectionComponents
Returns number of hits in a search for Components for the given Section Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSectionComponentsBySection 1 param body → 200401403500
POST
/Sections/{sectionNo}/searchIndexSectionComponents/{componentNo}
Get index of a record in a search for Components for the given Section Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSectionComponentsBySection 3 params body → 200401403500
POST
/Sections/searchSectionComponents
Search for Components accessible by the specific Section Takes a SearchDefinition input, which can include filters and sorting.
SearchSectionComponents 2 params body → 200401403500
POST
/Sections/searchCountSectionComponents
Returns number of hits in a search for Components for the given Section Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSectionComponents body → 200401403500
POST
/Sections/searchIndexSectionComponents/{componentNo}
Get index of a record in a search for Components for the given Section Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSectionComponents 2 params body → 200401403500
Shipments 29
GET
/Shipments
Gets a list of Shipments
GetShipments 2 params → 200401403500
POST
/Shipments
Creates a new Shipment record
CreateShipment body → 201400401403500
GET
/Shipments/{shipmentNo}
Gets a specific Shipment
GetShipment 1 param → 200400404401403500
PUT
/Shipments/{shipmentNo}
Updates an existing Shipment
UpdateShipment 1 param body → 200400404401403500
DELETE
/Shipments/{shipmentNo}
Deletes a Shipment record
1 param → 204400404401403500
GET
/Shipments/{shipmentNo}/history
Gets history for a specific Shipment
GetShipmentHistory 3 params → 200400404401403500
GET
/Shipments/{ShipmentNo}/copy
Copies an existing Shipment to a new object
CopyShipment 1 param → 200400401403500
GET
/Shipments/searchInfo
Returns structured information about what and how you can search for
ShipmentSearchInfo → 200403500
POST
/Shipments/search
Search for Shipments. Takes a SearchDefinition input, which can include filters and sorting.
SearchShipments 2 params body → 200400401403500
POST
/Shipments/searchCount
Returns number of hits in a search for Shipments Takes a SearchDefinition input, which can include filters and sorting.
SearchCountShipments body → 200401403500
POST
/Shipments/searchIndex/{shipmentGuid}
Get index of a record in a search for Shipments Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexShipments 1 param body → 200400401403500
GET
/Shipments/{shipmentNo}/documents
Returns a list of Documents used on the Shipment
GetShipmentDocuments 1 param → 200400404401403500
GET
/Shipments/{shipmentNo}/destinationWarehouses
Returns a list of DestinationWarehouses used on the Shipment
GetShipmentDestinationWarehouses 1 param → 200400404401403500
GET
/Shipments/{shipmentNo}/markings
Returns a list of Markings used on the Shipment
GetShipmentMarkings 1 param → 200400404401403500
GET
/Shipments/{shipmentNo}/pickupWarehouses
Returns a list of PickupWarehouses used on the Shipment
GetShipmentPickupWarehouses 1 param → 200400404401403500
GET
/Shipments/{shipmentNo}/freightDetails
Returns a list of FreightDetails used on the Shipment
GetShipmentFreightDetails 1 param → 200400404401403500
GET
/Shipments/{shipmentNo}/responses
Returns a list of Responses used on the Shipment
GetShipmentResponses 1 param → 200400404401403500
POST
/Shipments/{shipmentNo}/responses
Creates a new ShipmentResponse for the Shipment.
CreateShipmentResponse 1 param body → 200400404401403500
GET
/Shipments/{shipmentNo}/responses/count
Returns the number of Responses on a specific Shipment
GetShipmentResponsesCount 1 param → 200400401403500
GET
/Shipments/{shipmentNo}/unassignedCarriers
Returns a list of Unassigned Carriers (ShipmentCarriers) used on the Shipment
GetShipmentUnassignedCarriers 1 param → 200400404401403500
GET
/Shipments/{shipmentNo}/markingCarriers
Returns a list of all Marking Carriers used on the Shipment
GetShipmentMarkingCarriers 1 param → 200400404401403500
GET
/Shipments/{shipmentNo}/markings/{markingNo}/carriers
Returns a list of all Marking Carriers used on a specific Marking on the Shipment
GetMarkingCarriers 2 params → 200400404401403500
GET
/Shipments/reports
Gets shipment picking list reports based on selected report numbers from user settings.
GetShipmentReportsFromUserSettings 2 params → 400200404401403500
GET
/Shipments/{shipmentNos}/reports
Gets shipment reports for the supplied shipment numbers.
GetShipmentReports 3 params → 400200404401403500
POST
/Shipments/{shipmentNo}/send
Send a specific Shipment
SendShipment 1 param → 200400404401403500
POST
/Shipments/{shipmentNo}/cancel
Cancel a specific Shipment
CancelShipment 1 param → 200400404401403500
POST
/Shipments/{shipmentNo}/receive
Receive a specific Warehouse Shipment Warning: This endpoint is not compatible with ReturnGoods flow.
ReceiveWarehouseShipment 2 params → 200400404401403500
POST
/Shipments/{shipmentNo}/unreceive
Unreceive a specific Warehouse Shipment
UndoReceiveWarehouseShipment 1 param → 200400404401403500
POST
/Shipments/{shipmentNo}/mail
Mail a specific Shipment to either type Consignee or FreightForwarder
MailShipment 1 param body → 200400404401403500
ShipmentWays 11
GET
/ShipmentWays
Gets a list of ShipmentWays
GetShipmentWays 2 params → 200401403500
POST
/ShipmentWays
Creates a new ShipmentWay record
CreateShipmentWay body → 201400401403500
GET
/ShipmentWays/{shipmentWayNo}
Gets a specific ShipmentWay
GetShipmentWay 1 param → 200400404401403500
PUT
/ShipmentWays/{shipmentWayNo}
Updates an existing ShipmentWay
UpdateShipmentWay 1 param body → 200400401403500
DELETE
/ShipmentWays/{shipmentWayNo}
Deletes an ShipmentWay record
1 param → 204400401403500
GET
/ShipmentWays/{shipmentWayNo}/history
Gets history for a specific ShipmentWay
GetShipmentWayHistory 3 params → 200400404401403500
GET
/ShipmentWays/searchInfo
Returns structured information about what and how you can search for
SearchInfoShipmentWays → 200500
POST
/ShipmentWays/search
Search for ShipmentWays Takes a SearchDefinition input, which can include filters and sorting.
SearchShipmentWays 2 params body → 200401403500
POST
/ShipmentWays/searchCount
Returns number of hits in a search for ShipmentWays Takes a SearchDefinition input, which can include filters and sorting.
SearchCountShipmentWays body → 200401403500
POST
/ShipmentWays/searchIndex/{shipmentWayGuid}
Get index of a record in a search for ShipmentWays Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexShipmentWays 1 param body → 200401403500
GET
/ShipmentWays/{shipmentWayNo}/copy
Copies an existing ShipmentWay to a new object
CopyShipmentWay 1 param → 200400401403500
Soundings 12
GET
/Soundings
GetSoundings 2 params → 200401403500
POST
/Soundings
CreateSounding body → 201400401403500
GET
/Soundings/GetSoundingsForTank/{tankNo}
GetSoundingsForTank 3 params → 200401403500
GET
/Soundings/{soundingNo}
GetSounding 1 param → 200400404401403500
GET
/Soundings/{soundingNo}/history
GetSoundingHistory 3 params → 200400404401403500
POST
/Soundings/search
SearchSoundings 2 params body → 200401403500
POST
/Soundings/searchIndex/{soundingGuid}
SearchIndexSoundingGuid 1 param body → 200401403500
POST
/Soundings/searchCount
SearchCountSoundings body → 200401403500
GET
/Soundings/searchInfo
SearchInfoSoundings → 200500
GET
/Soundings/{soundingNo}/copy
CopySounding 1 param → 200400401403500
GET
/Soundings/GetLatestSoundingForTank/{tankNo}
GetLatestSoundingForTank 1 param → 200400404401403500
GET
/Soundings/GetPreviousSoundingForTank/{operationDate}/{tankNo}
GetPreviousSoundingForTank 2 params → 200400404401403500
SoundingStatuses 11
GET
/SoundingStatuses
GetSoundingStatuses 2 params → 200401403500
POST
/SoundingStatuses
CreateSoundingStatus body → 201400401403500
GET
/SoundingStatuses/{soundingStatusNo}
GetSoundingStatus 1 param → 200400404401403500
PUT
/SoundingStatuses/{soundingStatusNo}
UpdateSoundingStatus 1 param body → 200400401403500
DELETE
/SoundingStatuses/{soundingStatusNo}
1 param → 204400401403500
GET
/SoundingStatuses/{soundingStatusNo}/history
GetSoundingStatusHistory 3 params → 200400404401403500
POST
/SoundingStatuses/search
SearchSoundingStatuses 2 params body → 200401403500
POST
/SoundingStatuses/searchIndex/{soundingStatusGuid}
SearchIndexSoundingStatusGuid 1 param body → 200401403500
POST
/SoundingStatuses/searchCount
SearchCountSoundingStatuses body → 200401403500
GET
/SoundingStatuses/searchInfo
SearchInfoSoundingStatuses → 200500
GET
/SoundingStatuses/{soundingStatusNo}/copy
CopySoundingStatus 1 param → 200400401403500
SoundingTableDocuments 14
GET
/SoundingTableDocuments
Gets a list of SoundingTableDocuments
GetSoundingTableDocuments 2 params → 200401403500
POST
/SoundingTableDocuments
Creates a new document record
CreateSoundingTableDocument 1 param body → 201400401403500
GET
/SoundingTableDocuments/{documentNo}
Gets a specific SoundingTableDocument
GetSoundingTableDocument 1 param → 200400404401403500
DELETE
/SoundingTableDocuments/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/SoundingTableDocuments/searchIndex/{documentGuid}
Get index of a record in a search for SoundingTableDocument Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSoundingTableDocuments 1 param body → 200401403500
GET
/SoundingTableDocuments/{documentNo}/history
Gets history for a specific SoundingTableDocument
GetSoundingTableDocumentHistory 3 params → 200400404401403500
POST
/SoundingTableDocuments/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchSoundingTableDocuments 2 params body → 200401403500
POST
/SoundingTableDocuments/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSoundingTableDocuments body → 200401403500
GET
/SoundingTableDocuments/searchInfo
Returns structured information about what and how you can search for
SearchInfoSoundingTableDocuments → 200500
GET
/SoundingTableDocuments/{documentNo}/pdf
GetSoundingTableDocumentPdf 1 param → 400200404401403500
GET
/SoundingTableDocuments/{documentNo}/file
GetSoundingTableDocumentFile 2 params → 400200404401403500
POST
/SoundingTableDocuments/{documentNo}/file
AddSoundingTableDocumentFile 1 param body → 400401403500
GET
/SoundingTableDocuments/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetSoundingTableDocumentPdfGuid 2 params → 400200404401403500
GET
/SoundingTableDocuments/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetSoundingTableDocumentFileGuid 3 params → 400200404401403500
SoundingTables 11
GET
/SoundingTables
Gets a list of soundingtables
GetSoundingTables 2 params → 200401403500
POST
/SoundingTables
Creates a new SoundingTable record
CreateSoundingTable body → 201400401403500
GET
/SoundingTables/{soundingTableNo}
Gets a specific SoundingTable
GetSoundingTable 1 param → 200400404401403500
PUT
/SoundingTables/{soundingTableNo}
Updates an existing SoundingTable
UpdateSoundingTable 1 param body → 200400401403500
DELETE
/SoundingTables/{soundingTableNo}
Deletes a SoundingTable record
1 param → 204400401403500
GET
/SoundingTables/{soundingTableNo}/history
Gets history for a specific SoundingTable
GetSoundingTableHistory 3 params → 200400404401403500
POST
/SoundingTables/search
Search for SoundingTable Takes a SearchDefinition input, which can include filters and sorting.
SearchSoundingTables 2 params body → 200401403500
POST
/SoundingTables/searchIndex/{soundingTableGuid}
Get index of a record in a search for soundingtables Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSoundingTableGuid 1 param body → 200401403500
POST
/SoundingTables/searchCount
Returns number of hits in a search for soundingTables Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSoundingTables body → 200401403500
GET
/SoundingTables/searchInfo
Returns structured information about what and how you can search for
SearchInfoSoundingTables → 200500
GET
/SoundingTables/{soundingTableNo}/copy
Copies an existing SoundingTable to a new object
CopySoundingTable 1 param → 200400401403500
StandardTexts 12
GET
/StandardTexts
Gets a list of StandardTexts
GetStandardTexts 2 params → 200401403500
POST
/StandardTexts
Creates a new standardText record
CreateStandardText body → 201400401403500
GET
/StandardTexts/{standardTextNo}
Gets a specific StandardText
GetStandardText 1 param → 200400404401403500
PUT
/StandardTexts/{standardTextNo}
Updates an existing StandardText
UpdateStandardText 1 param body → 200400401403500
DELETE
/StandardTexts/{standardTextNo}
Deletes an standardText record
1 param → 204400401403500
GET
/StandardTexts/{standardTextNo}/history
Gets history for a specific StandardText
GetStandardTextHistory 3 params → 200400404401403500
POST
/StandardTexts/search
Search for standardTexts Takes a SearchDefinition input, which can include filters and sorting.
SearchStandardTexts 2 params body → 200401403500
POST
/StandardTexts/searchCount
Returns number of hits in a search for StandardTexts Takes a SearchDefinition input, which can include filters and sorting.
SearchCountStandardTexts body → 200401403500
POST
/StandardTexts/searchIndex/{standardTextGuid}
Get index of a record in a search for StandardTexts Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexStandardTexts 1 param body → 200401403500
GET
/StandardTexts/searchInfo
Returns structured information about what and how you can search for
SearchInfoStandardTexts → 200500
GET
/StandardTexts/{standardTextNo}/copy
Copies an existing standardText to a new object
CopyStandardText 1 param → 200400401403500
GET
/StandardTexts/{standardTextNo}/texts
Fetches all Standard Text Languages attached to the Standard Text
GetStandardTextLanguages 1 param → 200401403500
SubSealPointComponentTypes 11
GET
/SubSealPointComponentTypes
Gets a list of SubSealPointComponentTypes
GetSubSealPointComponentTypes 2 params → 200401403500
POST
/SubSealPointComponentTypes
Creates a new SubSealPointComponentType record
CreateSubSealPointComponentType body → 201400401403500
GET
/SubSealPointComponentTypes/{SubSealPointComponentTypeNo}
Gets a specific SubSealPointComponentType
GetSubSealPointComponentType 1 param → 200400404401403500
PUT
/SubSealPointComponentTypes/{SubSealPointComponentTypeNo}
Updates an existing SubSealPointComponentType
UpdateSubSealPointComponentType 1 param body → 200400401403500
DELETE
/SubSealPointComponentTypes/{SubSealPointComponentTypeNo}
Deletes a SubSealPointComponentType record
1 param → 204400401403500
GET
/SubSealPointComponentTypes/{SubSealPointComponentTypeNo}/history
Gets history for a specific SubSealPointComponentType
GetSubSealPointComponentTypeHistory 3 params → 200400404401403500
POST
/SubSealPointComponentTypes/search
Search for SubSealPointComponentType Takes a SearchDefinition input, which can include filters and sorting.
SearchSubSealPointComponentTypes 2 params body → 200401403500
POST
/SubSealPointComponentTypes/searchIndex/{SubSealPointComponentTypeGuid}
Get index of a record in a search for seal types Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSubSealPointComponentTypeGuid 1 param body → 200401403500
POST
/SubSealPointComponentTypes/searchCount
Returns number of hits in a search for seal types Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSubSealPointComponentTypes body → 200401403500
GET
/SubSealPointComponentTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoSubSealPointComponentTypes → 200500
GET
/SubSealPointComponentTypes/{SubSealPointComponentTypeNo}/copy
Copies an existing SubSealPointComponentType to a new object
CopySubSealPointComponentType 1 param → 200400401403500
SubSealPoints 13
GET
/SubSealPoints
Gets a list of SubSealPoints
GetSubSealPoints 2 params → 200401403500
POST
/SubSealPoints
Creates a new SubSealPoint record
CreateSubSealPoint body → 201400401403500
GET
/SubSealPoints/{SubSealPointNo}
Gets a specific SubSealPoint
GetSubSealPoint 1 param → 200400404401403500
PUT
/SubSealPoints/{SubSealPointNo}
Updates an existing SubSealPoint
UpdateSubSealPoint 1 param body → 200400401403500
DELETE
/SubSealPoints/{SubSealPointNo}
Deletes a SubSealPoint record
1 param → 204400401403500
GET
/SubSealPoints/{SubSealPointNo}/history
Gets history for a specific SubSealPoint
GetSubSealPointHistory 3 params → 200400404401403500
POST
/SubSealPoints/{subSealPointNo}/logs/search
Searches the Webhooks associated with the Job.
SearchSealSubSealPointLogs 3 params body → 200400404401403500
POST
/SubSealPoints/{subSealPointNo}/logs/searchCount
Returns number of hits in a search for the Job's Webhook Logs. Takes a SearchDefinition input, which can include filters and sorting.
SearchSealSubSealPointLogsCount 1 param body → 200401403500
POST
/SubSealPoints/search
Search for SubSealPoint Takes a SearchDefinition input, which can include filters and sorting.
SearchSubSealPoints 2 params body → 200401403500
POST
/SubSealPoints/searchIndex/{SubSealPointGuid}
Get index of a record in a search for seal types Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSubSealPointGuid 1 param body → 200401403500
POST
/SubSealPoints/searchCount
Returns number of hits in a search for seal types Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSubSealPoints body → 200401403500
GET
/SubSealPoints/searchInfo
Returns structured information about what and how you can search for
SearchInfoSubSealPoints → 200500
GET
/SubSealPoints/{SubSealPointNo}/copy
Copies an existing SubSealPoint to a new object
CopySubSealPoint 1 param → 200400401403500
Substances 11
GET
/Substances
Gets a list of Substances
GetSubstances 2 params → 200401403500
POST
/Substances
Creates a new Substance record
CreateSubstance body → 201400401403500
GET
/Substances/{substanceNo}
Gets a specific Substance
GetSubstance 1 param → 200400404401403500
PUT
/Substances/{substanceNo}
Updates an existing Substance
UpdateSubstance 1 param body → 200400401403500
DELETE
/Substances/{substanceNo}
Deletes a Substance record
1 param → 204400401403500
GET
/Substances/{substanceNo}/history
Gets history for a specific Substance
GetSubstanceHistory 3 params → 200400404401403500
POST
/Substances/search
Search for Substance Takes a SearchDefinition input, which can include filters and sorting.
SearchSubstances 2 params body → 200401403500
POST
/Substances/searchIndex/{substanceGuid}
Get index of a record in a search for substances Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexSubstanceGuid 1 param body → 200401403500
POST
/Substances/searchCount
Returns number of hits in a search for substances Takes a SearchDefinition input, which can include filters and sorting.
SearchCountSubstances body → 200401403500
GET
/Substances/searchInfo
Returns structured information about what and how you can search for
SearchInfoSubstances → 200500
GET
/Substances/{substanceNo}/copy
Copies an existing Substance to a new object
CopySubstance 1 param → 200400401403500
SuggestedActions 6
POST
/SuggestedActions/search
Search for suggested actions
SearchSuggestedActions 2 params body → 200401403500
POST
/SuggestedActions/searchCount
Returns number of hits in a search for suggested actions
SearchCountSuggestedActions body → 200401403500
POST
/SuggestedActions/searchIndex/{addressGuid}
Get index of a record in a search for suggested actions
SearchIndexSuggestedActions 1 param body → 200401403500
GET
/SuggestedActions/searchInfo
Returns structured information about what and how you can search for
SearchInfoSuggestedActions → 200401403500
PUT
/SuggestedActions/dismiss
Dismiss suggested actions for suppliers
DismissSuggestedActions body → 400200401403500
PUT
/SuggestedActions/changeClassification
Change address classification based on suggested actions
ChangeSuggestedActionClassification body → 400200401403500
TankOperationConfigurations 13
GET
/TankOperationConfigurations
Gets a list of TankOperationConfigurations
GetTankOperationConfigurations 2 params → 200401403500
POST
/TankOperationConfigurations
Creates a new tankOperationConfiguration record
CreateTankOperationConfiguration body → 201400401403500
GET
/TankOperationConfigurations/{tankOperationConfigurationNo}
Gets a specific TankOperationConfiguration
GetTankOperationConfiguration 1 param → 200400404401403500
PUT
/TankOperationConfigurations/{tankOperationConfigurationNo}
Updates an existing TankOperationConfiguration
UpdateTankOperationConfiguration 1 param body → 200400401403500
DELETE
/TankOperationConfigurations/{tankOperationConfigurationNo}
Deletes a tankOperationConfiguration record
1 param → 204400401403500
GET
/TankOperationConfigurations/{tankOperationConfigurationNo}/history
Gets history for a specific TankOperationConfiguration
GetTankOperationConfigurationHistory 3 params → 200400404401403500
POST
/TankOperationConfigurations/search
Search for TankOperationConfigurations Takes a SearchDefinition input, which can include filters and sorting.
SearchTankOperationConfigurations 2 params body → 200401403500
POST
/TankOperationConfigurations/searchIndex/{tankOperationConfigurationGuid}
Get index of a record in a search for tankOperationConfigurations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexTankOperationConfigurations 1 param body → 200401403500
POST
/TankOperationConfigurations/searchCount
Returns number of hits in a search for TankOperationConfigurations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountTankOperationConfigurations body → 200401403500
GET
/TankOperationConfigurations/searchInfo
Returns structured information about what and how you can search for
SearchInfoTankOperationConfigurations → 200500
GET
/TankOperationConfigurations/{tankOperationConfigurationNo}/sourcetanks
Get Source Tanks
GetTankOperationConfigurationSourceTanks 1 param → 200401403500
GET
/TankOperationConfigurations/{tankOperationConfigurationNo}/destinationtanks
Get Destination Tanks
GetTankOperationConfigurationDestinationTanks 1 param → 200401403500
GET
/TankOperationConfigurations/{tankOperationConfigurationNo}/secondDestinationtanks
Get Second Destination Tanks
GetTankOperationConfigurationSecondDestinationTanks 1 param → 200401403500
Tanks 17
GET
/Tanks
Gets a list of Tanks
GetTanks 2 params → 200401403500
POST
/Tanks
Creates a new Tank record
CreateTank body → 201400401403500
GET
/Tanks/{tankNo}
Gets a specific Tank
GetTank 1 param → 200400404401403500
PUT
/Tanks/{tankNo}
Updates an existing Tank
UpdateTank 1 param body → 200400401403500
DELETE
/Tanks/{tankNo}
Deletes a Tank record
1 param → 204400401403500
GET
/Tanks/{tankNo}/history
Gets history for a specific Tank
GetTankHistory 3 params → 200400404401403500
POST
/Tanks/search
Search for Tank Takes a SearchDefinition input, which can include filters and sorting.
SearchTanks 2 params body → 200401403500
POST
/Tanks/searchIndex/{tankGuid}
Get index of a record in a search for tanks Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexTankGuid 1 param body → 200401403500
POST
/Tanks/searchCount
Returns number of hits in a search for tanks Takes a SearchDefinition input, which can include filters and sorting.
SearchCountTanks body → 200401403500
GET
/Tanks/searchInfo
Returns structured information about what and how you can search for
SearchInfoTanks → 200500
GET
/Tanks/{tankNo}/copy
Copies an existing Tank to a new object
CopyTank 1 param → 200400401403500
GET
/Tanks/{tankNo}/compartments
Gets a list of TankCompartments positions
GetTankCompartments 1 param → 200401403500
GET
/Tanks/{tankNo}/logbooks
Gets a list of TankLogbooks positions
GetTankLogbooks 1 param → 200401403500
GET
/Tanks/{tankNo}/soundingTable
Get Tank Sounding Table
GetTankSoundingTable 1 param → 200400401403500
POST
/Tanks/DailySoundingEnabledForLogbooks
Is Daily Sounding Enabled for Logbooks
DailySoundingEnabledForLogbooks body → 201401500
POST
/Tanks/AllowedProductClaasesForLogbooks
Get list of allowed Product Classes for selected Logbook
AllowedProductClaasesForLogbooks body → 201401500
GET
/Tanks/AllowedLiquidsForTank/{tankNo}
Get list of allowed Liquids for Tank
AllowedLiquidsForTank 1 param → 201401500
TechnicalAccounts 13
GET
/TechnicalAccounts
Gets a list of TechnicalAccounts
GetTechnicalAccounts 2 params → 200401403500
POST
/TechnicalAccounts
Creates a new technicalAccount record
CreateTechnicalAccount body → 201400401403500
GET
/TechnicalAccounts/{technicalAccountNo}
Gets a specific TechnicalAccount
GetTechnicalAccount 1 param → 200400404401403500
PUT
/TechnicalAccounts/{technicalAccountNo}
Updates an existing TechnicalAccount
UpdateTechnicalAccount 1 param body → 200400401403500
DELETE
/TechnicalAccounts/{technicalAccountNo}
Deletes an technicalAccount record
1 param → 204400401403500
GET
/TechnicalAccounts/{technicalAccountNo}/history
Gets history for a specific TechnicalAccount
GetTechnicalAccountHistory 3 params → 200400404401403500
POST
/TechnicalAccounts/search
Search for technicalAccounts Takes a SearchDefinition input, which can include filters and sorting.
SearchTechnicalAccounts 2 params body → 200401403500
POST
/TechnicalAccounts/searchCount
Returns number of hits in a search for TechnicalAccounts Takes a SearchDefinition input, which can include filters and sorting.
SearchCountTechnicalAccounts body → 200401403500
POST
/TechnicalAccounts/searchIndex/{technicalAccountGuid}
Get index of a record in a search for TechnicalAccounts Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexTechnicalAccounts 1 param body → 200401403500
GET
/TechnicalAccounts/searchInfo
Returns structured information about what and how you can search for
SearchInfoTechnicalAccounts → 200500
GET
/TechnicalAccounts/{technicalAccountNo}/copy
Copies an existing technicalAccount to a new object
CopyTechnicalAccount 1 param → 200400401403500
GET
/TechnicalAccounts/{technicalAccountNo}/purchaseTypes
Fetches all Purchase Types attached to the Technical Account
GetTechnicalAccountPurchaseTypes 1 param → 200401403500
GET
/TechnicalAccounts/{technicalAccountNo}/companies
Fetches all Companies attached to the Technical Account
GetTechnicalAccountCompanyUnits 1 param → 200401403500
TransactionQueue 4
POST
/TransactionQueue/search
Search for items in Transaction Queue Takes a SearchDefinition input, which can include filters and sorting.
SearchTransactionQueue 2 params body → 200401403500
GET
/TransactionQueue/searchInfo
Returns structured information about what and how you can search for
SearchInfoTransactionQueue → 200500
POST
/TransactionQueue/searchCount
Returns number Takes a SearchDefinition input, which can include filters and sorting.
SearchCountTransactionQueue body → 200401403500
POST
/TransactionQueue/searchIndex/{transactionQueueGuid}
Get index of a record in a search for item in the Transaction Queue Takes a SearchDefinition input, which can include filters and sorting.
SearchTransactionQueueIndex 1 param body → 200401403500
TreeStructure 3
GET
/TreeStructure
GetRootNodes → 200401403500
GET
/TreeStructure/{nodeType}/{visibleKey}/children
GetChildren 2 params → 200401403500
GET
/TreeStructure/{nodeType}/{visibleKey}
Returns a tree structure from root to where the requested object is in the tree All nodes along the way is populated.
FindNodeInTree 2 params → 200401403500
UnitCompanies 13
GET
/UnitCompanies
Gets a list of UnitCompanies
GetUnitCompanies2 2 params → 200401403500
POST
/UnitCompanies
Creates a new unitCompany record
CreateUnitCompany2 body → 201400401403500
GET
/UnitCompanies/{unitCompanyNo}
Gets a specific UnitCompany
GetUnitCompany2 1 param → 200400404401403500
PUT
/UnitCompanies/{unitCompanyNo}
Updates an existing UnitCompany
UpdateUnitCompany2 1 param body → 200400401403500
DELETE
/UnitCompanies/{unitCompanyNo}
Deletes an unitCompany record
1 param → 204400401403500
GET
/UnitCompanies/{unitCompanyNo}/history
Gets history for a specific UnitCompany
GetUnitCompanyHistory2 3 params → 200400404401403500
POST
/UnitCompanies/search
Search for unitCompanies Takes a SearchDefinition input, which can include filters and sorting.
SearchUnitCompanies2 2 params body → 200401403500
POST
/UnitCompanies/searchCount
Returns number of hits in a search for UnitCompanies Takes a SearchDefinition input, which can include filters and sorting.
SearchCountUnitCompanies2 body → 200401403500
POST
/UnitCompanies/searchIndex/{unitCompanyGuid}
Get index of a record in a search for UnitCompanies Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexUnitCompanies2 1 param body → 200401403500
GET
/UnitCompanies/searchInfo
Returns structured information about what and how you can search for
SearchInfoUnitCompanies2 → 200500
GET
/UnitCompanies/{unitCompanyNo}/copy
Copies an existing unitCompany to a new object
CopyUnitCompany2 1 param → 200400401403500
GET
/UnitCompanies/{unitCompanyNo}/standardTexts
Gets a list of unitCompany standard texts
GetUnitCompany2StandardTexts 1 param → 200401403500
POST
/UnitCompanies/{unitCompanyNo}/setAsDefault
Set Unit Compamy as default
SetUnitCompanyAsDefault 1 param → 200400401403500
UnitGroups 12
GET
/UnitGroups
Gets a list of UnitGroups
GetUnitGroups 2 params → 200401403500
POST
/UnitGroups
Creates a new unitGroup record
CreateUnitGroup body → 201400401403500
GET
/UnitGroups/{unitGroupNo}
Gets a specific UnitGroup
GetUnitGroup 1 param → 200400404401403500
PUT
/UnitGroups/{unitGroupNo}
Updates an existing UnitGroup
UpdateUnitGroup 1 param body → 200400401403500
DELETE
/UnitGroups/{unitGroupNo}
Deletes an unitGroup record
1 param → 204400401403500
GET
/UnitGroups/{unitGroupNo}/history
Gets history for a specific UnitGroup
GetUnitGroupHistory 3 params → 200400404401403500
POST
/UnitGroups/search
Search for unitGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchUnitGroups 2 params body → 200401403500
POST
/UnitGroups/searchCount
Returns number of hits in a search for UnitGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountUnitGroups body → 200401403500
POST
/UnitGroups/searchIndex/{unitGroupGuid}
Get index of a record in a search for UnitGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexUnitGroups 1 param body → 200401403500
GET
/UnitGroups/searchInfo
Returns structured information about what and how you can search for
SearchInfoUnitGroups → 200500
GET
/UnitGroups/{unitGroupNo}/copy
Copies an existing unitGroup to a new object
CopyUnitGroup 1 param → 200400401403500
GET
/UnitGroups/{unitGroupNo}/units
Fetches all Units attached to the Unit Group
GetUnitGroupUnits 1 param → 200401403500
Units 24
GET
/Units
Gets a list of Units
GetUnits 2 params → 200401403500
POST
/Units
Creates a new Unit record
CreateUnit body → 201400401403500
GET
/Units/{unitNo}
Gets a specific Unit
GetUnit 1 param → 200400404401403500
PUT
/Units/{unitNo}
Updates an existing Unit
UpdateUnit 1 param body → 200400401403500
DELETE
/Units/{unitNo}
Deletes a unit record
1 param → 204400401403500
GET
/Units/{unitNo}/history
Gets history for a specific Unit
GetUnitHistory 3 params → 200400404401403500
POST
/Units/search
Search for Units Takes a SearchDefinition input, which can include filters and sorting.
SearchUnits 2 params body → 200401403500
POST
/Units/searchIndex/{unitGuid}
Get index of a record in a search for unit Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexUnits 1 param body → 200401403500
POST
/Units/searchCount
Returns number of hits in a search for Units Takes a SearchDefinition input, which can include filters and sorting.
SearchCountUnits body → 200401403500
GET
/Units/searchInfo
Returns structured information about what and how you can search for
SearchInfoUnits → 200500
GET
/Units/{unitNo}/copy
Copies an existing Unit to a new object
Copyunit 1 param → 200400401403500
GET
/Units/{unitNo}/logins
Gets a list of Unit User role logins.
GetUnitUserRoleLogins 1 param → 200401403500
POST
/Units/{unitNo}/deactivate
Set Unit as inactive
SetUnitInactive 1 param → 200400404401403500
GET
/Units/{unitNo}/companies
Fetches all Companies attached to the Unit
GetUnitCompanies 1 param → 200401403500
GET
/Units/{unitNo}/users
Fetches all Users attached to the Unit
GetUnitUsers 1 param → 200401403500
GET
/Units/{unitNo}/documentClasses
Fetches all DocumentClasses attached to the Unit
GetUnitDocumentClasses 1 param → 200401403500
GET
/Units/licensetypes
Gets a list of Unit License Types
GetUnitLicenseTypes → 200401403500
GET
/Units/{unitNo}/image
1 param → 404400200401403500
POST
/Units/{unitNo}/image
1 param body → 404400500200401403
DELETE
/Units/{unitNo}/image
1 param → 404400500200401403
GET
/Units/{unitNo}/FunctionAreas
Returns a list of Function Areas on the Unit
GetUnitFunctionAreas 1 param → 200401403500
GET
/Units/{unitNo}/FunctionAreas/{functionAreaNo}
Returns a specific Function Area on the Unit
GetUnitFunctionArea 2 params → 200401403500
GET
/Units/{unitNo}/ais/position
Gets the AIS reported position of the Unit.
GetUnitPosition 2 params → 200204404400500401403
GET
/Units/AllUnitsAboveVersion
Checks if all Units are at or above the provided semantic version. Inactive and not exported Units are excluded.
GetIsAllUnitsAboveVersion 1 param → 200400401500
UnitShipments 20
GET
/UnitShipments
Gets a list of UnitShipments
GetUnitShipments 2 params → 200401403500
GET
/UnitShipments/{unitShipmentNo}
Gets a specific UnitShipment
GetUnitShipment 1 param → 200400404401403500
GET
/UnitShipments/searchInfo
Returns structured information about what and how you can search for
UnitShipmentSearchInfo → 200403500
POST
/UnitShipments/search
Search for UnitShipments. Takes a SearchDefinition input, which can include filters and sorting.
SearchUnitShipments 2 params body → 200400401403500
POST
/UnitShipments/searchCount
Returns number of hits in a search for UnitShipments Takes a SearchDefinition input, which can include filters and sorting.
SearchCountUnitShipments body → 200401403500
PUT
/UnitShipments/{shipmentNo}
Updates an existing Shipment
UpdateUnitShipment 1 param body → 200400404401403500
DELETE
/UnitShipments/{shipmentNo}
Deletes a Shipment record
1 param → 204400404401403500
POST
/UnitShipments/{shipmentNo}/receiveShipment
Receives a specific Unit Shipment without marking requisitions as received.
ReceiveUnitShipment 1 param → 200400404401403500
POST
/UnitShipments/{shipmentNo}/receiveShipmentMarkings
Receives specific markings on a Unit Shipment without marking requisitions as received.
ReceiveUnitShipmentMarkings 1 param body → 200400404401403500
POST
/UnitShipments/{shipmentNo}/receiveRequisitions
Receives all requisitions on a specific Unit Shipment.
ReceiveUnitShipmentRequisitions 1 param → 200400404401403500
GET
/UnitShipments/{shipmentNo}/history
Gets history for a specific UnitShipment
GetUnitShipmentHistory 3 params → 200400404401403500
GET
/UnitShipments/{shipmentNo}/markings
Returns a list of Markings used on the UnitShipment
GetUnitShipmentMarkings 1 param → 200400404401403500
GET
/UnitShipments/{shipmentNo}/markingCarriers
Returns a list of all Marking Carriers used on the UnitShipment
GetUnitShipmentMarkingCarriers 1 param → 200400404401403500
GET
/UnitShipments/{shipmentNo}/markings/{markingNo}/carriers
Returns a list of all Marking Carriers used on a specific Marking on the UnitShipment
GetUnitMarkingCarriers 2 params → 200400404401403500
GET
/UnitShipments/{shipmentNo}/responses
Returns a list of Responses used on the UnitShipment
GetUnitShipmentResponses 1 param → 200400404401403500
POST
/UnitShipments/{shipmentNo}/responses
Creates a new UnitShipmentResponse for the UnitShipment.
CreateUnitShipmentResponse 1 param body → 200400404401403500
GET
/UnitShipments/{shipmentNo}/responses/count
Returns the number of Responses on a specific UnitShipment
GetUnitShipmentResponsesCount 1 param → 200400401403500
GET
/UnitShipments/{shipmentNo}/requisitions
Gets a list of linked Requisitions
GetUnitShipmentRequisitions 1 param → 200401403500
GET
/UnitShipments/{shipmentNo}/markingCarriers/{markingCarrierNo}/positions
Returns carrier details for a specific UnitShipment marking carrier.
GetUnitShipmentMarkingCarrierPositions 2 params → 200400404401403500
GET
/UnitShipments/{shipmentNo}/markingCarrierPositions
Returns carrier details for all marking carriers on a specific UnitShipment.
GetUnitShipmentMarkingCarrierPositionsForShipment 1 param → 200400404401403500
UserGroups 17
GET
/UserGroups
Gets a list of UserGroups
GetUserGroups 2 params → 200401403500
POST
/UserGroups
Creates a new userGroup record
CreateUserGroup body → 201400401403500
GET
/UserGroups/{userGroupNo}
Gets a specific UserGroup
GetUserGroup 1 param → 200400404401403500
PUT
/UserGroups/{userGroupNo}
Updates an existing UserGroup
UpdateUserGroup 1 param body → 200400401403500
DELETE
/UserGroups/{userGroupNo}
Deletes a userGroup record
1 param → 204400401403500
GET
/UserGroups/{userGroupNo}/history
Gets history for a specific UserGroup
GetUserGroupHistory 3 params → 200400404401403500
POST
/UserGroups/search
Search for UserGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchUserGroups 2 params body → 200401403500
POST
/UserGroups/searchIndex/{userGroupGuid}
Get index of a record in a search for usergroups Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexUserGroups 1 param body → 200401403500
POST
/UserGroups/searchCount
Returns number of hits in a search for UserGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountUserGroups body → 200401403500
GET
/UserGroups/searchInfo
Returns structured information about what and how you can search for
SearchInfoUserGroups → 200500
GET
/UserGroups/{userGroupNo}/users
Returns a list of Users associated with the User Group
GetUserGroupUsers 1 param → 200401403500
GET
/UserGroups/{resourceNo}/copy
Copies an existing UserGroup to a new object
CopyUserGroup 1 param → 200400401403500
GET
/UserGroups/{userGroupNo}/resourceonunits
Fetches all Resource On Units attached to the User Group
GetUserGroupResourceOnUnits 1 param → 200401403500
GET
/UserGroups/{userGroupNo}/userGroupLimitations
Fetches all User Groups attached to the User Group
GetUserGroupLimitations 1 param → 200401403500
GET
/UserGroups/{userGroupNo}/assigneeonunits
Fetches assignee on Units attached to the User Group
GetUserGroupAssigneeOnUnits 1 param → 200401403500
GET
/UserGroups/{userGroupNo}/responsibleonunits
Fetches responsible on Units attached to the User Group
GetUserGroupResponsibleOnUnits 1 param → 200401403500
GET
/UserGroups/{userGroupNo}/jobhistoryresourceonunits
Fetches responsible on Units attached to the User Group
GetUserGroupJobHistoryResourceOnUnits 1 param → 200401403500
UserRights 3
GET
/UserRights
Gets all user rights
GetUserRights → 200401403500
POST
/UserRights/{userRightKey}/{userGroupNo}
Grants the right for the specified user right key and user group no
CreateUserRight 2 params → 200400401403500
DELETE
/UserRights/{userRightKey}/{userGroupNo}
Revokes the right for the specified user right key and user group no
DeleteUserRight 2 params → 200400401403500
Users 23
GET
/Users
Gets a list of Users
GetUsers 2 params → 200401403500
POST
/Users
Creates a new user record
CreateUser body → 201400401403500
GET
/Users/{userNo}
Gets a specific User
GetUser 1 param → 200400404401403500
DELETE
/Users/{userNo}
Deletes a user record
DeleteUser 1 param → 204400401403500
PUT
/Users/{userNo}
Updates an existing User
UpdateUser 1 param body → 200400401403500
GET
/Users/{userNo}/history
Gets history for a specific User
GetUserHistory 3 params → 200400404401403500
POST
/Users/search
Search for Users Takes a SearchDefinition input, which can include filters and sorting.
SearchUsers 2 params body → 200401403500
POST
/Users/searchCount
Returns number of hits in a search for Users Takes a SearchDefinition input, which can include filters and sorting.
SearchCountUsers body → 200401403500
POST
/Users/searchIndex/{userGuid}
Get index of a record in a search for Users Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexUsers 1 param body → 200401403500
GET
/Users/searchInfo
Returns structured information about what and how you can search for
SearchInfoUsers → 200500
POST
/Users/{userNo}/resend
Resends a user welcome mail
ResendUserWelcomeMail 1 param → 200400401403500
GET
/Users/{resourceNo}/copy
Copies an existing User to a new object
CopyUser 1 param → 200400401403500
POST
/Users/{userNo}/anonymize
Anonymized an existing User User properties and history will be randomized and non related to any real person.
AnonymizeUser 1 param → 200400401403500
POST
/Users/{userNo}/resetPassword
Generates a reset password email and sends it to the user making the request - not the user for whom the reset password is requested. Required that requester has an email address.
ResetPasswordForAnotherUser 1 param → 200400401403500
GET
/Users/{userNo}/units
GetUserUnits 1 param → 200401403500
GET
/Users/{userNo}/roles
GetUserRoles 1 param → 200401403500
GET
/Users/{userNo}/logins
Gets a list of User Unit Role Logins.
GetUserUnitRoleLogins 1 param → 200401403500
GET
/Users/{userNo}/resourceonunits
Fetches all Resource On Units attached to the User
GetUserResourceOnUnits 1 param → 200401403500
POST
/Users/{userNo}/password
Changes a password for a specific user
ChangeUserPassword 1 param body → 200400401403500
GET
/Users/{userNo}/assigneesonunits
Fetches all Assignees On Units attached to the User
GetUserAssigneeOnUnits 1 param → 200401403500
GET
/Users/{userNo}/responsibleonunits
Fetches all Responsible On Units attached to the User
GetUserResponsibleOnUnits 1 param → 200401403500
GET
/Users/{userNo}/jobhistoryresourceonunits
Fetches all JobHistoryResource units attached to the User
GetUserJobHistoryResourceOnUnits 1 param → 200401403500
GET
/Users/{userNo}/servicePrincipalMappings
GetUserServicePrincipalMappings 1 param → 200401403500
UserSettings 8
GET
/UserSettings
Gets a list of InextiaUserSettings available for the current user
GetUserSettings 2 params → 200401500
GET
/UserSettings/{key}
Gets a specific InextiaUserSetting for current user
GetUserSetting 1 param → 200400204401500
POST
/UserSettings/{key}
Create/Updates an InextiaUserSetting. If a user setting with the supplied key does not exist - it will be created. Otherwise it will be updated.
UpdateUserSetting 1 param body → 200400401500
DELETE
/UserSettings/{key}
Deletes a inextiausersetting record
1 param → 204400401500
POST
/UserSettings/search
Search for InextiaUserSettings Takes a SearchDefinition input, which can include filters and sorting.
SearchUserSettings 2 params body → 200401500
POST
/UserSettings/searchCount
Returns number of hits in a search for InextiaUserSettings Takes a SearchDefinition input, which can include filters and sorting.
SearchCountUserSettings body → 200401500
GET
/UserSettings/searchInfo
Returns structured information about what and how you can search for
SearchInfoUserSettings → 200500
DELETE
/UserSettings/deleteAllUserSettingByKey/{key}
Deletes all inextiausersetting records with the specified key for the grid
DeleteAllUserSettingsByKey 1 param → 204400401500
ValueLists 12
GET
/ValueLists
Gets a list of List Of Values Templates
GetListOfValuesTemplates 2 params → 200401403500
POST
/ValueLists
Creates a new List Of Values template record
CreateListOfValuesTemplate body → 201400401403500
GET
/ValueLists/{listOfValuesTemplateNo}
Gets a specific ListOfValuesTemplate
GetListOfValuesTemplate 1 param → 200400404401403500
PUT
/ValueLists/{listOfValuesTemplateNo}
Updates an existing List Of Values Template
UpdateListOfValuesTemplate 1 param body → 200400401403500
DELETE
/ValueLists/{listOfValuesTemplateNo}
Deletes a List Of Values template record
1 param → 204400401403500
GET
/ValueLists/{listOfValuesTemplateNo}/history
Gets history for a specific ListOfValuesTemplate
GetListOfValuesTemplateHistory 3 params → 200400404401403500
POST
/ValueLists/search
Search for List Of Values Templates Takes a SearchDefinition input, which can include filters and sorting.
SearchListOfValuesTemplates 2 params body → 200401403500
POST
/ValueLists/searchIndex/{ListOfValuesTemplateGuid}
Get index of a record in a search for form templates Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexListOfValuesTemplates 1 param body → 200401403500
POST
/ValueLists/searchCount
Returns number of hits in a search for Form Templates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountListOfValuesTemplates body → 200401403500
GET
/ValueLists/searchInfo
Returns structured information about what and how you can search for
SearchInfoListOfValuesTemplates → 200500
GET
/ValueLists/{listOfValuesTemplateNo}/copy
Copies an existing List Of Values Template to a new object
CopyListOfValuesTemplate 1 param → 200400401403500
GET
/ValueLists/{listOfValuesTemplateNo}/templatevalues
Returns a list of ValueFields
GetListOfValuesTemplateValues 1 param → 200401403500
VAT 11
GET
/VAT
Gets a list of VAT
GetVATs 2 params → 200401403500
POST
/VAT
Creates a new VAT record
CreateVAT body → 201400401403500
GET
/VAT/{VATNo}
Gets a specific VAT
GetVAT 1 param → 200400404401403500
PUT
/VAT/{VATNo}
Updates an existing VAT
UpdateVAT 1 param body → 200400401403500
DELETE
/VAT/{VATNo}
Deletes an VAT record
1 param → 204400401403500
GET
/VAT/{VATNo}/history
Gets history for a specific VAT
GetVATHistory 3 params → 200400404401403500
POST
/VAT/search
Search for VATs Takes a SearchDefinition input, which can include filters and sorting.
SearchVATs 2 params body → 200401403500
POST
/VAT/searchCount
Returns number of hits in a search for VAT Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVATs body → 200401403500
POST
/VAT/searchIndex/{VATGuid}
Get index of a record in a search for VAT Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVATs 1 param body → 200401403500
GET
/VAT/searchInfo
Returns structured information about what and how you can search for
SearchInfoVATs → 200500
GET
/VAT/{VATNo}/copy
Copies an existing VAT to a new object
CopyVAT 1 param → 200400401403500
VesselReportBrowser 3
GET
/VesselReportBrowser
GetVesselReportBrowserRootNodes → 200401403500
POST
/VesselReportBrowser/{nodeType}/children
GetVesselReportBrowserChildren 1 param body → 200401403500
POST
/VesselReportBrowser/{nodeType}
GetVesselReportBrowserTree 1 param body → 200401403500
VesselReportFieldListTemplateRevisionCaches 2
GET
/VesselReportFieldListTemplateRevisionCaches
Gets a list of VesselReportFieldListTemplateRevisionCaches
GetVesselReportFieldListTemplateRevisionCaches 2 params → 200401403500
GET
/VesselReportFieldListTemplateRevisionCaches/{vesselReportTypeRevisionCacheNo}
Gets a specific VesselReportFieldListTemplateRevisionCache
GetVesselReportFieldListTemplateRevisionCache 1 param → 200400404401403500
VesselReportFieldListTemplates 12
GET
/VesselReportFieldListTemplates
Gets a list of List Of Values Templates
GetVesselReportFieldListTemplates 2 params → 200401403500
POST
/VesselReportFieldListTemplates
Creates a new List Of Values template record
CreateVesselReportFieldListTemplate body → 201400401403500
GET
/VesselReportFieldListTemplates/{vesselReportFieldListTemplateNo}
Gets a specific VesselReportFieldListTemplate
GetVesselReportFieldListTemplate 1 param → 200400404401403500
PUT
/VesselReportFieldListTemplates/{vesselReportFieldListTemplateNo}
Updates an existing List Of Values Template
UpdateVesselReportFieldListTemplate 1 param body → 200400401403500
DELETE
/VesselReportFieldListTemplates/{vesselReportFieldListTemplateNo}
Deletes a List Of Values template record
1 param → 204400401403500
GET
/VesselReportFieldListTemplates/{vesselReportFieldListTemplateNo}/history
Gets history for a specific VesselReportFieldListTemplate
GetVesselReportFieldListTemplateHistory 3 params → 200400404401403500
POST
/VesselReportFieldListTemplates/search
Search for VesselReportFieldListTemplate Takes a SearchDefinition input, which can include filters and sorting.
SearchVesselReportFieldListTemplates 2 params body → 200401403500
POST
/VesselReportFieldListTemplates/searchIndex/{VesselReportFieldListTemplateGuid}
Get index of a record in a search for form templates Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselReportFieldListTemplates 1 param body → 200401403500
POST
/VesselReportFieldListTemplates/searchCount
Returns number of hits in a search for Form Templates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselReportFieldListTemplates body → 200401403500
GET
/VesselReportFieldListTemplates/searchInfo
Returns structured information about what and how you can search for
SearchInfoVesselReportFieldListTemplates → 200500
GET
/VesselReportFieldListTemplates/{vesselReportFieldListTemplateNo}/copy
Copies an existing List Of Values Template to a new object
CopyVesselReportFieldListTemplate 1 param → 200400401403500
GET
/VesselReportFieldListTemplates/{vesselReportFieldListTemplateNo}/templatevalues
Returns a list of ValueFields
GetVesselReportFieldListValues 1 param → 200401403500
VesselReports 39
GET
/VesselReports
Gets a list of VesselReports
GetVesselReports 2 params → 200401403500
POST
/VesselReports
Creates a new vesselReport record
CreateVesselReport body → 201400401403500
GET
/VesselReports/{vesselReportNo}
Gets a specific VesselReport
GetVesselReport 1 param → 200400404401403500
PUT
/VesselReports/{vesselReportNo}
Updates an existing VesselReport
UpdateVesselReport 1 param body → 200400401403500
DELETE
/VesselReports/{vesselReportNo}
Deletes an vesselReport record
1 param → 204400401403500
GET
/VesselReports/{vesselReportNo}/history
Gets history for a specific VesselReport
GetVesselReportHistory 3 params → 200400404401403500
POST
/VesselReports/search
Search for vesselReports Takes a SearchDefinition input, which can include filters and sorting.
SearchVesselReports 2 params body → 200401403500
POST
/VesselReports/searchCount
Returns number of hits in a search for VesselReports Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselReports body → 200401403500
POST
/VesselReports/searchIndex/{vesselReportGuid}
Get index of a record in a search for VesselReports Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselReports 1 param body → 200401403500
GET
/VesselReports/searchInfo
Returns structured information about what and how you can search for
SearchInfoVesselReports → 200500
POST
/VesselReports/search/{vesselReportTypeNo}
Search for vesselReports using a specific VesselReportType Takes a Vessel Report Type No. and a SearchDefinition input, which can include filters and sorting.
SearchVesselReportTypeNo 3 params body → 200401403500
GET
/VesselReports/searchInfo/{vesselReportTypeNo}
Returns structured invesselReportation about what and how you can search for
SearchInfoVesselReportsByReportTypeNo 1 param → 200401403500
POST
/VesselReports/searchCount/{vesselReportTypeNo}
Returns number of hits in a search for VesselReports using a specific Vessel Report Type Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselReportsByReportTypeNo 1 param body → 200401403500
POST
/VesselReports/searchIndex/{vesselReportGuid}/{vesselReportTypeNo}
Get index of a record in a search for VesselReports using a specific Vessel Report Type Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselReportsByReportTypeNo 2 params body → 200401403500
GET
/VesselReports/{vesselReportNo}/copy
Copies an existing vesselReport to a new object
CopyVesselReport 1 param → 200400401403500
POST
/VesselReports/build
Builds a new Vessel Report record, applying default values and applies Type settings to the Report.
BuildVesselReport body → 200400401403500
GET
/VesselReports/{vesselReportNo}/approvers
Gets the Approvers for a specific Vessel Report
GetVesselReportApprovers 1 param → 200400404401403500
GET
/VesselReports/{vesselReportNo}/confidentialities
Gets the Confidentialitys for a specific Vessel Report
GetVesselReportConfidentialities 1 param → 200400404401403500
GET
/VesselReports/{vesselReportNo}/vesselReportActions
Returns
GetVesselReportActions 1 param → 200400404401403500
POST
/VesselReports/{vesselReportNo}/approve
Approve Vessel Report
ApproveVesselReport 1 param → 400401403500
POST
/VesselReports/{vesselReportNo}/reject
Reject Vessel Report
RejectVesselReport 1 param body → 400401403500
POST
/VesselReports/{vesselReportNo}/requestApproval
Request Approval of Vessel Report
RequestVesselReportApproval 1 param → 400401403500
POST
/VesselReports/{vesselReportNo}/approveorrequestApproval
Approve or Request approval of Vessel Report
ApproveOrRequestVesselReportApproval 1 param → 400401403500
POST
/VesselReports/{vesselReportNo}/reopen
Request Approval of Vessel Report
ReopenVesselReport 1 param → 400401403500
GET
/VesselReports/{vesselReportNo}/responses
Gets a list of VesselReport Responses
GetVesselReportResponses 1 param → 200401403500
GET
/VesselReports/{vesselReportNo}/responses/count
Returns number of VesselReportResponses for VesselReportNo
CountVesselReportResponses 1 param → 200401403500
POST
/VesselReports/{VesselReportNo}/responses
Add response
AddVesselReportResponse 1 param body → 400200401403500
GET
/VesselReports/nodes
Returns a Node structure containing a mix of available and active report, report type and sequence nodes.
GetVesselReportCreateNodes → 200401403500
GET
/VesselReports/nodes/{nodeType}/{no}/children
Gets the child nodes of the specific node.
GetVesselReportCreateNodeChildren 2 params → 200401403500
GET
/VesselReports/nodes/{query}/search
Searches the nodes and finds any matches.
SearchVesselCreateReportNodes 1 param → 200401403500
POST
/VesselReports/{vesselReportNo}/webhooklogs/search
Searches the Webhooks associated with the Vessel Report.
SearchWebhookLogs 3 params body → 200401403500
POST
/VesselReports/{vesselReportNo}/webhooklogs/searchCount
Returns number of hits in a search for the Vessel Report's Webhook Logs. Takes a SearchDefinition input, which can include filters and sorting.
SearchWebhookLogsCount 1 param body → 200401403500
POST
/VesselReports/{vesselReportNo}/webhooklogs/{webhookLogGuid}/retransmit
Retransmits a specific Webhook based on the selected Webhook Log.
RetransmitWebhookLog 2 params → 200401403500
POST
/VesselReports/{vesselReportNo}/webhooklogs/{webhookLogGuid}/resolve
Resolves a specific Webhook Log with a Response Log entry.
ResolveWebhookLog 2 params body → 200401403500
PUT
/VesselReports/{vesselReportNo}/writeupcache
Write Up Cache
WriteUpCache 1 param → 200401403500
GET
/VesselReports/{vesselReportNo}/consumptions
Gets the Consumptions for a specific Vessel Report
GetVesselReportConsumptions 1 param → 200400404401403500
POST
/VesselReports/{vesselReportNo}/webhooks/{webhookEvent}
Runs webhooks that are of type VesselReport and active. Returns a list of validation Results with results for all found webhooks.
ExecuteWebhooks 2 params → 200400401403500
POST
/VesselReports/{vesselReportNo}/webhooks/{webhookEvent}/retryExecuteWebhooks
Runs a list of webhooks that are of type VesselReport, active and has the same webhookNo as is recieved through the body. Returns a list of validation Results with results for all found webhooks.
RetryExecuteWebhooks 2 params body → 200400401403500
POST
/VesselReports/{vesselReportNo}/webhooks/{webhookEvent}/webhook/{webhookNo}
Runs a specific webhook that is of type VesselReport and active. Returns a list of validation Results with results for all found webhooks.
ExecuteSingleWebhook 3 params → 200400401403500
VesselReportScripts 4
POST
/VesselReportScripts/calculate
body → 200401403500
POST
/VesselReportScripts/validate
body → 200401403500
POST
/VesselReportScripts/tree
1 param body → 200401403500
POST
/VesselReportScripts/run
body → 200401403500
VesselReportSequenceInstances 15
GET
/VesselReportSequenceInstances
Gets a list of VesselReportSequenceInstances
GetVesselReportSequenceInstances 2 params → 200401403500
POST
/VesselReportSequenceInstances
Creates a new VesselReportSequenceInstance record
CreateVesselReportSequenceInstance body → 201400401403500
GET
/VesselReportSequenceInstances/{vesselReportSequenceInstanceNo}
Gets a specific VesselReportSequenceInstance
GetVesselReportSequenceInstance 1 param → 200400404401403500
PUT
/VesselReportSequenceInstances/{vesselReportSequenceInstanceNo}
Updates an existing VesselReportSequenceInstance
UpdateVesselReportSequenceInstance 1 param body → 200400401403500
DELETE
/VesselReportSequenceInstances/{vesselReportSequenceInstanceNo}
Deletes a VesselReportSequenceInstance record
1 param → 204400401403500
GET
/VesselReportSequenceInstances/{vesselReportSequenceInstanceNo}/history
Gets history for a specific VesselReportSequenceInstance
GetVesselReportSequenceInstanceHistory 3 params → 200400404401403500
POST
/VesselReportSequenceInstances/search
Search for VesselReportSequenceInstance Takes a SearchDefinition input, which can include filters and sorting.
SearchVesselReportSequenceInstances 2 params body → 200401403500
POST
/VesselReportSequenceInstances/searchIndex/{VesselReportSequenceInstanceGuid}
Get index of a record in a search for sequences Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselReportSequenceInstances 1 param body → 200401403500
POST
/VesselReportSequenceInstances/searchCount
Returns number of hits in a search for Form Templates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselReportSequenceInstances body → 200401403500
GET
/VesselReportSequenceInstances/searchInfo
Returns structured information about what and how you can search for
SearchInfoVesselReportSequenceInstances → 200500
GET
/VesselReportSequenceInstances/{vesselReportSequenceInstanceNo}/copy
Copies an existing VesselReportSequenceInstance to a new object
CopyVesselReportSequenceInstance 1 param → 200400401403500
GET
/VesselReportSequenceInstances/{vesselReportSequenceInstanceNo}/middlereports
Get middle reports of an existing sequence instance.
GetMiddleReports 1 param → 400200401403500
GET
/VesselReportSequenceInstances/{vesselReportSequenceInstanceNo}/middlereporttypes
Get middle reports of an existing sequence instance.
GetMiddleReportTypes 1 param → 400200401403500
POST
/VesselReportSequenceInstances/merge
Merges all Reports in the End and Middle Sequence Instances into the Start Instance.
MergeVesselReportSequenceInstances body → 204400401403500
POST
/VesselReportSequenceInstances/split
Split Reports In Sequence Instances into new instances
SplitVesselReportSequenceInstances body → 204400401403500
VesselReportSequences 13
GET
/VesselReportSequences
Gets a list of VesselReportSequences
GetVesselReportSequences 2 params → 200401403500
POST
/VesselReportSequences
Creates a new VesselReportSequence record
CreateVesselReportSequence body → 201400401403500
GET
/VesselReportSequences/{vesselReportSequenceNo}
Gets a specific VesselReportSequence
GetVesselReportSequence 1 param → 200400404401403500
PUT
/VesselReportSequences/{vesselReportSequenceNo}
Updates an existing VesselReportSequence
UpdateVesselReportSequence 1 param body → 200400401403500
DELETE
/VesselReportSequences/{vesselReportSequenceNo}
Deletes a VesselReportSequence record
1 param → 204400401403500
GET
/VesselReportSequences/{vesselReportSequenceNo}/history
Gets history for a specific VesselReportSequence
GetVesselReportSequenceHistory 3 params → 200400404401403500
POST
/VesselReportSequences/search
Search for VesselReportSequence Takes a SearchDefinition input, which can include filters and sorting.
SearchVesselReportSequences 2 params body → 200401403500
POST
/VesselReportSequences/searchIndex/{VesselReportSequenceGuid}
Get index of a record in a search for sequences Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselReportSequences 1 param body → 200401403500
POST
/VesselReportSequences/searchCount
Returns number of hits in a search for Form Templates Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselReportSequences body → 200401403500
GET
/VesselReportSequences/searchInfo
Returns structured information about what and how you can search for
SearchInfoVesselReportSequences → 200500
GET
/VesselReportSequences/{vesselReportSequenceNo}/copy
Copies an existing VesselReportSequence to a new object
CopyVesselReportSequence 1 param → 200400401403500
GET
/VesselReportSequences/{vesselReportSequenceNo}/vesseltypes
Gets the Vessel Types for a specific Vessel Report Sequence
GetVesselReportSequenceVesselTypes 1 param → 200400404401403500
GET
/VesselReportSequences/{vesselReportSequenceNo}/vesselreporttypes
Gets the Vessel Types for a specific Vessel Report Sequence
GetVesselReportSequenceVesselReportTypes 1 param → 200400404401403500
VesselReportSignature 17
GET
/VesselReportSignature
Gets a list of VesselReportSignatures
GetVesselReportsSignature 2 params → 200401403500
POST
/VesselReportSignature
Creates a new document record
CreateVesselReportSignature 1 param body → 201400401403500
GET
/VesselReportSignature/{documentNo}
Gets a specific VesselReportSignature
GetVesselReportSignature 1 param → 200400404401403500
PUT
/VesselReportSignature/{documentNo}
Updates an existing Document
UpdateVesselReportSignature 1 param body → 200400401403500
DELETE
/VesselReportSignature/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/VesselReportSignature/searchIndex/{documentGuid}
Get index of a record in a search for VesselReportSignature Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselReportsSignature 1 param body → 200401403500
GET
/VesselReportSignature/{documentNo}/history
Gets history for a specific VesselReportSignature
GetVesselReportSignatureHistory 3 params → 200400404401403500
POST
/VesselReportSignature/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchVesselReportsSignature 2 params body → 200401403500
POST
/VesselReportSignature/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselReportsSignature body → 200401403500
GET
/VesselReportSignature/searchInfo
Returns structured information about what and how you can search for
SearchInfoVesselReportsSignature → 200500
GET
/VesselReportSignature/{documentNo}/pdf
GetVesselReportSignaturePdf 1 param → 400200404401403500
GET
/VesselReportSignature/{documentNo}/file
GetVesselReportSignatureFile 2 params → 400200404401403500
POST
/VesselReportSignature/{documentNo}/file
AddVesselReportSignatureFile 1 param body → 400401403500
GET
/VesselReportSignature/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetVesselReportSignaturePdfGuid 2 params → 400200404401403500
GET
/VesselReportSignature/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetVesselReportSignatureFileGuid 3 params → 400200404401403500
PUT
/VesselReportSignature/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutVesselReportSignatureFile 1 param → 400200404401403500
POST
/VesselReportSignature/{documentNo}/checkin
CheckinVesselReportSignatureFile 4 params body → 400200404401403500
VesselReportTableRevisionCaches 2
GET
/VesselReportTableRevisionCaches
Gets a list of VesselReportTableRevisionCaches
GetVesselReportTableRevisionCaches 2 params → 200401403500
GET
/VesselReportTableRevisionCaches/{VesselReportTableRevisionCacheNo}
Gets a specific VesselReportTableRevisionCache
GetVesselReportTableRevisionCache 1 param → 200400404401403500
VesselReportTables 13
GET
/VesselReportTables
Gets a list of VesselReportTables
GetVesselReportTables 2 params → 200401403500
POST
/VesselReportTables
Creates a new vesselReportTable record
CreateVesselReportTable body → 201400401403500
GET
/VesselReportTables/{vesselReportTableNo}
Gets a specific VesselReportTable
GetVesselReportTable 1 param → 200400404401403500
PUT
/VesselReportTables/{vesselReportTableNo}
Updates an existing VesselReportTable
UpdateVesselReportTable 1 param body → 200400401403500
DELETE
/VesselReportTables/{vesselReportTableNo}
Deletes an vesselReportTable record
1 param → 204400401403500
GET
/VesselReportTables/{vesselReportTableNo}/history
Gets history for a specific VesselReportTable
GetVesselReportTableHistory 3 params → 200400404401403500
POST
/VesselReportTables/search
Search for vesselReportTables Takes a SearchDefinition input, which can include filters and sorting.
SearchVesselReportTables 2 params body → 200401403500
POST
/VesselReportTables/searchCount
Returns number of hits in a search for VesselReportTables Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselReportTables body → 200401403500
POST
/VesselReportTables/searchIndex/{vesselReportTableGuid}
Get index of a record in a search for VesselReportTables Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselReportTables 1 param body → 200401403500
GET
/VesselReportTables/searchInfo
Returns structured information about what and how you can search for
SearchInfoVesselReportTables → 200500
GET
/VesselReportTables/{vesselReportTableNo}/copy
Copies an existing vesselReportTable to a new object
CopyVesselReportTable 1 param → 200400401403500
GET
/VesselReportTables/{vesselReportTableNo}/columns
GetVesselReportTableColumns 1 param → 200400404401403500
GET
/VesselReportTables/{vesselReportTableNo}/consumptionmappings
GetVesselReportTableConsumptionMappings
GetVesselReportTableConsumptionMappings 1 param → 200400404401403500
VesselReportTypeFieldDefinitions 1
POST
/VesselReportTypeFieldDefinitions/{vesselReportTypeNo}/{definitionId}/script/usage
GetDefinitionScriptUsage 2 params → 200400404401403500
VesselReportTypeGroups 13
GET
/VesselReportTypeGroups
Gets a list of VesselReportTypeGroups
GetVesselReportTypeGroups 2 params → 200401403500
POST
/VesselReportTypeGroups
Creates a new VesselReportTypeGroup record
CreateVesselReportTypeGroup body → 201400401403500
GET
/VesselReportTypeGroups/{VesselReportTypeGroupNo}
Gets a specific VesselReportTypeGroup
GetVesselReportTypeGroup 1 param → 200400404401403500
PUT
/VesselReportTypeGroups/{VesselReportTypeGroupNo}
Updates an existing VesselReportTypeGroup
UpdateVesselReportTypeGroup 1 param body → 200400401403500
DELETE
/VesselReportTypeGroups/{VesselReportTypeGroupNo}
Deletes an VesselReportTypeGroup record
1 param → 204400401403500
GET
/VesselReportTypeGroups/{VesselReportTypeGroupNo}/history
Gets history for a specific VesselReportTypeGroup
GetVesselReportTypeGroupHistory 3 params → 200400404401403500
POST
/VesselReportTypeGroups/search
Search for VesselReportTypeGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchVesselReportTypeGroups 2 params body → 200401403500
POST
/VesselReportTypeGroups/searchCount
Returns number of hits in a search for VesselReportTypeGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselReportTypeGroups body → 200401403500
POST
/VesselReportTypeGroups/searchIndex/{VesselReportTypeGroupGuid}
Get index of a record in a search for VesselReportTypeGroups Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselReportTypeGroups 1 param body → 200401403500
GET
/VesselReportTypeGroups/searchInfo
Returns structured information about what and how you can search for
SearchInfoVesselReportTypeGroups → 200500
GET
/VesselReportTypeGroups/{VesselReportTypeGroupNo}/copy
Copies an existing VesselReportTypeGroup to a new object
CopyVesselReportTypeGroup 1 param → 200400401403500
GET
/VesselReportTypeGroups/{VesselReportTypeGroupNo}/CombinedUserRoles
GetVesselReportTypeGroupCombinedUserRoles 1 param → 200401403500
GET
/VesselReportTypeGroups/GetVesselReportTypeGroupsAllowedActions
Get Allowed actions
GetVesselReportTypeGroupsAllowedActions → 200401500
VesselReportTypeRevisionCaches 2
GET
/VesselReportTypeRevisionCaches
Gets a list of VesselReportTypeRevisionCaches
GetVesselReportTypeRevisionCaches 2 params → 200401403500
GET
/VesselReportTypeRevisionCaches/{vesselReportTypeRevisionCacheNo}
Gets a specific VesselReportTypeRevisionCache
GetVesselReportTypeRevisionCache 1 param → 200400404401403500
VesselReportTypes 20
GET
/VesselReportTypes
Gets a list of VesselReportTypes
GetVesselReportTypes 2 params → 200401403500
POST
/VesselReportTypes
Creates a new vesselReportType record
CreateVesselReportType body → 201400401403500
GET
/VesselReportTypes/{vesselReportTypeNo}
Gets a specific VesselReportType
GetVesselReportType 1 param → 200400404401403500
PUT
/VesselReportTypes/{vesselReportTypeNo}
Updates an existing VesselReportType
UpdateVesselReportType 1 param body → 200400401403500
DELETE
/VesselReportTypes/{vesselReportTypeNo}
Deletes an vesselReportType record
1 param → 204400401403500
GET
/VesselReportTypes/{vesselReportTypeNo}/history
Gets history for a specific VesselReportType
GetVesselReportTypeHistory 3 params → 200400404401403500
POST
/VesselReportTypes/search
Search for vesselReportTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchVesselReportTypes 2 params body → 200401403500
POST
/VesselReportTypes/searchCount
Returns number of hits in a search for VesselReportTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselReportTypes body → 200401403500
POST
/VesselReportTypes/searchIndex/{vesselReportTypeGuid}
Get index of a record in a search for VesselReportTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselReportTypes 1 param body → 200401403500
GET
/VesselReportTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoVesselReportTypes → 200500
GET
/VesselReportTypes/{vesselReportTypeNo}/copy
Copies an existing vesselReportType to a new object
CopyVesselReportType 1 param → 200400401403500
GET
/VesselReportTypes/{vesselReportTypeNo}/vesseltypes
Gets the Vessel Types for a specific Vessel Report Type
GetVesselReportTypeVesselTypes 1 param → 200400404401403500
GET
/VesselReportTypes/{vesselReportTypeNo}/approvers
Gets the Approvers for a specific Vessel Report Type
GetVesselReportTypeApprovers 1 param → 200400404401403500
GET
/VesselReportTypes/{vesselReportTypeNo}/confidentialities
Gets the Confidentialitys for a specific Vessel Report Type
GetVesselReportTypeConfidentialities 1 param → 200400404401403500
GET
/VesselReportTypes/{vesselReportTypeNo}/fielddefinitions
Gets the Field Definitions for a specific Vessel Report Type
GetVesselReportTypeFieldDefinitions 1 param → 200400404401403500
GET
/VesselReportTypes/{vesselReportTypeNo}/analyticsCustomTemplates
Gets the analytics Custom Templates for a specific Vessel Report Type
GetVesselReportTypeAnalyticsCustomTemplates 1 param → 200400404401403500
POST
/VesselReportTypes/analytics/{vesselReportTypeNo}
Creates a custom analytics view for the Vessel Report Type
CreateCustomAnalyticsView 1 param body → 200404401403500
PUT
/VesselReportTypes/analytics/{vesselReportTypeNo}
Updates a custom analytics view for the Vessel Report Type
UpdateCustomAnalyticsView 1 param body → 200404401403500
POST
/VesselReportTypes/export
ExportVesselReportTypes body → 200400404401403500
POST
/VesselReportTypes/import
ImportVesselReportTypes body → 200400404401403500
VesselTypes 11
GET
/VesselTypes
Gets a list of VesselTypes
GetVesselTypes 2 params → 200401403500
POST
/VesselTypes
Creates a new vesselType record
CreateVesselType body → 201400401403500
GET
/VesselTypes/{vesselTypeNo}
Gets a specific VesselType
GetVesselType 1 param → 200400404401403500
PUT
/VesselTypes/{vesselTypeNo}
Updates an existing VesselType
UpdateVesselType 1 param body → 200400401403500
DELETE
/VesselTypes/{vesselTypeNo}
Deletes a vesselType record
1 param → 204400401403500
GET
/VesselTypes/{vesselTypeNo}/history
Gets history for a specific VesselType
GetVesselTypeHistory 3 params → 200400404401403500
POST
/VesselTypes/search
Search for VesselTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchVesselTypes 2 params body → 200401403500
POST
/VesselTypes/searchIndex/{vesselTypeGuid}
Get index of a record in a search for vesselTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVesselTypes 1 param body → 200401403500
POST
/VesselTypes/searchCount
Returns number of hits in a search for VesselTypes Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVesselTypes body → 200401403500
GET
/VesselTypes/searchInfo
Returns structured information about what and how you can search for
SearchInfoVesselTypes → 200500
GET
/VesselTypes/{vesselTypeNo}/copy
Copies an existing VesselType to a new object
CopyVesselType 1 param → 200400401403500
VoyageReports 24
GET
/VoyageReports
Gets a list of VoyageReports
GetVoyageReports 2 params → 200401403500
POST
/VoyageReports
Creates a new VoyageReport record
CreateVoyageReport body → 201400401403500
GET
/VoyageReports/{VoyageReportNo}
Gets a specific VoyageReport
GetVoyageReport 1 param → 200400404401403500
PUT
/VoyageReports/{VoyageReportNo}
Updates an existing VoyageReport
UpdateVoyageReport 1 param body → 200400401403500
DELETE
/VoyageReports/{VoyageReportNo}
Deletes a VoyageReport record
1 param → 204400401403500
GET
/VoyageReports/{VoyageReportNo}/history
Gets history for a specific VoyageReport
GetVoyageReportHistory 3 params → 200400404401403500
POST
/VoyageReports/search
Search for VoyageReports Takes a SearchDefinition input, which can include filters and sorting.
SearchVoyageReports 2 params body → 200401403500
POST
/VoyageReports/searchIndex/{VoyageReportGuid}
Get index of a record in a search for VoyageReports Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVoyageReports 1 param body → 200401403500
POST
/VoyageReports/searchCount
Returns number of hits in a search for VoyageReports Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVoyageReports body → 200401403500
GET
/VoyageReports/searchInfo
Returns structured information about what and how you can search for
SearchInfoVoyageReports → 200500
GET
/VoyageReports/{VoyageReportNo}/copy
Copies an existing VoyageReport to a new object
CopyVoyageReport 1 param → 200400401403500
GET
/VoyageReports/{voyageReportNo}/auxItems
Fetches all VoyageReportItemAUXs attached to the VoyageReport
GetAuxItems 1 param → 200401403500
GET
/VoyageReports/{voyageReportNo}/auxItems/{itemNo}
Fetches a specific VoyageReportItemAUX attached to the VoyageReport
GetAuxItem 2 params → 200401403500
GET
/VoyageReports/{voyageReportNo}/meItems
Fetches all VoyageReportItemMEs attached to the VoyageReport
GetMEItems 1 param → 200401403500
GET
/VoyageReports/{voyageReportNo}/meItems/{itemNo}
Fetches a specific VoyageReportItemME attached to the VoyageReport
GetMEItem 2 params → 200401403500
GET
/VoyageReports/{voyageReportNo}/offHireItems
Fetches all VoyageReportItemOffHires attached to the VoyageReport
GetOffHireItems 1 param → 200401403500
GET
/VoyageReports/{voyageReportNo}/offHireItems/{itemNo}
Fetches a specific VoyageReportItemOffHire attached to the VoyageReport
GetOffHireItem 2 params → 200401403500
GET
/VoyageReports/{voyageReportNo}/boilerItems
Fetches all VoyageReportItemBoilers attached to the VoyageReport
GetBoilerItems 1 param → 200401403500
GET
/VoyageReports/{voyageReportNo}/boilerItems/{itemNo}
Fetches a specific VoyageReportItemBoiler attached to the VoyageReport
GetBoilerItem 2 params → 200401403500
GET
/VoyageReports/{voyageReportNo}/cargoes
Fetches all VoyageReportcargoes attached to the VoyageReport
GetVoyageReportCargoes 1 param → 200401403500
GET
/VoyageReports/{voyageReportNo}/cargoes/{releaseNo}
Fetches a specific VoyageReportCargo attached to the VoyageReport
GetVoyageReportCargo 2 params → 200401403500
GET
/VoyageReports/{voyageReportNo}/cargoes/{releaseNo}/details
Fetches a specific VoyageReportCargo attached to the VoyageReport
GetVoyageReportCargoDetails 2 params → 200401403500
GET
/VoyageReports/{voyageReportNo}/voyageData
Fetches all VoyageData attached to the VoyageReport
GetVoyageDataList 1 param → 200401403500
GET
/VoyageReports/{voyageReportNo}/voyageData/{VoyageDataNo}
Fetches a specific VoyageData attached to the VoyageReport
GetVoyageData 2 params → 200401403500
VrsApiConfigurations 11
GET
/VrsApiConfigurations
Gets a list of API configurations
GetVrsApiConfigurations 2 params → 200401403500
POST
/VrsApiConfigurations
Creates a new API configuration record
CreateVrsApiConfiguration body → 201400401403500
GET
/VrsApiConfigurations/{no}
Gets a specific API configuration
GetVrsApiConfiguration 1 param → 200400404401403500
PUT
/VrsApiConfigurations/{no}
Updates an existing API Configuration
UpdateVrsApiConfiguration 1 param body → 200400401403500
DELETE
/VrsApiConfigurations/{no}
Deletes an API configuration record
1 param → 204400401403500
GET
/VrsApiConfigurations/{no}/history
Gets history for a specific API configuration
GetVrsApiConfigurationHistory 3 params → 200400404401403500
POST
/VrsApiConfigurations/search
Search for API configurations Takes a SearchDefinition input, which can include filters and sorting.
SearchVrsApiConfigurations 2 params body → 200401403500
POST
/VrsApiConfigurations/searchIndex/{configurationGuid}
Get index of a record in a search for API Configurations Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVrsApiConfigurations 1 param body → 200401403500
POST
/VrsApiConfigurations/searchCount
Returns number of hits in a search for API configuration Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVrsApiConfigurations body → 200401403500
GET
/VrsApiConfigurations/searchInfo
Returns structured information about what and how you can search for
SearchInfoVrsApiConfigurations → 200500
GET
/VrsApiConfigurations/{no}/copy
Copies an existing API Configuration to a new object
CopyVrsApiConfiguration 1 param → 200400401403500
VrsApiScripts 11
GET
/VrsApiScripts
Gets a list of API scripts
GetVrsApiScripts 2 params → 200401403500
POST
/VrsApiScripts
Creates a new API script record
CreateVrsApiScript body → 201400401403500
GET
/VrsApiScripts/{no}
Gets a specific API script
GetVrsApiScript 1 param → 200400404401403500
PUT
/VrsApiScripts/{no}
Updates an existing API Script
UpdateVrsApiScript 1 param body → 200400401403500
DELETE
/VrsApiScripts/{no}
Deletes an API script record
1 param → 204400401403500
GET
/VrsApiScripts/{no}/history
Gets history for a specific API script
GetVrsApiScriptHistory 3 params → 200400404401403500
POST
/VrsApiScripts/search
Search for API scripts Takes a SearchDefinition input, which can include filters and sorting.
SearchVrsApiScripts 2 params body → 200401403500
POST
/VrsApiScripts/searchIndex/{scriptGuid}
Get index of a record in a search for API Scripts Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexVrsApiScripts 1 param body → 200401403500
POST
/VrsApiScripts/searchCount
Returns number of hits in a search for API script Takes a SearchDefinition input, which can include filters and sorting.
SearchCountVrsApiScripts body → 200401403500
GET
/VrsApiScripts/searchInfo
Returns structured information about what and how you can search for
SearchInfoVrsApiScripts → 200500
GET
/VrsApiScripts/{no}/copy
Copies an existing API Script to a new object
CopyVrsApiScript 1 param → 200400401403500
Warehouses 13
GET
/Warehouses
Gets a list of Warehouses
GetWarehouses 2 params → 200401403500
POST
/Warehouses
Creates a new warehouse record
CreateWarehouse body → 201400401403500
GET
/Warehouses/{warehouseNo}
Gets a specific Warehouse
GetWarehouse 1 param → 200400404401403500
PUT
/Warehouses/{warehouseNo}
Updates an existing Warehouse
UpdateWarehouse 1 param body → 200400401403500
DELETE
/Warehouses/{warehouseNo}
Deletes a warehouse record
1 param → 204400401403500
GET
/Warehouses/{warehouseNo}/history
Gets history for a specific Warehouse
GetWarehouseHistory 3 params → 200400404401403500
POST
/Warehouses/searchIndex/{warehouseGuid}
Get index of a record in a search for warehouse Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexWarehouses 1 param body → 200401403500
POST
/Warehouses/search
Search for Warehouses Takes a SearchDefinition input, which can include filters and sorting.
SearchWarehouses 2 params body → 200401403500
POST
/Warehouses/searchCount
Returns number of hits in a search for Warehouses Takes a SearchDefinition input, which can include filters and sorting.
SearchCountWarehouses body → 200401403500
GET
/Warehouses/searchInfo
Returns structured information about what and how you can search for
SearchInfoWarehouses → 200500
DELETE
/Warehouses/{warehouseNo}/force
Force deletes a warehouse record Force deleting records may cause existing records to contain invalid data, that needs adjustment before they can be saved
1 param → 204400401403500
GET
/Warehouses/{warehouseNo}/copy
Copies an existing warehouse to a new object
CopyWarehouse 1 param → 200400401403500
POST
/Warehouses/appRequest
Get Warehouses for App Returns warehouses for all units included in the unitGuid IN search criteria "criteria":[ { "values":[ {...} ], "field":"unitGuid", "operator":"In" } ],
WarehouseAppRequest body → 200401403500
WebDashboardContent 15
GET
/WebDashboardContent
Gets a list of WebDashboardContent
GetWebDashboardContents 2 params → 200401403500
POST
/WebDashboardContent
Creates a new webDashboardContent record
CreateWebDashboardContent body → 201400401403500
GET
/WebDashboardContent/{webDashboardContentNo}
Gets a specific WebDashboardContent
GetWebDashboardContent 1 param → 200400404401403500
PUT
/WebDashboardContent/{webDashboardContentNo}
Updates an existing WebDashboardContent
UpdateWebDashboardContent 1 param body → 200400401403500
DELETE
/WebDashboardContent/{webDashboardContentNo}
Deletes a webDashboardContent record
1 param → 204400401403500
GET
/WebDashboardContent/{webDashboardContentNo}/history
Gets history for a specific WebDashboardContent
GetWebDashboardContentHistory 3 params → 200400404401403500
POST
/WebDashboardContent/search
Search for WebDashboardContent Takes a SearchDefinition input, which can include filters and sorting.
SearchWebDashboardContent 2 params body → 200401403500
POST
/WebDashboardContent/searchCount
Returns number of hits in a search for WebDashboardContent Takes a SearchDefinition input, which can include filters and sorting.
SearchCountWebDashboardContent body → 200401403500
POST
/WebDashboardContent/searchIndex/{webDashboardContentGuid}
Get index of a record in a search for WebDashboardContent Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexWebDashboardContent 1 param body → 200401403500
GET
/WebDashboardContent/searchInfo
Returns structured information about what and how you can search for
SearchInfoWebDashboardContent → 200500
GET
/WebDashboardContent/{webDashboardContentNo}/copy
Copies an existing webDashboardContent to a new object
CopyWebDashboardContent 1 param → 200400401403500
GET
/WebDashboardContent/{webDashboardContentNo}/dataset
Gets dataset for content
GetDataSet 5 params → 200400401403500
GET
/WebDashboardContent/{webDashboardContentNo}/singlevalue
Get single value for content
GetSingleValue 5 params → 200400401403500
GET
/WebDashboardContent/{webDashboardContentNo}/powerbitoken
Get PowerBI Token
GetPowerBIToken 1 param → 200400401403500
GET
/WebDashboardContent/{webDashboardContentNo}/usage
GetWebDashboardContentUsages 1 param → 200400404401403500
WebDashboardPageBackgrounds 19
GET
/WebDashboardPageBackgrounds
Gets a list of WebDashboardPageBackgrounds
GetWebDashboardPageBackgrounds 2 params → 200401403500
POST
/WebDashboardPageBackgrounds
Creates a new document record
CreateWebDashboardPageBackground 1 param body → 201400401403500
GET
/WebDashboardPageBackgrounds/{documentNo}
Gets a specific WebDashboardPageBackground
GetWebDashboardPageBackground 1 param → 200400404401403500
PUT
/WebDashboardPageBackgrounds/{documentNo}
Updates an existing Document
UpdateWebDashboardPageBackground 1 param body → 200400401403500
DELETE
/WebDashboardPageBackgrounds/{documentNo}
Deletes a document record
1 param → 204400401403500
POST
/WebDashboardPageBackgrounds/searchIndex/{documentGuid}
Get index of a record in a search for WebDashboardPageBackground Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexWebDashboardPageBackgrounds 1 param body → 200401403500
GET
/WebDashboardPageBackgrounds/{documentNo}/history
Gets history for a specific WebDashboardPageBackground
GetWebDashboardPageBackgroundHistory 3 params → 200400404401403500
POST
/WebDashboardPageBackgrounds/search
Search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchWebDashboardPageBackgrounds 2 params body → 200401403500
POST
/WebDashboardPageBackgrounds/searchCount
Returns number of hits in a search for Documents Takes a SearchDefinition input, which can include filters and sorting.
SearchCountWebDashboardPageBackgrounds body → 200401403500
GET
/WebDashboardPageBackgrounds/searchInfo
Returns structured information about what and how you can search for
SearchInfoWebDashboardPageBackgrounds → 200500
GET
/WebDashboardPageBackgrounds/{documentNo}/pdf
GetWebDashboardPageBackgroundPdf 1 param → 400200404401403500
GET
/WebDashboardPageBackgrounds/{documentNo}/file
GetWebDashboardPageBackgroundFile 2 params → 400200404401403500
POST
/WebDashboardPageBackgrounds/{documentNo}/file
AddWebDashboardPageBackgroundFile 1 param body → 400401403500
GET
/WebDashboardPageBackgrounds/{documentNo}/history/{documentGuid}/pdf
Get document pdf from guid
GetWebDashboardPageBackgroundPdfGuid 2 params → 400200404401403500
GET
/WebDashboardPageBackgrounds/{documentNo}/history/{documentGuid}/file
Get document file from guid
GetWebDashboardPageBackgroundFileGuid 3 params → 400200404401403500
PUT
/WebDashboardPageBackgrounds/{documentNo}/checkout
Checks out the document to the current user. When document is checked out, it is allowed to download and edit the file, to subsequent check it in later
CheckoutWebDashboardPageBackgroundFile 1 param → 400200404401403500
POST
/WebDashboardPageBackgrounds/{documentNo}/checkin
CheckinWebDashboardPageBackgroundFile 4 params body → 400200404401403500
GET
/WebDashboardPageBackgrounds/{documentNo}/copy
Copies an existing Document to a new object
CopyWebDashboardPageBackground 1 param → 200400401403500
GET
/WebDashboardPageBackgrounds/{documentNo}/usage
Gets usages for a specific Document
GetWebDashboardPageBackgroundsUsages 1 param → 200400404401403500
WebDashboardPages 20
GET
/WebDashboardPages
Gets a list of WebDashboardPage
GetWebDashboardPages 2 params → 200401403500
POST
/WebDashboardPages
Creates a new WebDashboardPage record
CreateWebDashboardPage body → 201400401403500
GET
/WebDashboardPages/{webDashboardPageNo}
Gets a specific WebDashboardPage
GetWebDashboardPage 1 param → 200400404401403500
PUT
/WebDashboardPages/{webDashboardPageNo}
Updates an existing WebDashboardPage
UpdateWebDashboardPage 1 param body → 200400401403500
DELETE
/WebDashboardPages/{webDashboardPageNo}
Deletes a WebDashboardPage record
1 param → 204400401403500
GET
/WebDashboardPages/{webDashboardPageNo}/history
Gets history for a specific WebDashboardPage
GetWebDashboardPageHistory 3 params → 200400404401403500
POST
/WebDashboardPages/search
Search for WebDashboardPage Takes a SearchDefinition input, which can include filters and sorting.
SearchWebDashboardPage 2 params body → 200401403500
POST
/WebDashboardPages/searchCount
Returns number of hits in a search for WebDashboardPage Takes a SearchDefinition input, which can include filters and sorting.
SearchCountWebDashboardPage body → 200401403500
POST
/WebDashboardPages/searchIndex/{webDashboardPageGuid}
Get index of a record in a search for WebDashboardPage Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexWebDashboardPage 1 param body → 200401403500
GET
/WebDashboardPages/searchInfo
Returns structured information about what and how you can search for
SearchInfoWebDashboardPage → 200500
GET
/WebDashboardPages/{webDashboardPageNo}/copy
Copies an existing WebDashboardPage to a new object
CopyWebDashboardPage 1 param → 200400401403500
GET
/WebDashboardPages/{webDashboardPageNo}/units
Fetches all Units attached to the Web Dashboard Page
GetWebDashboardPageUnits 1 param → 200401403500
GET
/WebDashboardPages/{webDashboardPageNo}/webdashboardcontents
Fetches all Web Dashboard Content attached to the Web Dashboard Page
GetWebDashboardPageWebDashboardContents 1 param → 200401403500
GET
/WebDashboardPages/{webDashboardPageNo}/usage
GetWebDashboardPageUsages 1 param → 200400404401403500
GET
/WebDashboardPages/{webDashboardPageNo}/sharedlinks
Get shared links for web dashboard page
GetWebDashboardPageSharedLinks 1 param → 200401403500
GET
/WebDashboardPages/{webDashboardPageNo}/sharedlink
Generates and returns a public shared link for the dashboard page
GetWebDashboardPageSharedLink 1 param → 200400404401403500
GET
/WebDashboardPages/resolveSharedLink/{linkKey}
Generates access token for web dashboard page shared link
ResolveSharedLink 1 param → 200400404500
GET
/WebDashboardPages/pageAccessToken/{webDashboardPageNo}
Generates access token for the web dashboard page
GetPageAccessToken 1 param → 200400404401403500
GET
/WebDashboardPages/pageAccessToken/{webDashboardPageNo}/{unitNo}
GetPageUnitAccessToken 2 params → 200400404401403500
GET
/WebDashboardPages/{webDashboardPageNo}/filters
GetWebDashboardPageFilters 1 param → 200401403500
WebDashboards 16
GET
/WebDashboards
Gets a list of WebDashboard
GetWebDashboards 2 params → 200401403500
POST
/WebDashboards
Creates a new webDashboard record
CreateWebDashboard body → 201400401403500
GET
/WebDashboards/{webDashboardNo}
Gets a specific WebDashboard
GetWebDashboard 1 param → 200400404401403500
PUT
/WebDashboards/{webDashboardNo}
Updates an existing WebDashboard
UpdateWebDashboard 1 param body → 200400401403500
DELETE
/WebDashboards/{webDashboardNo}
Deletes a webDashboard record
1 param → 204400401403500
GET
/WebDashboards/{webDashboardNo}/history
Gets history for a specific WebDashboard
GetWebDashboardHistory 3 params → 200400404401403500
POST
/WebDashboards/search
Search for WebDashboard Takes a SearchDefinition input, which can include filters and sorting.
SearchWebDashboard 2 params body → 200401403500
POST
/WebDashboards/searchCount
Returns number of hits in a search for WebDashboard Takes a SearchDefinition input, which can include filters and sorting.
SearchCountWebDashboard body → 200401403500
POST
/WebDashboards/searchIndex/{webDashboardGuid}
Get index of a record in a search for WebDashboard Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexWebDashboard 1 param body → 200401403500
GET
/WebDashboards/searchInfo
Returns structured information about what and how you can search for
SearchInfoWebDashboard → 200500
GET
/WebDashboards/{webDashboardNo}/copy
Copies an existing webDashboard to a new object
CopyWebDashboard 1 param → 200400401403500
GET
/WebDashboards/{webDashboardNo}/WebDashboardPages
Returns a list of WebDashboardPages used to perform the WebDashboard
GetWebDashboardWebDashboardPages 1 param → 200401403500
GET
/WebDashboards/{webDashboardNo}/WebDashboardPages/{webDashboardPageNo}
Returns a specific webDashboard WebDashboardPage
GetWebDashboardWebDashboardPage 2 params → 200404401403500
GET
/WebDashboards/{webDashboardNo}/CombinedUserRoles
GetWebDashboardCombinedUserRoles 1 param → 200401403500
GET
/WebDashboards/available
Gets the dashboards available to the current user
GetAvailableDashboards → 200401403500
GET
/WebDashboards/{webDashboardNo}/AvailableWebDashboardPages
Returns a list of WebDashboardPages available to current user
GetAvailableWebDashboardPages 1 param → 200401403500
Webhooks 24
POST
/Webhooks/{webhookNo}/execute
ExecuteWebhook 1 param → 200400404401403500
GET
/Webhooks
Gets a list of API webhooks
Getwebhooks 2 params → 200401403500
POST
/Webhooks
Creates a new API webhook record
CreateWebhook body → 201400401403500
GET
/Webhooks/{webhookNo}
Gets a specific API webhook
GetWebhook 1 param → 200400404401403500
PUT
/Webhooks/{webhookNo}
Updates an existing API Webhook
UpdateWebhook 1 param body → 200400401403500
DELETE
/Webhooks/{webhookNo}
Deletes an API webhook record
1 param → 204400401403500
GET
/Webhooks/{webhookNo}/webhookschedules
Gets Webhook Schedules for a specific API webhook
GetWebhookSchedules 3 params → 200400404401403500
GET
/Webhooks/{webhookNo}/webhookschedules/{webhookScheduleGuid}
Gets a specific Webhook Schedule
GetWebhookSchedule 2 params → 200400404401403500
GET
/Webhooks/{webhookNo}/history
Gets history for a specific API webhook
GetWebhookHistory 3 params → 200400404401403500
POST
/Webhooks/search
Search for Models.Webhooks. webhooks Takes a SearchDefinition input, which can include filters and sorting.
SearchWebhooks 2 params body → 200401403500
GET
/Webhooks/{webhookNo}/responses
Gets a list of Webhook Responses.
GetWebhookResponses 1 param → 200401403500
POST
/Webhooks/{webhookNo}/responses
Add response.
AddWebhookResponse 1 param body → 400200401403500
GET
/Webhooks/{webhookNo}/responses/count
Returns number of Webhook Responses.
CountWebhookResponses 1 param → 200401403500
POST
/Webhooks/{webhookNo}/webhooklogs/search
Search for Webhook Logs for a specific API webhook Takes a SearchDefinition input, which can include filters and sorting.
SearchWebhookWebhookLogs 3 params body → 200401403500
POST
/Webhooks/{webhookNo}/webhooklogs/searchCount
Returns number of hits in a search for the Webhook's Webhook Logs. Takes a SearchDefinition input, which can include filters and sorting.
SearchWebhookWebhookLogsCount 1 param body → 200401403500
POST
/Webhooks/searchIndex/{webhookGuid}
Get index of a record in a search for API webhooks Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexWebhooks 1 param body → 200401403500
POST
/Webhooks/searchCount
Returns number of hits in a search for API webhook Takes a SearchDefinition input, which can include filters and sorting.
SearchCountWebhooks body → 200401403500
GET
/Webhooks/searchInfo
Returns structured information about what and how you can search for
SearchInfoWebhooks → 200500
GET
/Webhooks/{webhookNo}/copy
Copies an existing API Webhook to a new object
CopyWebhook 1 param → 200400401403500
POST
/Webhooks/tree
1 param → 200401403500
POST
/Webhooks/validate
body → 200401403500
GET
/Webhooks/{webhookNo}/documents
Returns a list of Documents used on the Webhook
GetWebhookDocuments 1 param → 200401403500
GET
/Webhooks/{webhookNo}/webhookapis
Returns a list of APIs used on the Webhook
GetWebhookAPIs 1 param → 200400404401403500
GET
/Webhooks/{webhookNo}/webhookapis/{webhookAPIGuid}
Gets a specific Webhook API
GetWebhookAPI 2 params → 200400404401403500
WebTaskListConfigurations 10
GET
/WebTaskListConfigurations
Gets a list of WebTaskListConfigurations
GetWebTaskListConfigurations 2 params → 200401403500
POST
/WebTaskListConfigurations
Creates a new webTaskListConfiguration record
CreateWebTaskListConfiguration body → 201400401403500
GET
/WebTaskListConfigurations/{guid}
Gets a specific WebTaskListConfiguration
GetWebTaskListConfiguration 1 param → 200400404401403500
PUT
/WebTaskListConfigurations/{guid}
Updates an existing WebTaskListConfiguration
UpdateWebTaskListConfiguration 1 param body → 200400401403500
DELETE
/WebTaskListConfigurations/{guid}
Deletes a webTaskListConfiguration record
1 param → 204400401403500
GET
/WebTaskListConfigurations/{guid}/history
Gets history for a specific WebTaskListConfiguration
GetWebTaskListConfigurationHistory 3 params → 200400404401403500
POST
/WebTaskListConfigurations/searchIndex/{resourceNo}
Get index of a record in a search for gridlayout Takes a SearchDefinition input, which can include filters and sorting.
SearchIndexWebTaskListConfigurations 2 params body → 200401403500
POST
/WebTaskListConfigurations/search
Search for WebTaskListConfigurations Takes a SearchDefinition input, which can include filters and sorting.
SearchWebTaskListConfigurations 2 params body → 200401403500
POST
/WebTaskListConfigurations/searchCount
Returns number of hits in a search for WebTaskListConfigurations Takes a SearchDefinition input, which can include filters and sorting.
SearchCountWebTaskListConfigurations body → 200401403500
GET
/WebTaskListConfigurations/searchInfo
Returns structured information about what and how you can search for
SearchInfoWebTaskListConfigurations → 200500

Schemas 1104

The contract defines 1104 schemas that model the data the API accepts and returns. The most detailed are Logihold.BusinessObjects.LogiholdObjModel.SerticaForms.TemplateTableRowRender (304 properties), SerticaWebApi.Models.SystemOptions.OptionsOffice (242 properties), SerticaWebApi.Models.PurchaseOrder.PurchaseOrder (165 properties), SerticaWebApi.Models.SystemOptions.Options (158 properties). Each schema is shown below with its type and property counts.

Logihold.BusinessObjects.Apps.Models.ComponentAppObject
object
9 properties
Logihold.BusinessObjects.Apps.Models.DocumentLinkAppObject
object
13 properties
Logihold.BusinessObjects.Apps.Models.JobAppObject
object
46 properties
Logihold.BusinessObjects.Apps.Models.JobExpectedFaultAppObject
object
9 properties
Logihold.BusinessObjects.Apps.Models.JobFormTemplateAppObject
object
19 properties
Logihold.BusinessObjects.Apps.Models.JobGroupFormTemplateAppObject
object
13 properties
Logihold.BusinessObjects.Apps.Models.JobHistoryAppObject
object
19 properties
Logihold.BusinessObjects.Apps.Models.JobHistoryItemAppObject
object
18 properties
Logihold.BusinessObjects.Apps.Models.JobHistoryPictureAppObject
object
14 properties
Logihold.BusinessObjects.Apps.Models.JobHistoryResourceAppObject
object
15 properties
Logihold.BusinessObjects.Apps.Models.JobHistoryResponseAppObject
object
12 properties
Logihold.BusinessObjects.Apps.Models.JobItemAppObject
object
16 properties
Logihold.BusinessObjects.Apps.Models.JobJobGroupAppObject
object
13 properties
Logihold.BusinessObjects.Apps.Models.JobListAppObject
object
8 properties
Logihold.BusinessObjects.Apps.Models.JobManagementSystemDocumentAppObject
object
13 properties
Logihold.BusinessObjects.Apps.Models.JobProcedureAppObject
object
10 properties
Logihold.BusinessObjects.Apps.Models.JobResourceAppObject
object
11 properties
Logihold.BusinessObjects.Apps.Models.MeasurementHistoryAppObject
object
10 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetComponent
object
31 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetComponentDocument
object
3 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetComponentItem
object
4 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetDocument
object
11 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetFrequencyType
string
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetItem
object
32 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetItemDocument
object
3 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetJob
object
27 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetJobDocument
object
3 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetJobItem
object
4 properties
Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetPlanningType
string
Logihold.BusinessObjects.Licensing.LicenseValidationIssue
object
3 properties
Logihold.BusinessObjects.Licensing.LicenseValidationResult
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Accounting.AccountingDimensionAffector
object
9 properties
Logihold.BusinessObjects.LogiholdObjModel.Accounting.AccountingDimensionAvailableValue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Accounting.AccountingDimensionAvailableValues
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Accounting.AccountingDimensionInfo
object
6 properties
Logihold.BusinessObjects.LogiholdObjModel.Accounting.AccountingDimensionObjectType
string
Logihold.BusinessObjects.LogiholdObjModel.Accounting.AccountingDimensionUsedDimension
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.AzureAD.AzureADInformation
object
7 properties
Logihold.BusinessObjects.LogiholdObjModel.BudgetModule.FinancialFollowupSummary+Mode
string
Logihold.BusinessObjects.LogiholdObjModel.CombinedUserRole+CombinedType
string
Logihold.BusinessObjects.LogiholdObjModel.CombinedUserRole2Type
string
Logihold.BusinessObjects.LogiholdObjModel.CustomProperties.PropertyDataType
string
Logihold.BusinessObjects.LogiholdObjModel.DischargedProductView
object
16 properties
Logihold.BusinessObjects.LogiholdObjModel.Distribution.UnitShipmentRequisitionView
object
7 properties
Logihold.BusinessObjects.LogiholdObjModel.DocumentManagement.Document2UsageView
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.DocumentManagement.DocumentUsageObjectType
string
Logihold.BusinessObjects.LogiholdObjModel.DocumentNotificationDaysDirection
string
Logihold.BusinessObjects.LogiholdObjModel.DocumentPreview.PreviewFormat
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.BallastRecordbook.Enums.BrbReceiverVesselType
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.GarbageRecordbook.Enums.GarbageReceiverVesselType
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.GarbageRecordbook.Views.GrbOperationEnvironmentalItemView
object
25 properties
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.OilRecordbook.Enums.ReceiverType
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.OilRecordbook.Enums.ReceiverVesselType
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.OilRecordbook.Models.ChangeOver
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.OilRecordbook.Models.SoundingTableData
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.OilRecordbook.Views.EnvironmentalItemView+UnitOfMeasureEnum
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.OilRecordbook.Views.SoundingView+SoundingTypeEnum
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.OzoneDepletingSubstancesRecordbook.Enums.InterventionDescriptionType
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.OzoneDepletingSubstancesRecordbook.Enums.OdsrbReceiverVesselType
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.OperationGroupType
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.OperationTankConfigurationFilter
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.Operations.LogbookNode
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.Operations.OperationBaseNode
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.Operations.OperationConfigurationTreeSearchDefintion
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.Operations.OperationDefinition
object
26 properties
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.Operations.OperationDefintionQuantity
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.Operations.OperationSourceDestination
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.Operations.OperationType
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.Operations.OperationTypeConfigurationNodeType
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.Operations.OrbIPartIIISearch
string
Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.Shared.Models.PredifinedTankOperationConfiguration
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.FormTemplateTableColumnSetupJSON
object
22 properties
Logihold.BusinessObjects.LogiholdObjModel.FormTemplateTableJSON
object
8 properties
Logihold.BusinessObjects.LogiholdObjModel.Forms.FormUsageObjectType
string
Logihold.BusinessObjects.LogiholdObjModel.Forms.FormUsageView
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.IPublishUnit
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApprovalFlowType
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApproveArguments
object
6 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApproveDecisionKey
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApproveDisplayMessage
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApproveInputContract
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApproveInvoiceOperationResult
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApproveMessageType
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApproveRequiredDecision
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApproveRequiredSelection
object
7 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ApproveSelectionKey
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ForwardForApprovalArguments
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ForwardForApprovalDecisionKey
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ForwardForApprovalDisplayMessage
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ForwardForApprovalInputContract
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ForwardForApprovalMessageType
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ForwardForApprovalRequiredDecision
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ForwardForApprovalRequiredSelection
object
8 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ForwardForApprovalSelectionKey
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ImInvoiceApproveResult
object
8 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ImInvoiceForwardForApprovalResult
object
10 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.InvoiceOperationResult
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.InvoiceResponseLogRequirement
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.POStatusSelectionRequirement
object
6 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.PerInvoiceCostTypeSelectionRequirement
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.PreApproveArguments
object
1 property
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ResponseLogData
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ResponseLogReason
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ResponseLogScope
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ResponseLogSpecification
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.ResponseLogStatus
string
Logihold.BusinessObjects.LogiholdObjModel.InvoiceManagement.SelectionOption
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.JobNotificationDaysDirection
string
Logihold.BusinessObjects.LogiholdObjModel.ListOfValueTemplateJSON
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.ListOfValueTemplateValuesJSON
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.ComponentRotateIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.ComponentRotateIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.ComponentRotateResult
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.CounterHistoryGraphData
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.CounterHistoryGraphDataPoint
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobMailAttachmentView
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestControlType
string
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestField
object
18 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestJobField
string
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestListItem
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestStatus
string
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestTemplateJobRequestMailTemplateView
object
13 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestTemplateNotificationUserView
object
15 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestTemplateView
object
27 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.MeasurementHistoryGraphData
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.MeasurementHistoryGraphDataPoint
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.MeasurementUsageView
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.Planning.JobActivationIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.Planning.JobActivationIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.Planning.JobDeactivationIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.Planning.JobDeactivationIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.Planning.JobDisableArguments
object
1 property
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.Planning.JobDisableIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.Planning.JobDisableIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.Planning.JobFinalizationIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Maintenance.Planning.JobFinalizationIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystemPublisher+PublishableType
string
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystems.ChangeRequestApproveResult
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystems.ChangeRequestApproveResultIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystems.ChangeRequestApproveResultIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystems.ManagementSystemManagementSystemPublishTaskView
object
19 properties
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystems.ManagementSystemPublishTaskStatus
string
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystems.ManagementSystemPublishTaskTaskType
string
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystems.PublishIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystems.PublishIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.ManagementSystems.PublishMode
string
Logihold.BusinessObjects.LogiholdObjModel.MasterDataManagementModels.MDMComponentInstanceView
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.MasterDataManagementTaskStatus
string
Logihold.BusinessObjects.LogiholdObjModel.MasterDataManagementTaskType
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.Amount
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.CalculatePO.CalculatePOSaveResultIssue
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.CalculatePO.CalculatePOSaveResultIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.CalculatePO.CalculatePOTypes
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.CalculatePO.IssueType
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.CalculatePO.PurchaseOrderPositionPreview
object
8 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.CalculatePO.PurchaseOrderPreview
object
14 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.CombinePurchaseOrderPositionIssue
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.CombinePurchaseOrderPositionIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.ItemPriceHistory
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.ItemPurchaseOrderView
object
9 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PriceTrendIndicator
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderCreatorArguments
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderMailAttachmentView
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderPlacerIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderPlacerIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderPlacerResult
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderPositionReception
object
12 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderPriceApproverIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderPriceApproverIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderReception
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.PurchaseOrderSendToSupplierArguments
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequestForQuoteCreatePurchaseOrderIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequestForQuoteCreatePurchaseOrderIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequestForQuoteCreatorArguments
object
6 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequestForQuoteCreatorSupplierArguments
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequestForQuoteMailAttachmentView
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequestForQuoteRequisitionView
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequestForQuoteStatusChangeResultIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequestForQuoteStatusChangeResultIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.Requisition.RequisitionCountView
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.Requisition.RequisitionMailAttachmentView
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.Requisition.RequisitionRejectHandlerIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.Requisition.RequisitionRejectHandlerIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequisitionCreatePurchaseOrderIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequisitionCreatePurchaseOrderIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequisitionPositionReception
object
12 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequisitionReception
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Procurement.RequisitionRequestForQuoteView
object
13 properties
Logihold.BusinessObjects.LogiholdObjModel.PurchaseTypeView+MandatoryOptionalEnum
string
Logihold.BusinessObjects.LogiholdObjModel.Search.DynamicGridColumnSetup
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Search.DynamicGridSetup
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.Search.ForDeviceRequest
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Search.GridFilterState
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.Search.LogicalOperator
string
Logihold.BusinessObjects.LogiholdObjModel.Search.OrderBy
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Search.SearchCriteria
object
4 properties
Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDataType
string
Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition
object
8 properties
Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfoField
object
5 properties
Logihold.BusinessObjects.LogiholdObjModel.Search.SearchOperator
string
Logihold.BusinessObjects.LogiholdObjModel.Search.ValuesMatching
string
Logihold.BusinessObjects.LogiholdObjModel.SerticaForms.CounterFormInfo
object
8 properties
Logihold.BusinessObjects.LogiholdObjModel.SerticaForms.FormFieldDocument
object
8 properties
Logihold.BusinessObjects.LogiholdObjModel.SerticaForms.SerticaFormField
object
42 properties
Logihold.BusinessObjects.LogiholdObjModel.SerticaForms.SerticaFormFieldListOfValue
object
3 properties
Logihold.BusinessObjects.LogiholdObjModel.SerticaForms.SerticaFormObject
object
9 properties
Logihold.BusinessObjects.LogiholdObjModel.SerticaForms.SerticaFormPage
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.SerticaForms.TemplateTableRowRender
object
304 properties
Logihold.BusinessObjects.LogiholdObjModel.StationDescription
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+AccountLayout
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+AddressAvailable
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+AddressClassificationAction
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+AnalyticsTemplateAvailableTo
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ApprovalSetupDimensionType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+AuthenticationType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+AutomaticReminderType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+AvailableAsResource
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+BudgetModuleApproverStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+CarrierPositionType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+CarrierStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+CertificateGroupRuleFieldRule
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+CertificateGroupRuleVerificationType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+CertificateStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ChangeRequestCause
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ChangeRequestStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ChangeRequestType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ClassAvailable
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+CompanyApprovalType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ComponentSortOrder
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ControlledCopyType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+DataObject
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+DataWarehouseConnectionType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+DataWarehouseDataPersistence
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+DataWarehouseExportFrequencyRecurrence
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+DateTimeFormats
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+DocumentType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+DynamicDashboardNumberCalculation
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+DynamicDateType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ElectronicLogbookIOPPType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ElectronicLogbookLiquid
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ElectronicLogbookLogbook
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ElectronicLogbookProductClass
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+EmailStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+EvaluationProcess
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+EventPostponementStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+EventStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ExchangeMethod
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ExternalDocmentationSource
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+FieldFormFieldsTypeColumnTypes
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+FormApproverAddedBy
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+FormApproverStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+FormStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+FormTemplateCustomPropertyDataType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+FormTemplateFormEditor
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+FormTemplateTableColumnSetupDataType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+FrequencyType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+GenericReportType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+GreenSteamStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ImInvoiceDocumentType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ImInvoiceInterfaceDocumentType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ImInvoiceSetPOStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ImInvoiceStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ImageArea
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ImageDimension
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+InspectionJobHistoryStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+InspectionListOperationDuringInspectionType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+InspectionListStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+InvoiceStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+JobFormTemplateDefaultAction
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+JobHistoryStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+JobInstancePostponementStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+JobRecommendationStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+LabelType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+LogLevel
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+LogSource
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+LogType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ManagementSystemDocumentStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+MeasurementTypeFormat
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+OfficeLabelType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+OperationCarriedOutType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+OperationStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+OrderBy
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+PaymentConditionOffset
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ProcurementBudgetStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ProcurementRequisitionStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ProcurementRequisitionTypeEnum
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ProcurementRequisitionWorkflow
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+PunchOutStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+PunchOutType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+PurchaseOrderConfirmStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+PurchaseOrderConfirmedVia
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+PurchaseOrderStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+PurchaseOrderWorkflow
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+RatingTypeDisplay
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ReasonType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+RecurrenceType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+RequestForQuoteReceivedVia
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+RequestForQuoteStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+RequestForQuoteWorkflow
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+RequisitionForwardType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SMTPAuthenticationType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SMTPLoginMethod
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ScheduledTaskType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SealAffixReason
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SealBreakReason
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SealStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SealSubSealPointType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SendMethod
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ShipdexMeasureUnit
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ShipdexMemberArea
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ShipdexSpecification
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ShipmentStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+ShipmentType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SparePartWarehouseHistoryType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+StartupParameter
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+StockValue
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SubSealPointStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SupplierForwardType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+SupplierPurchaseOrderForwardType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+TankVarianceType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+TaskStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+TransactionDirection
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+TransactionStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+TransitReceivedStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+TriggerType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+UnitForSale
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+UpdateSupplierItemPriceWhenApproveInvoice
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+UserEmbarkationStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+VoyageDataSource
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+VoyageReport2ConsumptionSources
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+VoyageReport2SeaState
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+VoyageReport2TugsReason
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+VoyageReport2WindDirection
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+VoyageReport2WindForce
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+WebDashboardContentDimension
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+WebDashboardContentType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+WebDashboardNumberSource
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+WebDashboardPageFilterType
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+WebhookLogStatus
string
Logihold.BusinessObjects.LogiholdObjModel.SystemData+WebhookStatus
string
Logihold.BusinessObjects.LogiholdObjModel.UpdateUnitsIssue
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.UpdateUnitsIssueReason
string
Logihold.BusinessObjects.LogiholdObjModel.UserManagement.InextiaUserRightIndexType
string
Logihold.BusinessObjects.LogiholdObjModel.View.SortDirection
string
Logihold.BusinessObjects.LogiholdObjModel.WebDashboardModels.WebDashboardContentUsageView
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.WebDashboardModels.WebDashboardPageUsageView
object
2 properties
Logihold.BusinessObjects.LogiholdObjModel.WebVesselReportingSystem.VesselReportApprovalFlow
string
Logihold.BusinessObjects.LogiholdObjModel.WebVesselReportingSystem.VesselReportApprovalStatus
string
Logihold.BusinessObjects.LogiholdObjModel.WebVesselReportingSystem.VesselReportApproverAddedBy
string
Logihold.BusinessObjects.LogiholdObjModel.WebVesselReportingSystem.VesselReportTableColumnDataType
string
Logihold.BusinessObjects.LogiholdObjModel.WebVesselReportingSystem.VesselReportTableColumnReference
string
Logihold.BusinessObjects.LogiholdObjModel.WebVesselReportingSystem.VesselReportTypeFieldDataType
string
Logihold.BusinessObjects.LogiholdObjModel.WebVesselReportingSystem.VesselReportTypeFieldDefinitionScriptUsage
object
9 properties
Logihold.BusinessObjects.LogiholdObjModel.WordFields
string
Logimatic.Analytics.Component.Model.AggregationType
string
Logimatic.Analytics.Component.Model.SortingType
string
Logimatic.Analytics.Component.Model.TemplateFieldDisplayType
string
Logimatic.Analytics.Component.Model.TemplateType
string
Logimatic.BaseClasses30.DataOwner
string
Logimatic.BaseClasses30.IGenerateSqlCommand`1[[Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.GarbageRecordbook.RelationObjects.DischargedProduct, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGenerateSqlCommand`1[[Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.GarbageRecordbook.RelationObjects.GrbOperationEnvironmentalItem, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGenerateSqlCommand`1[[Logihold.BusinessObjects.LogiholdObjModel.JobRequestTemplateJobRequestMailTemplate, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGenerateSqlCommand`1[[Logihold.BusinessObjects.LogiholdObjModel.JobRequestTemplateNotificationUser, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGenerateSqlCommand`1[[Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestTemplate, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGenerateSqlWhereClause`1[[Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.GarbageRecordbook.RelationObjects.DischargedProduct, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGenerateSqlWhereClause`1[[Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.GarbageRecordbook.RelationObjects.GrbOperationEnvironmentalItem, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGenerateSqlWhereClause`1[[Logihold.BusinessObjects.LogiholdObjModel.JobRequestTemplateJobRequestMailTemplate, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGenerateSqlWhereClause`1[[Logihold.BusinessObjects.LogiholdObjModel.JobRequestTemplateNotificationUser, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGenerateSqlWhereClause`1[[Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestTemplate, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGetConfidentialityColumnDefinition`1[[Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.GarbageRecordbook.RelationObjects.DischargedProduct, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGetConfidentialityColumnDefinition`1[[Logihold.BusinessObjects.LogiholdObjModel.ElectronicLogbook.GarbageRecordbook.RelationObjects.GrbOperationEnvironmentalItem, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGetConfidentialityColumnDefinition`1[[Logihold.BusinessObjects.LogiholdObjModel.JobRequestTemplateJobRequestMailTemplate, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGetConfidentialityColumnDefinition`1[[Logihold.BusinessObjects.LogiholdObjModel.JobRequestTemplateNotificationUser, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.IGetConfidentialityColumnDefinition`1[[Logihold.BusinessObjects.LogiholdObjModel.Maintenance.JobRequestModule.JobRequestTemplate, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
Logimatic.BaseClasses30.Rule
object
11 properties
Logimatic.BaseClasses30.Rule+RuleTypeEnum
string
Logimatic.DocumentUtilities.Pdf.ElectronicLogbook.PrintoutEntry
object
5 properties
Logimatic.StandardFunctionsCS.AIIntegrationFlag
string
Logimatic.StandardFunctionsCS.CustomerType
string
Logimatic.StandardFunctionsCS.FleetManagementRole
string
Logimatic.StandardFunctionsCS.IntegrationMode
string
Logimatic.StandardFunctionsCS.WebhooksMode
string
Microsoft.AspNetCore.Http.HttpResults.NotFound
object
1 property
Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter
object
Microsoft.AspNetCore.Mvc.NotFoundObjectResult
object
5 properties
Microsoft.AspNetCore.Mvc.NotFoundResult
object
1 property
Microsoft.AspNetCore.Mvc.UnauthorizedResult
object
1 property
SerticaWebApi.Controllers.PurchaseOrdersController+PurchaseOrderPunchOutAddress
object
1 property
SerticaWebApi.Controllers.PurchaseOrdersController+PurchaseOrderRemark
object
1 property
SerticaWebApi.Controllers.RequisitionsController+RequisitionPunchOutAddress
object
1 property
SerticaWebApi.Controllers.RequisitionsController+RequisitionRemark
object
1 property
SerticaWebApi.Models.Accounting.Account
object
16 properties
SerticaWebApi.Models.Accounting.AccountingDimension
object
26 properties
SerticaWebApi.Models.Accounting.AccountingDimensionAccountingDimensionAffector
object
17 properties
SerticaWebApi.Models.Accounting.AccountingDimensionDerivedValue
object
9 properties
SerticaWebApi.Models.Accounting.AccountingDimensionMandatoryValue
object
11 properties
SerticaWebApi.Models.Accounting.AccountingDimensionValue
object
12 properties
SerticaWebApi.Models.Accounting.ApprovalSetup
object
21 properties
SerticaWebApi.Models.Accounting.ApprovalSetupCombinedUserRole2
object
12 properties
SerticaWebApi.Models.AddressBook.Address
object
78 properties
SerticaWebApi.Models.AddressBook.AddressAddressCategory
object
12 properties
SerticaWebApi.Models.AddressBook.AddressAlternatePayer
object
11 properties
SerticaWebApi.Models.AddressBook.AddressCategory
object
14 properties
SerticaWebApi.Models.AddressBook.AddressContact
object
24 properties
SerticaWebApi.Models.AddressBook.AddressDeliveryCost
object
13 properties
SerticaWebApi.Models.AddressBook.AddressDocument
object
24 properties
SerticaWebApi.Models.AddressBook.AddressEvaluation
object
18 properties
SerticaWebApi.Models.AddressBook.AddressItemType
object
11 properties
SerticaWebApi.Models.AddressBook.AddressPunchOut
object
18 properties
SerticaWebApi.Models.AddressBook.AddressResponse
object
12 properties
SerticaWebApi.Models.AddressBook.AddressTypeSearchFlag
string
SerticaWebApi.Models.AddressBook.AddressUnit
object
11 properties
SerticaWebApi.Models.AiClient.AiChatHistory
object
2 properties
SerticaWebApi.Models.AiClient.AiClientAskModel
object
4 properties
SerticaWebApi.Models.AiClient.AiClientAskResponseModel
object
5 properties
SerticaWebApi.Models.AiClient.AiClientDocumentModel
object
5 properties
SerticaWebApi.Models.Analytics.AnalyticsCustomMenu
object
12 properties
SerticaWebApi.Models.Analytics.AnalyticsCustomTemplate
object
39 properties
SerticaWebApi.Models.Analytics.AnalyticsCustomTemplateField
object
12 properties
SerticaWebApi.Models.Analytics.AnalyticsCustomTemplateResource
object
10 properties
SerticaWebApi.Models.Analytics.AnalyticsCustomTemplateRole
object
10 properties
SerticaWebApi.Models.Analytics.AnalyticsCustomTemplateScanViewResult
object
2 properties
SerticaWebApi.Models.Analytics.AnalyticsMenuItem
object
12 properties
SerticaWebApi.Models.Analytics.AnalyticsMenuType
string
SerticaWebApi.Models.Analytics.AnalyticsReport
object
35 properties
SerticaWebApi.Models.Analytics.AnalyticsReportOutputField
object
13 properties
SerticaWebApi.Models.Analytics.AnalyticsReportResource
object
17 properties
SerticaWebApi.Models.Analytics.AnalyticsSubscription
object
22 properties
SerticaWebApi.Models.Analytics.AnalyticsSubscriptionIntervalType
string
SerticaWebApi.Models.Analytics.AnalyticsSubscriptionRecipient
object
11 properties
SerticaWebApi.Models.Analytics.AnalyticsTemplate
object
21 properties
SerticaWebApi.Models.Analytics.AnalyticsTemplateField
object
12 properties
SerticaWebApi.Models.Analytics.AnalyticsTemplateResource
object
15 properties
SerticaWebApi.Models.Analytics.AnalyticsTemplateRole
object
15 properties
SerticaWebApi.Models.Analytics.AnalyticsUserMenu
object
11 properties
SerticaWebApi.Models.Analytics.DataWarehouse.DataWarehouseAnalyticsTemplate
object
42 properties
SerticaWebApi.Models.Analytics.DataWarehouse.DataWarehouseAnalyticsTemplateResource
object
12 properties
SerticaWebApi.Models.Analytics.DataWarehouse.DataWarehouseAnalyticsTemplateRole
object
10 properties
SerticaWebApi.Models.Analytics.DataWarehouse.DataWarehouseAnalyticsTemplateTsTask
object
14 properties
SerticaWebApi.Models.Analytics.DataWarehouse.DataWarehouseConnection
object
16 properties
SerticaWebApi.Models.Analytics.Report.AnalyticsComparison
string
SerticaWebApi.Models.Analytics.Report.AnalyticsLanguage
object
1 property
SerticaWebApi.Models.Analytics.Report.AnalyticsReportFilterField
object
37 properties
SerticaWebApi.Models.Analytics.Report.AnalyticsReportFilterFieldDynamicDateDirection
string
SerticaWebApi.Models.Analytics.Report.AnalyticsReportFilterFieldDynamicDateType
string
SerticaWebApi.Models.Analytics.Report.AnalyticsReportFilterRange
object
9 properties
SerticaWebApi.Models.Analytics.Report.AnalyticsReportOutput
object
2 properties
SerticaWebApi.Models.Analytics.Report.AnalyticsReportSubReport
object
13 properties
SerticaWebApi.Models.Analytics.Report.AnalyticsTemplateFieldDisplayType
string
SerticaWebApi.Models.Analytics.Report.AnalyticsTimeComparison
string
SerticaWebApi.Models.ApiCombinePositionArguments
object
2 properties
SerticaWebApi.Models.ApiMail
object
5 properties
SerticaWebApi.Models.ApiMailAttachment
object
3 properties
SerticaWebApi.Models.ApprovalWebExcludedUnit.ApprovalWebExcludedUnit
object
13 properties
SerticaWebApi.Models.BatchEdit.BatchEdit
object
4 properties
SerticaWebApi.Models.BatchEdit.BatchEditApplyTransformations
object
2 properties
SerticaWebApi.Models.BatchEdit.BatchEditOperation
string
SerticaWebApi.Models.BatchEdit.BatchEditRecordResult
object
3 properties
SerticaWebApi.Models.BatchEdit.BatchEditResult
object
1 property
SerticaWebApi.Models.BatchEdit.BatchEditResultState
string
SerticaWebApi.Models.BatchEdit.BatchEditTransformation
object
8 properties
SerticaWebApi.Models.BrokenRule
object
7 properties
SerticaWebApi.Models.BrokenRuleType
string
SerticaWebApi.Models.Budget.Budget
object
33 properties
SerticaWebApi.Models.Budget.BudgetApprover
object
12 properties
SerticaWebApi.Models.Budget.BudgetLine
object
55 properties
SerticaWebApi.Models.Budget.BudgetResponse
object
18 properties
SerticaWebApi.Models.BudgetAccrualExport.BudgetAccrualExport
object
21 properties
SerticaWebApi.Models.CalculatePurchaseOrder.ApiCalculatePOSaveResult
object
3 properties
SerticaWebApi.Models.CalculatePurchaseOrder.CalculatePOCreateArguments
object
7 properties
SerticaWebApi.Models.CalculatePurchaseOrder.CalculatePOPort
object
6 properties
SerticaWebApi.Models.CalculatePurchaseOrder.CalculatePOPosition
object
11 properties
SerticaWebApi.Models.CalculatePurchaseOrder.CalculatePOSupplier
object
5 properties
SerticaWebApi.Models.CalculatePurchaseOrder.CalculatePurchaseOrderArguments
object
2 properties
SerticaWebApi.Models.Certificate.Certificate
object
56 properties
SerticaWebApi.Models.Certificate.CertificateCertificateNotificationSetting
object
12 properties
SerticaWebApi.Models.Certificate.CertificateDocument
object
25 properties
SerticaWebApi.Models.Certificate.CertificateGroup
object
39 properties
SerticaWebApi.Models.Certificate.CertificateGroupRule
object
30 properties
SerticaWebApi.Models.Certificate.CertificateGroupVesselType
object
12 properties
SerticaWebApi.Models.Certificate.CertificateLocation
object
17 properties
SerticaWebApi.Models.Certificate.CertificateLocationCertificateGroup
object
12 properties
SerticaWebApi.Models.Certificate.CertificateMail
object
5 properties
SerticaWebApi.Models.Certificate.CertificateNotificationSetting
object
25 properties
SerticaWebApi.Models.Certificate.CertificateNotificationSettingCertificateGroup
object
13 properties
SerticaWebApi.Models.Certificate.CertificateResponse
object
12 properties
SerticaWebApi.Models.Certificate.CertificateTreeNode
object
14 properties
SerticaWebApi.Models.Certificate.CertificateTreeNodeType
string
SerticaWebApi.Models.ChangeRequestApprover
object
14 properties
SerticaWebApi.Models.ChangeRequestUnit
object
13 properties
SerticaWebApi.Models.ClassCode.ClassCode
object
16 properties
SerticaWebApi.Models.Company.Company
object
37 properties
SerticaWebApi.Models.Company.CompanyAccountingDimension
object
10 properties
SerticaWebApi.Models.Company.CompanyApprovalSetup
object
24 properties
SerticaWebApi.Models.Company.CompanyApprovalSetupAccountingDimensionRule
object
12 properties
SerticaWebApi.Models.Company.CompanyApprovalSetupDimension
object
12 properties
SerticaWebApi.Models.Company.CompanyAutomaticReminder
object
18 properties
SerticaWebApi.Models.Company.CompanyCombinedUserRole2
object
16 properties
SerticaWebApi.Models.Company.CompanyCombinedUserRole2Account
object
14 properties
SerticaWebApi.Models.Component.Component
object
81 properties
SerticaWebApi.Models.Component.ComponentCounterHistory
object
13 properties
SerticaWebApi.Models.Component.ComponentDocument
object
25 properties
SerticaWebApi.Models.Component.ComponentItem
object
23 properties
SerticaWebApi.Models.Component.ComponentLocation
object
16 properties
SerticaWebApi.Models.Component.ComponentMap
object
20 properties
SerticaWebApi.Models.Component.ComponentMapHotspot
object
16 properties
SerticaWebApi.Models.Component.ComponentResponse
object
13 properties
SerticaWebApi.Models.Component.ComponentRotateArguments
object
3 properties
SerticaWebApi.Models.Component.ComponentSupplier
object
14 properties
SerticaWebApi.Models.Component.ComponentType
object
16 properties
SerticaWebApi.Models.Counter.Counter
object
33 properties
SerticaWebApi.Models.Counter.CounterHistory
object
14 properties
SerticaWebApi.Models.Counter.CounterType
object
21 properties
SerticaWebApi.Models.CountryCode.CountryCode
object
14 properties
SerticaWebApi.Models.Currency.Currency
object
18 properties
SerticaWebApi.Models.Currency.CurrencyRate
object
9 properties
SerticaWebApi.Models.CustomLayout.ScreenLayout
object
8 properties
SerticaWebApi.Models.CustomLayout.ScreenLayoutBulkUpdate
object
2 properties
SerticaWebApi.Models.CustomProperties.PropertyDefinition
object
31 properties
SerticaWebApi.Models.CustomProperties.PropertyDefinitionFieldDependency
object
13 properties
SerticaWebApi.Models.CustomProperties.PropertyDefinitionListValue
object
9 properties
SerticaWebApi.Models.CustomProperties.PropertyDefinitionUnitDependency
object
11 properties
SerticaWebApi.Models.DeliveryCondition.DeliveryCondition
object
17 properties
SerticaWebApi.Models.DeliveryCost.DeliveryCost
object
15 properties
SerticaWebApi.Models.Department.Department
object
20 properties
SerticaWebApi.Models.Distribution.Carrier
object
56 properties
SerticaWebApi.Models.Distribution.CarrierDocument
object
24 properties
SerticaWebApi.Models.Distribution.CarrierPackage
object
16 properties
SerticaWebApi.Models.Distribution.CarrierPosition
object
30 properties
SerticaWebApi.Models.Distribution.CarrierResponse
object
11 properties
SerticaWebApi.Models.Distribution.Destination
object
14 properties
SerticaWebApi.Models.Distribution.PackingUnit
object
17 properties
SerticaWebApi.Models.Distribution.Shipment
object
53 properties
SerticaWebApi.Models.Distribution.ShipmentCarrier
object
22 properties
SerticaWebApi.Models.Distribution.ShipmentDestinationWarehouse
object
13 properties
SerticaWebApi.Models.Distribution.ShipmentDocument
object
24 properties
SerticaWebApi.Models.Distribution.ShipmentFreightDetail
object
19 properties
SerticaWebApi.Models.Distribution.ShipmentMailRecipientType
string
SerticaWebApi.Models.Distribution.ShipmentMailRequest
object
4 properties
SerticaWebApi.Models.Distribution.ShipmentMarking
object
18 properties
SerticaWebApi.Models.Distribution.ShipmentMarkingCarrier
object
24 properties
SerticaWebApi.Models.Distribution.ShipmentPickupWarehouse
object
11 properties
SerticaWebApi.Models.Distribution.ShipmentResponse
object
11 properties
SerticaWebApi.Models.Distribution.ShipmentWay
object
14 properties
SerticaWebApi.Models.Distribution.UnitShipment
object
33 properties
SerticaWebApi.Models.Distribution.UnitShipmentEvaluationItem
object
20 properties
SerticaWebApi.Models.Distribution.UnitShipmentMarking
object
18 properties
SerticaWebApi.Models.Distribution.UnitShipmentMarkingCarrier
object
17 properties
SerticaWebApi.Models.Distribution.UnitShipmentMarkingCarrierPosition
object
8 properties
SerticaWebApi.Models.Distribution.UnitShipmentMarkingCarrierPositions
object
4 properties
SerticaWebApi.Models.Distribution.UnitShipmentMarkingCarrierRequisitionPosition
object
12 properties
SerticaWebApi.Models.Distribution.UnitShipmentResponse
object
11 properties
SerticaWebApi.Models.Document.Document
object
43 properties
SerticaWebApi.Models.Document.DocumentClass
object
14 properties
SerticaWebApi.Models.Document.DocumentDocumentClass
object
10 properties
SerticaWebApi.Models.Document.DocumentGroup
object
21 properties
SerticaWebApi.Models.Document.DocumentShare
object
3 properties
SerticaWebApi.Models.Document.DocumentShareLinkType
string
SerticaWebApi.Models.Document.DocumentSharePreview
object
3 properties
SerticaWebApi.Models.Document.DocumentTreeNode
object
12 properties
SerticaWebApi.Models.Document.DocumentTreeNodeType
string
SerticaWebApi.Models.Document.DocumentType
object
17 properties
SerticaWebApi.Models.Document.DocumentWeblink
object
10 properties
SerticaWebApi.Models.Document.FileContentDisposition
string
SerticaWebApi.Models.Document.FileType
string
SerticaWebApi.Models.DocumentMail.DocumentMailTemplate
object
17 properties
SerticaWebApi.Models.DocumentMail.DocumentNotification
object
13 properties
SerticaWebApi.Models.ElectronicLogBook.BrbOperationSigner
object
14 properties
SerticaWebApi.Models.ElectronicLogBook.DischargedProduct
object
12 properties
SerticaWebApi.Models.ElectronicLogBook.Documents.GarbageReceiverDocument
object
24 properties
SerticaWebApi.Models.ElectronicLogBook.Documents.GrbOperationDocument
object
24 properties
SerticaWebApi.Models.ElectronicLogBook.Documents.OdsrbOperationDocument
object
24 properties
SerticaWebApi.Models.ElectronicLogBook.Documents.OdsrbReceiverDocument
object
24 properties
SerticaWebApi.Models.ElectronicLogBook.Documents.OrbOperationDocument
object
24 properties
SerticaWebApi.Models.ElectronicLogBook.Documents.ReceiverDocument
object
24 properties
SerticaWebApi.Models.ElectronicLogBook.EnvironmentalItem
object
17 properties
SerticaWebApi.Models.ElectronicLogBook.Equipment
object
22 properties
SerticaWebApi.Models.ElectronicLogBook.EquipmentDetection
object
9 properties
SerticaWebApi.Models.ElectronicLogBook.FuelType
object
17 properties
SerticaWebApi.Models.ElectronicLogBook.GarbageReceiver
object
22 properties
SerticaWebApi.Models.ElectronicLogBook.GrbOperation
object
56 properties
SerticaWebApi.Models.ElectronicLogBook.GrbOperationCreate
object
3 properties
SerticaWebApi.Models.ElectronicLogBook.GrbOperationEnvironmentalItem
object
20 properties
SerticaWebApi.Models.ElectronicLogBook.GrbOperationGarbageReceiver
object
9 properties
SerticaWebApi.Models.ElectronicLogBook.GrbOperationSigner
object
14 properties
SerticaWebApi.Models.ElectronicLogBook.LiquidType
object
16 properties
SerticaWebApi.Models.ElectronicLogBook.LubeOilType
object
18 properties
SerticaWebApi.Models.ElectronicLogBook.OdsrbOperation
object
55 properties
SerticaWebApi.Models.ElectronicLogBook.OdsrbOperationCreate
object
3 properties
SerticaWebApi.Models.ElectronicLogBook.OdsrbOperationOdsrbReceiver
object
9 properties
SerticaWebApi.Models.ElectronicLogBook.OdsrbOperationSigner
object
14 properties
SerticaWebApi.Models.ElectronicLogBook.OdsrbReceiver
object
22 properties
SerticaWebApi.Models.ElectronicLogBook.OperationSignings
object
16 properties
SerticaWebApi.Models.ElectronicLogBook.OperationTypeConfiguration
object
21 properties
SerticaWebApi.Models.ElectronicLogBook.OperationTypeConfigurationSignLevelConfiguration
object
11 properties
SerticaWebApi.Models.ElectronicLogBook.OrbNoon
object
20 properties
SerticaWebApi.Models.ElectronicLogBook.OrbNoonFuelType
object
11 properties
SerticaWebApi.Models.ElectronicLogBook.OrbNoonPurifier
object
16 properties
SerticaWebApi.Models.ElectronicLogBook.OrbOperation
object
104 properties
SerticaWebApi.Models.ElectronicLogBook.OrbOperationContemporaryOperation
object
10 properties
SerticaWebApi.Models.ElectronicLogBook.OrbOperationCreate
object
9 properties
SerticaWebApi.Models.ElectronicLogBook.OrbOperationReceiver
object
9 properties
SerticaWebApi.Models.ElectronicLogBook.OrbOperationSealSubSealPoint
object
9 properties
SerticaWebApi.Models.ElectronicLogBook.OrbOperationSigner
object
14 properties
SerticaWebApi.Models.ElectronicLogBook.OrbOperationSounding
object
9 properties
SerticaWebApi.Models.ElectronicLogBook.Purifier
object
17 properties
SerticaWebApi.Models.ElectronicLogBook.Receiver
object
24 properties
SerticaWebApi.Models.ElectronicLogBook.Seal
object
26 properties
SerticaWebApi.Models.ElectronicLogBook.SealSubSealPoint
object
28 properties
SerticaWebApi.Models.ElectronicLogBook.SealType
object
16 properties
SerticaWebApi.Models.ElectronicLogBook.Sounding
object
46 properties
SerticaWebApi.Models.ElectronicLogBook.SoundingStatus
object
21 properties
SerticaWebApi.Models.ElectronicLogBook.SoundingTable
object
19 properties
SerticaWebApi.Models.ElectronicLogBook.SourceDestinationQuantity
string
SerticaWebApi.Models.ElectronicLogBook.Substance
object
16 properties
SerticaWebApi.Models.ElectronicLogBook.Tank
object
61 properties
SerticaWebApi.Models.ElectronicLogBook.TankCompartment
object
9 properties
SerticaWebApi.Models.ElectronicLogBook.TankLogbook
object
9 properties
SerticaWebApi.Models.ElectronicLogBook.TankOperationConfiguration
object
19 properties
SerticaWebApi.Models.ElectronicLogBook.TankOperationConfigurationTank
object
15 properties
SerticaWebApi.Models.ElectronicLogbook.BrbOperation
object
74 properties
SerticaWebApi.Models.ElectronicLogbook.BrbOperationBrbReceiver
object
9 properties
SerticaWebApi.Models.ElectronicLogbook.BrbOperationCreate
object
7 properties
SerticaWebApi.Models.ElectronicLogbook.BrbOperationSounding
object
9 properties
SerticaWebApi.Models.ElectronicLogbook.BrbReceiver
object
22 properties
SerticaWebApi.Models.ElectronicLogbook.DeletionPINVerification
object
15 properties
SerticaWebApi.Models.ElectronicLogbook.Documents.BrbOperationDocument
object
24 properties
SerticaWebApi.Models.ElectronicLogbook.Documents.BrbReceiverDocument
object
24 properties
SerticaWebApi.Models.ElectronicLogbook.PrintoutOptions
object
4 properties
SerticaWebApi.Models.ElectronicLogbook.SealStatusUpdate
object
7 properties
SerticaWebApi.Models.ElectronicLogbook.SealStorageLocation
object
16 properties
SerticaWebApi.Models.ElectronicLogbook.SubSealPoint
object
27 properties
SerticaWebApi.Models.ElectronicLogbook.SubSealPointComponentType
object
16 properties
SerticaWebApi.Models.ElectronicLogbook.UserUnitMovementUpdate
object
6 properties
SerticaWebApi.Models.ErrorReason
object
2 properties
SerticaWebApi.Models.EventReport.EventReport
object
27 properties
SerticaWebApi.Models.EventReport.EventReportApprovalInfo
object
1 property
SerticaWebApi.Models.ExpectedFault.ExpectedFault
object
16 properties
SerticaWebApi.Models.ExternalItem.ExternalItem
object
10 properties
SerticaWebApi.Models.FinancialFollowup.FinancialFollowupNodeResponse
object
53 properties
SerticaWebApi.Models.Form.ActivityGroup
object
15 properties
SerticaWebApi.Models.Form.Form
object
45 properties
SerticaWebApi.Models.Form.FormActions
object
6 properties
SerticaWebApi.Models.Form.FormAppObject
object
18 properties
SerticaWebApi.Models.Form.FormAppRequest
object
2 properties
SerticaWebApi.Models.Form.FormApprover
object
16 properties
SerticaWebApi.Models.Form.FormBrowserNode
object
16 properties
SerticaWebApi.Models.Form.FormBrowserNodeKeys
object
4 properties
SerticaWebApi.Models.Form.FormBrowserNodeType
string
SerticaWebApi.Models.Form.FormConfidentialityUserRole
object
13 properties
SerticaWebApi.Models.Form.FormDocument
object
23 properties
SerticaWebApi.Models.Form.FormRejectReason
object
2 properties
SerticaWebApi.Models.Form.FormResponse
object
13 properties
SerticaWebApi.Models.Form.FormResponseAppObject
object
8 properties
SerticaWebApi.Models.Form.FormTemplate
object
38 properties
SerticaWebApi.Models.Form.FormTemplateAppObject
object
16 properties
SerticaWebApi.Models.Form.FormTemplateAppRequest
object
2 properties
SerticaWebApi.Models.Form.FormTemplateApprover
object
12 properties
SerticaWebApi.Models.Form.FormTemplateAutomaticDeletion
object
11 properties
SerticaWebApi.Models.Form.FormTemplateConfidentialityUserRole
object
14 properties
SerticaWebApi.Models.Form.FormTemplateCustomProperty
object
11 properties
SerticaWebApi.Models.Form.FormTemplateFunctionArea
object
11 properties
SerticaWebApi.Models.Form.FormTemplateTable
object
19 properties
SerticaWebApi.Models.Form.FormTemplateTableFieldNameDto
object
1 property
SerticaWebApi.Models.Form.ListOfValueTemplate
object
15 properties
SerticaWebApi.Models.Form.ListOfValueTemplateValue
object
9 properties
SerticaWebApi.Models.Framework.Amount
object
3 properties
SerticaWebApi.Models.Framework.IosDataSyncResetObject
object
2 properties
SerticaWebApi.Models.Framework.LocalizationText
object
2 properties
SerticaWebApi.Models.Framework.LoggedInUser
object
17 properties
SerticaWebApi.Models.Framework.LoginRole
object
15 properties
SerticaWebApi.Models.FunctionArea.FunctionArea
object
17 properties
SerticaWebApi.Models.FunctionArea.FunctionAreaUnit
object
11 properties
SerticaWebApi.Models.GridColumnLayout
object
17 properties
SerticaWebApi.Models.ImInvoice.ExecuteApproveRequest
object
2 properties
SerticaWebApi.Models.ImInvoice.ExecuteForwardForApprovalRequest
object
2 properties
SerticaWebApi.Models.ImInvoice.ExecutePreApproveRequest
object
2 properties
SerticaWebApi.Models.ImInvoice.ImInvoice
object
103 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceAdditionalCost
object
36 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceApprovalInfo
object
2 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceApprover
object
15 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceCreateSelection
object
4 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceDocument2Link
object
25 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceExternalPaymentInfo
object
5 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceMoveToUnitResult
object
2 properties
SerticaWebApi.Models.ImInvoice.ImInvoicePosition
object
70 properties
SerticaWebApi.Models.ImInvoice.ImInvoicePurchaseOrder
object
24 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceResponse
object
13 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceReturnToDraft
object
2 properties
SerticaWebApi.Models.ImInvoice.ImInvoiceReversal
object
1 property
SerticaWebApi.Models.ImInvoice.ImInvoiceTotal
object
4 properties
SerticaWebApi.Models.ImInvoice.InvoiceChangeResponsibleArguments
object
2 properties
SerticaWebApi.Models.ImInvoice.InvoiceChangeResponsibleResult
object
3 properties
SerticaWebApi.Models.ImInvoice.MoveToUnitIssue
object
2 properties
SerticaWebApi.Models.Inspection.GroupCode
object
15 properties
SerticaWebApi.Models.Inspection.InspectionArea
object
14 properties
SerticaWebApi.Models.Inspection.InspectionJob
object
20 properties
SerticaWebApi.Models.Inspection.InspectionJobHistory
object
19 properties
SerticaWebApi.Models.Inspection.InspectionJobHistoryDocument
object
24 properties
SerticaWebApi.Models.Inspection.InspectionJobInspectionArea
object
12 properties
SerticaWebApi.Models.Inspection.InspectionList
object
47 properties
SerticaWebApi.Models.Inspection.InspectionListActualRatingTypeValue
object
11 properties
SerticaWebApi.Models.Inspection.InspectionListSurveyor
object
12 properties
SerticaWebApi.Models.Inspection.InspectionListType
object
14 properties
SerticaWebApi.Models.Item.Item
object
82 properties
SerticaWebApi.Models.Item.ItemDocument
object
25 properties
SerticaWebApi.Models.Item.ItemGroup
object
23 properties
SerticaWebApi.Models.Item.ItemItemGroup
object
13 properties
SerticaWebApi.Models.Item.ItemSupplier
object
24 properties
SerticaWebApi.Models.Item.ItemSupplierPort
object
18 properties
SerticaWebApi.Models.Item.ItemSupplierPortPrice
object
15 properties
SerticaWebApi.Models.Item.ItemSupplierPrice
object
17 properties
SerticaWebApi.Models.Item.ItemTreeNode
object
14 properties
SerticaWebApi.Models.Item.ItemTreeNodeType
string
SerticaWebApi.Models.Item.ItemType
object
14 properties
SerticaWebApi.Models.Item.ItemUnit
object
9 properties
SerticaWebApi.Models.Item.ItemWarehouse
object
32 properties
SerticaWebApi.Models.Item.ItemWarehouseHistory
object
23 properties
SerticaWebApi.Models.ItemGroupSelectionTree.ItemGroupSelection
object
23 properties
SerticaWebApi.Models.ItemLocationTree.ItemLocationTreeNode
object
21 properties
SerticaWebApi.Models.ItemLocationTree.ItemLocationTreeNodeType
string
SerticaWebApi.Models.Job.Job
object
129 properties
SerticaWebApi.Models.Job.JobActivationMessage
object
5 properties
SerticaWebApi.Models.Job.JobActivationResult
object
2 properties
SerticaWebApi.Models.Job.JobAssignee
object
29 properties
SerticaWebApi.Models.Job.JobDeactivationMessage
object
4 properties
SerticaWebApi.Models.Job.JobDeactivationResult
object
2 properties
SerticaWebApi.Models.Job.JobDisableResult
object
2 properties
SerticaWebApi.Models.Job.JobDisablerMessage
object
4 properties
SerticaWebApi.Models.Job.JobDocument
object
25 properties
SerticaWebApi.Models.Job.JobFinalizationMessage
object
4 properties
SerticaWebApi.Models.Job.JobFinalizationResult
object
3 properties
SerticaWebApi.Models.Job.JobFormTemplate
object
20 properties
SerticaWebApi.Models.Job.JobItem
object
25 properties
SerticaWebApi.Models.Job.JobJobGroup
object
12 properties
SerticaWebApi.Models.Job.JobMail
object
7 properties
SerticaWebApi.Models.Job.JobMoveInfo
object
1 property
SerticaWebApi.Models.Job.JobNotification
object
13 properties
SerticaWebApi.Models.Job.JobPlanningUpdateResult
object
2 properties
SerticaWebApi.Models.Job.JobPostponementInfo
object
4 properties
SerticaWebApi.Models.Job.JobProcedure
object
14 properties
SerticaWebApi.Models.Job.JobResource
object
16 properties
SerticaWebApi.Models.Job.JobTrigger
object
64 properties
SerticaWebApi.Models.Job.MeasureTriggerType
string
SerticaWebApi.Models.Job.Months
string
SerticaWebApi.Models.Job.OrdinalNumbers
string
SerticaWebApi.Models.Job.PlanningType
string
SerticaWebApi.Models.Job.PostponementReason
object
16 properties
SerticaWebApi.Models.Job.RecurrenceType
string
SerticaWebApi.Models.Job.TriggerType
string
SerticaWebApi.Models.JobGroup.JobGroup
object
22 properties
SerticaWebApi.Models.JobGroup.JobGroupFormTemplate
object
15 properties
SerticaWebApi.Models.JobHistory.JobHistory
object
59 properties
SerticaWebApi.Models.JobHistory.JobHistoryDocument
object
24 properties
SerticaWebApi.Models.JobHistory.JobHistoryFormTemplate
object
19 properties
SerticaWebApi.Models.JobHistory.JobHistoryItem
object
25 properties
SerticaWebApi.Models.JobHistory.JobHistoryJobGroup
object
10 properties
SerticaWebApi.Models.JobHistory.JobHistoryResource
object
16 properties
SerticaWebApi.Models.JobHistory.JobHistoryResponse
object
12 properties
SerticaWebApi.Models.JobHistory.JobHistoryStatus
string
SerticaWebApi.Models.JobHistoryDataEntryWeb.JobHistoryDataEntry
object
23 properties
SerticaWebApi.Models.JobMailTemplate.JobMailTemplate
object
17 properties
SerticaWebApi.Models.JobRecommendation.JobRecommendation
object
24 properties
SerticaWebApi.Models.JobRecommendation.JobRecommendationDocument
object
25 properties
SerticaWebApi.Models.JobRecommendation.JobRecommendationResponse
object
12 properties
SerticaWebApi.Models.JobRequest.JobRequest
object
25 properties
SerticaWebApi.Models.JobRequest.JobRequestDocument
object
22 properties
SerticaWebApi.Models.JobRequestMailTemplate.JobRequestMailTemplate
object
17 properties
SerticaWebApi.Models.JobRequestTemplate.JobRequestTemplate
object
24 properties
SerticaWebApi.Models.JobRequestTemplate.JobRequestTemplateJobRequestMailTemplate
object
8 properties
SerticaWebApi.Models.JobRequestTemplate.JobRequestTemplateNotificationUser
object
10 properties
SerticaWebApi.Models.JobSequence.JobSequence
object
27 properties
SerticaWebApi.Models.JobSequence.JobSequenceJob
object
19 properties
SerticaWebApi.Models.JobSequence.JobSequenceJobTrigger
object
11 properties
SerticaWebApi.Models.JobTemplate.JobTemplate
object
21 properties
SerticaWebApi.Models.JobTemplate.JobTemplateJobGroup
object
12 properties
SerticaWebApi.Models.JobTemplate.JobTemplateResource
object
12 properties
SerticaWebApi.Models.License.License
object
91 properties
SerticaWebApi.Models.Link
object
2 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetComponent, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetComponentDocument, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetComponentItem, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetDocument, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetItem, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetItemDocument, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetJob, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetJobDocument, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[Logihold.BusinessObjects.Excel.LoadSheet.LoadSheetJobItem, LogiholdBusinessObjects, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[SerticaWebApi.Models.Component.Component, SerticaWebApi, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[SerticaWebApi.Models.Document.Document, SerticaWebApi, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[SerticaWebApi.Models.Item.Item, SerticaWebApi, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetData`1[[SerticaWebApi.Models.Job.Job, SerticaWebApi, Version=5.26.9.1, Culture=neutral, PublicKeyToken=null]]
object
5 properties
SerticaWebApi.Models.LoadSheet.LoadSheetResult
object
24 properties
SerticaWebApi.Models.Localization.CommunicationLanguage
object
10 properties
SerticaWebApi.Models.Localization.StandardTextLanguage
object
14 properties
SerticaWebApi.Models.Localization.TranslationText
object
13 properties
SerticaWebApi.Models.LocalizationLanguage.LocalizationLanguage
object
13 properties
SerticaWebApi.Models.LogbookEvent.LogbookEvent
object
30 properties
SerticaWebApi.Models.LogbookEvent.LogbookEventDocument
object
24 properties
SerticaWebApi.Models.MailAccount.MailAccount
object
29 properties
SerticaWebApi.Models.ManagementSystem.ApiChangeRequestApproveArguments
object
2 properties
SerticaWebApi.Models.ManagementSystem.ApiPublishArguments
object
6 properties
SerticaWebApi.Models.ManagementSystem.ApiPublishUnit
object
5 properties
SerticaWebApi.Models.ManagementSystem.ApiPublishableDocument
object
9 properties
SerticaWebApi.Models.ManagementSystem.ControlledCopy
object
26 properties
SerticaWebApi.Models.ManagementSystem.ControlledCopyRevision
object
18 properties
SerticaWebApi.Models.ManagementSystem.ControlledCopySection
object
13 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystem
object
60 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemAcknowledger
object
13 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemAcknowledgerSection
object
14 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemApprover
object
12 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemBrowserDocument
object
23 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemBrowserNodeType
string
SerticaWebApi.Models.ManagementSystem.ManagementSystemBrowserTreeStructureNode
object
16 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemChangeRequestUser
object
11 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemConfidentiality
object
11 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemDeletedUnit
object
15 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemDocument
object
49 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemDocumentAcknowledgement
object
33 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemROC
object
20 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemROCDocument
object
14 properties
SerticaWebApi.Models.ManagementSystem.ManagementSystemUnit
object
14 properties
SerticaWebApi.Models.ManagementSystemDocument.ManagementSystemDocumentApprover
object
12 properties
SerticaWebApi.Models.ManagementSystemDocument.ManagementSystemDocumentRevision
object
16 properties
SerticaWebApi.Models.ManagementSystemDocument.ManagementSystemDocumentUnit
object
11 properties
SerticaWebApi.Models.ManagementSystemSection.ManagementSystemSection
object
22 properties
SerticaWebApi.Models.ManagementSystemSection.ManagementSystemSectionApprover
object
12 properties
SerticaWebApi.Models.ManagementSystemSectionUnit.ManagementSystemSectionUnit
object
16 properties
SerticaWebApi.Models.ManagementSystems.ApiPublishResult
object
7 properties
SerticaWebApi.Models.ManagementSystems.ChangeRequestCriticality
object
14 properties
SerticaWebApi.Models.ManagementSystems.ChangeRequestSource
object
14 properties
SerticaWebApi.Models.ManagementSystems.ManagementSystemChangeRequest
object
47 properties
SerticaWebApi.Models.ManagementSystems.ManagementSystemChangeRequestResponse
object
12 properties
SerticaWebApi.Models.ManagementSystems.ManagementSystemPublishTask
object
23 properties
SerticaWebApi.Models.MasterDataManagementModels.ApiDuplicateJob
object
6 properties
SerticaWebApi.Models.MasterDataManagementModels.ApiDuplicateJobsAction
object
2 properties
SerticaWebApi.Models.MasterDataManagementModels.ApiMDMCopyUnitArguments
object
9 properties
SerticaWebApi.Models.MasterDataManagementModels.ApiSelectedPackageUnitInstance
object
2 properties
SerticaWebApi.Models.MasterDataManagementModels.ApiUpdateUnitsArguments
object
3 properties
SerticaWebApi.Models.MasterDataManagementModels.ApiUpdateUnitsResult
object
4 properties
SerticaWebApi.Models.MasterDataManagementModels.ApiUpdatedPackageUnitInstance
object
12 properties
SerticaWebApi.Models.MasterDataManagementModels.DuplicateJobsAction
string
SerticaWebApi.Models.MasterDataManagementModels.MDMNodeType
string
SerticaWebApi.Models.MasterDataManagementModels.MDMTreeStructureNode
object
22 properties
SerticaWebApi.Models.MasterDataManagementModels.MDMUnitNodeType
string
SerticaWebApi.Models.MasterDataManagementModels.MDMUnitTreeArguments
object
3 properties
SerticaWebApi.Models.MasterDataManagementModels.MDMUnitTreeStructureNode
object
32 properties
SerticaWebApi.Models.MasterDataManagementModels.MasterDataManagementTask
object
24 properties
SerticaWebApi.Models.Measurement.Measurement
object
34 properties
SerticaWebApi.Models.Measurement.MeasurementHistory
object
14 properties
SerticaWebApi.Models.Measurement.MeasurementLocation
object
16 properties
SerticaWebApi.Models.Measurement.MeasurementType
object
16 properties
SerticaWebApi.Models.MeasuringUnit.MeasuringUnit
object
16 properties
SerticaWebApi.Models.PaymentCondition.PaymentCondition
object
19 properties
SerticaWebApi.Models.Port
object
17 properties
SerticaWebApi.Models.PostingPeriod.PostingPeriod
object
16 properties
SerticaWebApi.Models.PostingPeriod.PostingPeriodCompany
object
11 properties
SerticaWebApi.Models.PostingPeriod.PostingPeriodPeriod
object
12 properties
SerticaWebApi.Models.Priority.Priority
object
16 properties
SerticaWebApi.Models.Procedure.Procedure
object
18 properties
SerticaWebApi.Models.Procedure.ProcedureDocument
object
24 properties
SerticaWebApi.Models.ProcurementQA.AddressClassification
object
15 properties
SerticaWebApi.Models.ProcurementQA.EvaluationAnswer
object
14 properties
SerticaWebApi.Models.ProcurementQA.EvaluationObjectLink.EvaluationQuestionImInvoiceLink
object
20 properties
SerticaWebApi.Models.ProcurementQA.EvaluationObjectLink.EvaluationQuestionPurchaseOrderLink
object
20 properties
SerticaWebApi.Models.ProcurementQA.EvaluationObjectLink.EvaluationQuestionRequestForQuoteLink
object
20 properties
SerticaWebApi.Models.ProcurementQA.EvaluationObjectLink.EvaluationQuestionRequisitionLink
object
20 properties
SerticaWebApi.Models.ProcurementQA.EvaluationObjectLink.EvaluationQuestionShipmentLink
object
20 properties
SerticaWebApi.Models.ProcurementQA.EvaluationQuestion
object
24 properties
SerticaWebApi.Models.ProcurementQA.EvaluationQuestionAddressCategory
object
11 properties
SerticaWebApi.Models.ProcurementQA.EvaluationQuestionCompany
object
11 properties
SerticaWebApi.Models.ProcurementQA.EvaluationQuestionEvaluationAnswer
object
15 properties
SerticaWebApi.Models.ProcurementQA.EvaluationQuestionItemType
object
11 properties
SerticaWebApi.Models.ProcurementQA.SuggestedActionSupplier
object
15 properties
SerticaWebApi.Models.Project.Project
object
17 properties
SerticaWebApi.Models.Project.ProjectStakeholder
object
11 properties
SerticaWebApi.Models.Project.ProjectUnit
object
11 properties
SerticaWebApi.Models.PurchaseGroup.PurchaseGroup
object
15 properties
SerticaWebApi.Models.PurchaseOrder.ApiCombinePurchaseOrderResult
object
4 properties
SerticaWebApi.Models.PurchaseOrder.ApiPurchaseOrderCombineArguments
object
8 properties
SerticaWebApi.Models.PurchaseOrder.ApiPurchaseOrderPriceApproverResult
object
6 properties
SerticaWebApi.Models.PurchaseOrder.ApiRequestForQuoteCreatePurchaseOrderResult
object
3 properties
SerticaWebApi.Models.PurchaseOrder.ApiRequisitionCreatePurchaseOrderResult
object
3 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrder
object
165 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderApproval
object
18 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderCalculatedFields
object
1 property
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderDeliveryCost
object
22 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderDocument
object
25 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderPlaceArguments
object
5 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderPosition
object
80 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderPositionCalculatedFields
object
4 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderPositionRequisitionPosition
object
37 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderPriceApprovalArguments
object
6 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderRequisition
object
17 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderResponse
object
13 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderSharedUnit
object
12 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderStandardText
object
11 properties
SerticaWebApi.Models.PurchaseOrder.PurchaseOrderUnit
object
16 properties
SerticaWebApi.Models.PurchaseType.PurchaseType
object
19 properties
SerticaWebApi.Models.PurchaseType.PurchaseTypeCompanyUnit
object
13 properties
SerticaWebApi.Models.PurchaseType.PurchaseTypeUnitFilter
object
11 properties
SerticaWebApi.Models.RejectReason.RejectReason
object
15 properties
SerticaWebApi.Models.RejectReason.RejectReasonRestriction
object
7 properties
SerticaWebApi.Models.Reminder.Reminder
object
25 properties
SerticaWebApi.Models.Reminder.ReminderEmailAttachment
object
2 properties
SerticaWebApi.Models.Reminder.ReminderEmailDetails
object
9 properties
SerticaWebApi.Models.Reminder.ReminderPosition
object
10 properties
SerticaWebApi.Models.RequestForQuote.ApiRequestForQuoteCombineArguments
object
9 properties
SerticaWebApi.Models.RequestForQuote.ApiRequestForQuoteCombineSupplierArguments
object
4 properties
SerticaWebApi.Models.RequestForQuote.ApiRequestForQuoteStatusChangeResult
object
3 properties
SerticaWebApi.Models.RequestForQuote.RequestForQuote
object
76 properties
SerticaWebApi.Models.RequestForQuote.RequestForQuoteDeliveryCost
object
12 properties
SerticaWebApi.Models.RequestForQuote.RequestForQuoteDocument
object
25 properties
SerticaWebApi.Models.RequestForQuote.RequestForQuotePosition
object
54 properties
SerticaWebApi.Models.RequestForQuote.RequestForQuotePurchaseOrder
object
17 properties
SerticaWebApi.Models.RequestForQuote.RequestForQuoteResponse
object
11 properties
SerticaWebApi.Models.RequestForQuote.RequestForQuoteStandardText
object
11 properties
SerticaWebApi.Models.RequestForQuote.RequestForQuoteStatusChangerArguments
object
2 properties
SerticaWebApi.Models.RequestForQuote.RfqSendToSupplierArguments
object
2 properties
SerticaWebApi.Models.Requisition.ApiRequisitionRejectHandler+ApiRequisitionRejectHandlerResult
object
3 properties
SerticaWebApi.Models.Requisition.PositionOrderedOrRequested
object
5 properties
SerticaWebApi.Models.Requisition.Requisition
object
81 properties
SerticaWebApi.Models.Requisition.RequisitionApproveForPurchaseArguments
object
1 property
SerticaWebApi.Models.Requisition.RequisitionApproveForRFQArguments
object
1 property
SerticaWebApi.Models.Requisition.RequisitionComponent
object
11 properties
SerticaWebApi.Models.Requisition.RequisitionDocument
object
25 properties
SerticaWebApi.Models.Requisition.RequisitionForwardForHandlingArguments
object
2 properties
SerticaWebApi.Models.Requisition.RequisitionForwardForTechnicalApprovalArguments
object
1 property
SerticaWebApi.Models.Requisition.RequisitionJob
object
11 properties
SerticaWebApi.Models.Requisition.RequisitionPosition
object
88 properties
SerticaWebApi.Models.Requisition.RequisitionRejectArguments
object
1 property
SerticaWebApi.Models.Requisition.RequisitionRequestUnitRespecificationArguments
object
1 property
SerticaWebApi.Models.Requisition.RequisitionResponse
object
11 properties
SerticaWebApi.Models.Requisition.RequisitionStandardText
object
11 properties
SerticaWebApi.Models.Requisition.RequisitionTasklistFilter
object
4 properties
SerticaWebApi.Models.Resource.Resource
object
24 properties
SerticaWebApi.Models.SavedGridLayout.JobListWebSearch
object
23 properties
SerticaWebApi.Models.SavedGridLayout.JobListWebSearchUser
object
15 properties
SerticaWebApi.Models.SavedGridLayout.SavedGridLayout
object
22 properties
SerticaWebApi.Models.SavedGridLayout.SavedGridLayoutUser
object
13 properties
SerticaWebApi.Models.Section.Section
object
18 properties
SerticaWebApi.Models.Section.SectionSection
object
11 properties
SerticaWebApi.Models.Security.AccessRequest
object
2 properties
SerticaWebApi.Models.Security.AuthenticationIntegration
object
1 property
SerticaWebApi.Models.Security.ChangePasswordInformation
object
2 properties
SerticaWebApi.Models.Security.ForgotPasswordInformation
object
1 property
SerticaWebApi.Models.Security.JwtToken
object
2 properties
SerticaWebApi.Models.Security.ResetPasswordInformation
object
3 properties
SerticaWebApi.Models.Security.ResetPinInformation
object
2 properties
SerticaWebApi.Models.Security.SerticaUser
object
6 properties
SerticaWebApi.Models.Security.TotpSetup
object
2 properties
SerticaWebApi.Models.Security.UnitNodeType
string
SerticaWebApi.Models.Security.UnitStructureNode
object
8 properties
SerticaWebApi.Models.StandardText
object
16 properties
SerticaWebApi.Models.Stock.AppStockMovement
object
9 properties
SerticaWebApi.Models.Stock.ItemLocation
object
25 properties
SerticaWebApi.Models.Stock.StockAdjustment
object
8 properties
SerticaWebApi.Models.Stock.StockAdjustmentType
string
SerticaWebApi.Models.Stock.StockMovement
object
6 properties
SerticaWebApi.Models.Stock.Warehouse
object
19 properties
SerticaWebApi.Models.SystemManagement.LogEntry
object
22 properties
SerticaWebApi.Models.SystemManagement.QueueTSTaskItem
object
14 properties
SerticaWebApi.Models.SystemManagement.TSTask
object
25 properties
SerticaWebApi.Models.SystemOptions.AiConnectionInput
object
3 properties
SerticaWebApi.Models.SystemOptions.DynamicReportOptionsDocumentLink
object
17 properties
SerticaWebApi.Models.SystemOptions.DynamicReportOptionsOfficeDocumentLink
object
18 properties
SerticaWebApi.Models.SystemOptions.LabelOptionsDocumentLink
object
15 properties
SerticaWebApi.Models.SystemOptions.LabelOptionsOfficeDocumentLink
object
15 properties
SerticaWebApi.Models.SystemOptions.Options
object
158 properties
SerticaWebApi.Models.SystemOptions.OptionsGlobal
object
20 properties
SerticaWebApi.Models.SystemOptions.OptionsImageSetting
object
10 properties
SerticaWebApi.Models.SystemOptions.OptionsOffice
object
242 properties
SerticaWebApi.Models.SystemOptions.OptionsOfficeElectronicLogbookSetting
object
19 properties
SerticaWebApi.Models.SystemOptions.OptionsOfficeEvaluationThresholdSetting
object
13 properties
SerticaWebApi.Models.SystemOptions.OptionsOfficeImageSetting
object
10 properties
SerticaWebApi.Models.SystemOptions.OptionsShipdexResource
object
11 properties
SerticaWebApi.Models.SystemOptions.PunchoutConnectionInput
object
3 properties
SerticaWebApi.Models.TechnicalAccount.TechnicalAccount
object
20 properties
SerticaWebApi.Models.TechnicalAccount.TechnicalAccountCompany
object
11 properties
SerticaWebApi.Models.TechnicalAccount.TechnicalAccountPurchaseType
object
14 properties
SerticaWebApi.Models.Transactions.DataTransaction
object
19 properties
SerticaWebApi.Models.Transactions.DataTransactionData
object
12 properties
SerticaWebApi.Models.Transactions.DocumentTransaction
object
28 properties
SerticaWebApi.Models.Transactions.TransactionQueue
object
20 properties
SerticaWebApi.Models.TreeStructure.NodeType
string
SerticaWebApi.Models.TreeStructure.TreeStructureNode
object
14 properties
SerticaWebApi.Models.UnitManagement.ClassSociety
object
14 properties
SerticaWebApi.Models.UnitManagement.Flag
object
15 properties
SerticaWebApi.Models.UnitManagement.Unit
object
140 properties
SerticaWebApi.Models.UnitManagement.UnitCompany
object
21 properties
SerticaWebApi.Models.UnitManagement.UnitCompany2
object
25 properties
SerticaWebApi.Models.UnitManagement.UnitCompany2StandardText
object
14 properties
SerticaWebApi.Models.UnitManagement.UnitDocumentClass
object
11 properties
SerticaWebApi.Models.UnitManagement.UnitGroup
object
15 properties
SerticaWebApi.Models.UnitManagement.UnitGroupUnit
object
10 properties
SerticaWebApi.Models.UnitManagement.UnitLicenseType
object
2 properties
SerticaWebApi.Models.UnitManagement.UnitUserRoleLogin
object
5 properties
SerticaWebApi.Models.UnitManagement.VesselType
object
14 properties
SerticaWebApi.Models.UserManagement.CombinedUserRole2
object
13 properties
SerticaWebApi.Models.UserManagement.InextiaUserRight
object
13 properties
SerticaWebApi.Models.UserManagement.InextiaUserSetting
object
16 properties
SerticaWebApi.Models.UserManagement.Role
object
19 properties
SerticaWebApi.Models.UserManagement.RoleUnit
object
11 properties
SerticaWebApi.Models.UserManagement.User
object
53 properties
SerticaWebApi.Models.UserManagement.UserAssigneeOnUnit
object
11 properties
SerticaWebApi.Models.UserManagement.UserGroup
object
26 properties
SerticaWebApi.Models.UserManagement.UserGroupAssigneeOnUnit
object
11 properties
SerticaWebApi.Models.UserManagement.UserGroupJobHistoryResourceOnUnit
object
11 properties
SerticaWebApi.Models.UserManagement.UserGroupResponsibleOnUnit
object
11 properties
SerticaWebApi.Models.UserManagement.UserGroupUnit
object
11 properties
SerticaWebApi.Models.UserManagement.UserGroupUser
object
7 properties
SerticaWebApi.Models.UserManagement.UserGroupUserGroupLimitation
object
11 properties
SerticaWebApi.Models.UserManagement.UserJobHistoryResourceOnUnit
object
11 properties
SerticaWebApi.Models.UserManagement.UserResourceOnUnit
object
11 properties
SerticaWebApi.Models.UserManagement.UserResponsibleOnUnit
object
11 properties
SerticaWebApi.Models.UserManagement.UserRoleRelation
object
11 properties
SerticaWebApi.Models.UserManagement.UserServicePrincipalMapping
object
17 properties
SerticaWebApi.Models.UserManagement.UserUnit
object
17 properties
SerticaWebApi.Models.UserManagement.UserUnitRoleLogin
object
6 properties
SerticaWebApi.Models.VAT.VAT
object
15 properties
SerticaWebApi.Models.ValidationResult
object
4 properties
SerticaWebApi.Models.VoyageReporting.VoyageData
object
39 properties
SerticaWebApi.Models.VoyageReporting.VoyageReport
object
143 properties
SerticaWebApi.Models.VoyageReporting.VoyageReportAuxItem
object
20 properties
SerticaWebApi.Models.VoyageReporting.VoyageReportCargo
object
25 properties
SerticaWebApi.Models.VoyageReporting.VoyageReportCargoDetail
object
26 properties
SerticaWebApi.Models.VoyageReporting.VoyageReportItemBoiler
object
20 properties
SerticaWebApi.Models.VoyageReporting.VoyageReportMEItem
object
20 properties
SerticaWebApi.Models.VoyageReporting.VoyageReportOffHireItem
object
20 properties
SerticaWebApi.Models.WebDashboard.WebDashboard
object
23 properties
SerticaWebApi.Models.WebDashboard.WebDashboardCombinedUserRole
object
12 properties
SerticaWebApi.Models.WebDashboard.WebDashboardContent
object
37 properties
SerticaWebApi.Models.WebDashboard.WebDashboardPage
object
24 properties
SerticaWebApi.Models.WebDashboard.WebDashboardPageAccessToken
object
5 properties
SerticaWebApi.Models.WebDashboard.WebDashboardPageFilter
object
15 properties
SerticaWebApi.Models.WebDashboard.WebDashboardPageSharedLink
object
13 properties
SerticaWebApi.Models.WebDashboard.WebDashboardPageUnit
object
10 properties
SerticaWebApi.Models.WebDashboard.WebDashboardPageWebDashboardContent
object
13 properties
SerticaWebApi.Models.WebDashboard.WebDashboardWebDashboardPage
object
14 properties
SerticaWebApi.Models.WebTaskList.WebTaskListConfiguration
object
17 properties
SerticaWebApi.Models.WebVesselReportingSystem.ExecuteVesselReportWebhookResult
object
4 properties
SerticaWebApi.Models.WebVesselReportingSystem.InstanceSplit
object
2 properties
SerticaWebApi.Models.WebVesselReportingSystem.Position
object
2 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReport
object
38 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportActions
object
5 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportApprover
object
14 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportBrowserNode
object
13 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportBrowserNodeKeys
object
3 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportBrowserNodeType
string
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportBuildRequest
object
4 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportBuildResult
object
2 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportConfidentiality
object
11 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportConsumption
object
12 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportCreateNode
object
14 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportCreateNodeType
string
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportFieldListTemplate
object
16 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportFieldListTemplateRevisionCache
object
17 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportFieldListValue
object
9 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportRejectReason
object
2 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportResponse
object
12 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportScript
object
7 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportScriptNode
object
4 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportScriptNodeType
string
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportScriptType
string
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportSequence
object
16 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportSequenceInstance
object
27 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportSequenceInstanceMerge
object
1 property
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportSequenceInstanceSplit
object
3 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportSequenceInstanceVesselReport
object
16 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportSequenceInstanceVesselReportType
object
12 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportSequenceVesselReportType
object
13 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportSequenceVesselType
object
12 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTable
object
21 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTableColumn
object
31 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTableConsumptionMapping
object
12 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTableRevisionCache
object
23 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportType
object
26 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeAnalyticsCustomTemplate
object
13 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeApprover
object
12 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeConfidentiality
object
11 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeExportResult
object
3 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeFieldDefinition
object
49 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeGroup
object
15 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeGroupAllowedActions
object
6 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeGroupCombinedUserRole
object
16 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeRevisionCache
object
17 properties
SerticaWebApi.Models.WebVesselReportingSystem.VesselReportTypeVesselType
object
12 properties
SerticaWebApi.Models.WebVesselReportingSystem.VrsApiConfiguration
object
20 properties
SerticaWebApi.Models.WebVesselReportingSystem.VrsApiScript
object
15 properties
SerticaWebApi.Models.Webhooks.ApiWebhookExecuteResult
object
3 properties
SerticaWebApi.Models.Webhooks.Webhook
object
25 properties
SerticaWebApi.Models.Webhooks.WebhookApi
object
15 properties
SerticaWebApi.Models.Webhooks.WebhookDocument
object
24 properties
SerticaWebApi.Models.Webhooks.WebhookLog
object
20 properties
SerticaWebApi.Models.Webhooks.WebhookResponse
object
13 properties
SerticaWebApi.Models.Webhooks.WebhookRunScriptResult
object
6 properties
SerticaWebApi.Models.Webhooks.WebhookSchedule
object
10 properties
SerticaWebApi.Models.Webhooks.WebhookScriptNode
object
4 properties
SerticaWebApi.Models.Webhooks.WebhookScriptNodeType
string
SerticaWebApi.Models.Webhooks.WebhookScriptValidation
object
8 properties
SerticaWebApi.Updating.WebVesselReportingSystem.VesselReportScriptObjectType
string
System.Collections.Generic.KeyValuePair`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
object
2 properties
System.IO.File
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

sertica-web-api-openapi.json Raw ↑
Where this information came from

This is an independent, third-party profile of SERTICA Web API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.