Default API

Die RELion Default API ist eine Standard-API für die Kommunikation zwischen Systemen.

Was ist die RELion Default API?

Die RELion Default API ist eine vorgefertigte, standardisierte Programmierschnittstelle, die speziell für RELion ONE entwickelt wurde. Sie fungiert als Brücke zwischen RELion ONE und externen Systemen, Anwendungen oder Diensten und ermöglicht es, bestimmte Funktionen des Systems einfach zu nutzen. Die klar definierten Methoden, Datenformate und Kommunikationsprotokolle machen die Integration effizient und benutzerfreundlich, ohne dass tiefgehende Systemkenntnisse erforderlich sind.

Installation

Die RELion Default API ermöglicht den Entwicklern, bestimmte Funktionen eines Systems, einer Anwendung oder eines Dienstes auf eine vorher festgelegte und standardisierte Weise zu nutzen. Die Default API definiert Methoden, Datenformate und Kommunikationsprotokolle, die Entwickler verwenden können, um auf Funktionen zuzugreifen und mit ihnen zu interagieren, ohne tiefergehende Kenntnisse über die interne Funktionsweise des zugrunde liegenden Systems zu benötigen.

In den AppSource von Microsoft wird die RELion Default API bereitgestellt.

Wir unterstützen Sie gerne bei der Integration. Kontaktieren Sie dazu unseren Support: RELion.Support@Aareon.com

Technische Dokumentation für Requests

Version: 1.0.1

Beschreibung: This OData service is located at http://localhost


Base URL: http://localhost

/agedAccountsPayables (GET)

Beschreibung: Get entities from agedAccountsPayables

Operation ID: agedAccountsPayables.agedAccountsPayable.ListAgedAccountsPayable

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/agedAccountsPayables({vendorId}) (GET)

Beschreibung: Get entity from agedAccountsPayables by key

Operation ID: agedAccountsPayables.agedAccountsPayable.GetAgedAccountsPayable

Parameter:

  • vendorId (path): key: vendorId of agedAccountsPayable
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/agedAccountsPayables({vendorId})/relApiTabApiVendor (GET)

Beschreibung: Get relApiTabApiVendor from agedAccountsPayables

Operation ID: agedAccountsPayables.GetRelApiTabApiVendor

Parameter:

  • vendorId (path): key: vendorId of agedAccountsPayable
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/agedAccountsPayables({vendorId})/relApiTabApiVendor (PATCH)

Beschreibung: Update the navigation property relApiTabApiVendor in agedAccountsPayables

Operation ID: agedAccountsPayables.UpdateRelApiTabApiVendor

Parameter:

  • vendorId (path): key: vendorId of agedAccountsPayable

Antworten:

  • 204: Success
  • default:

/agedAccountsPayables({vendorId})/relApiTabApiVendor (DELETE)

Beschreibung: Delete navigation property relApiTabApiVendor for agedAccountsPayables

Operation ID: agedAccountsPayables.DeleteRelApiTabApiVendor

Parameter:

  • vendorId (path): key: vendorId of agedAccountsPayable
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/apicategoryroutes (GET)

Beschreibung: Get entities from apicategoryroutes

Operation ID: apicategoryroutes.apicategoryroutes.ListApicategoryroutes

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/apicategoryroutes({route}) (GET)

Beschreibung: Get entity from apicategoryroutes by key

Operation ID: apicategoryroutes.apicategoryroutes.GetApicategoryroutes

Parameter:

  • route (path): key: route of apicategoryroutes
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/attachments (GET)

Beschreibung: Get entities from attachments

Operation ID: attachments.attachment.ListAttachment

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/attachments (POST)

Beschreibung: Add new entity to attachments

Operation ID: attachments.attachment.CreateAttachment

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/attachments({id}) (GET)

Beschreibung: Get entity from attachments by key

Operation ID: attachments.attachment.GetAttachment

Parameter:

  • id (path): key: id of attachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/attachments({id}) (PATCH)

Beschreibung: Update entity in attachments

Operation ID: attachments.attachment.UpdateAttachment

Parameter:

  • id (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/attachments({id}) (DELETE)

Beschreibung: Delete entity from attachments

Operation ID: attachments.attachment.DeleteAttachment

Parameter:

  • id (path): key: id of attachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/attachments({id})/attachmentContent (GET)

Beschreibung: Get media content for attachment from attachments

Operation ID: attachments.attachment.GetAttachmentContent

Parameter:

  • id (path): key: id of attachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/attachments({id})/attachmentContent (PUT)

Beschreibung: Update media content for attachment in attachments

Operation ID: attachments.attachment.UpdateAttachmentContent

Parameter:

  • id (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/attachments({id})/relApiTabApiPurchaseOrder (GET)

Beschreibung: Get relApiTabApiPurchaseOrder from attachments

Operation ID: attachments.GetRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of attachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/attachments({id})/relApiTabApiPurchaseOrder (PATCH)

Beschreibung: Update the navigation property relApiTabApiPurchaseOrder in attachments

Operation ID: attachments.UpdateRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/attachments({id})/relApiTabApiPurchaseOrder (DELETE)

Beschreibung: Delete navigation property relApiTabApiPurchaseOrder for attachments

Operation ID: attachments.DeleteRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of attachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/attachments({id})/relApiTabApiSalesInvoice (GET)

Beschreibung: Get relApiTabApiSalesInvoice from attachments

Operation ID: attachments.GetRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of attachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/attachments({id})/relApiTabApiSalesInvoice (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalesInvoice in attachments

Operation ID: attachments.UpdateRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/attachments({id})/relApiTabApiSalesInvoice (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalesInvoice for attachments

Operation ID: attachments.DeleteRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of attachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/attachments({id})/salesInvoice (GET)

Beschreibung: Get salesInvoice from attachments

Operation ID: attachments.GetSalesInvoice

Parameter:

  • id (path): key: id of attachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/attachments({id})/salesInvoice (PATCH)

Beschreibung: Update the navigation property salesInvoice in attachments

Operation ID: attachments.UpdateSalesInvoice

Parameter:

  • id (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/attachments({id})/salesInvoice (DELETE)

Beschreibung: Delete navigation property salesInvoice for attachments

Operation ID: attachments.DeleteSalesInvoice

Parameter:

  • id (path): key: id of attachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies (GET)

Beschreibung: Get entities from companies

Operation ID: companies.company.ListCompany

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id}) (GET)

Beschreibung: Get entity from companies by key

Operation ID: companies.company.GetCompany

Parameter:

  • id (path): key: id of company
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/agedAccountsPayables (GET)

Beschreibung: Get agedAccountsPayables from companies

Operation ID: companies.ListAgedAccountsPayables

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/agedAccountsPayables (POST)

Beschreibung: Create new navigation property to agedAccountsPayables for companies

Operation ID: companies.CreateAgedAccountsPayables

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/agedAccountsPayables({vendorId}) (GET)

Beschreibung: Get agedAccountsPayables from companies

Operation ID: companies.GetAgedAccountsPayables

Parameter:

  • id (path): key: id of company
  • vendorId (path): key: vendorId of agedAccountsPayable
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/agedAccountsPayables({vendorId}) (PATCH)

Beschreibung: Update the navigation property agedAccountsPayables in companies

Operation ID: companies.UpdateAgedAccountsPayables

Parameter:

  • id (path): key: id of company
  • vendorId (path): key: vendorId of agedAccountsPayable

Antworten:

  • 204: Success
  • default:

/companies({id})/agedAccountsPayables({vendorId}) (DELETE)

Beschreibung: Delete navigation property agedAccountsPayables for companies

Operation ID: companies.DeleteAgedAccountsPayables

Parameter:

  • id (path): key: id of company
  • vendorId (path): key: vendorId of agedAccountsPayable
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/attachments (GET)

Beschreibung: Get attachments from companies

Operation ID: companies.ListAttachments

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/attachments (POST)

Beschreibung: Create new navigation property to attachments for companies

Operation ID: companies.CreateAttachments

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/attachments({id1}) (GET)

Beschreibung: Get attachments from companies

Operation ID: companies.GetAttachments

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of attachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/attachments({id1}) (PATCH)

Beschreibung: Update the navigation property attachments in companies

Operation ID: companies.UpdateAttachments

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/companies({id})/attachments({id1}) (DELETE)

Beschreibung: Delete navigation property attachments for companies

Operation ID: companies.DeleteAttachments

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of attachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/attachments({id1})/attachmentContent (GET)

Beschreibung: Get media content for the navigation property attachments from companies

Operation ID: companies.GetAttachmentsAttachmentContent

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of attachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/contacts (GET)

Beschreibung: Get contacts from companies

Operation ID: companies.ListContacts

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/contacts (POST)

Beschreibung: Create new navigation property to contacts for companies

Operation ID: companies.CreateContacts

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/contacts({id1}) (GET)

Beschreibung: Get contacts from companies

Operation ID: companies.GetContacts

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of contact
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/contacts({id1}) (PATCH)

Beschreibung: Update the navigation property contacts in companies

Operation ID: companies.UpdateContacts

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of contact

Antworten:

  • 204: Success
  • default:

/companies({id})/contacts({id1}) (DELETE)

Beschreibung: Delete navigation property contacts for companies

Operation ID: companies.DeleteContacts

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of contact
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/contactsInformation (GET)

Beschreibung: Get contactsInformation from companies

Operation ID: companies.ListContactsInformation

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/contactsInformation (POST)

Beschreibung: Create new navigation property to contactsInformation for companies

Operation ID: companies.CreateContactsInformation

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/contactsInformation({contactId}) (GET)

Beschreibung: Get contactsInformation from companies

Operation ID: companies.GetContactsInformation

Parameter:

  • id (path): key: id of company
  • contactId (path): key: contactId of contactInformation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/contactsInformation({contactId}) (PATCH)

Beschreibung: Update the navigation property contactsInformation in companies

Operation ID: companies.UpdateContactsInformation

Parameter:

  • id (path): key: id of company
  • contactId (path): key: contactId of contactInformation

Antworten:

  • 204: Success
  • default:

/companies({id})/contactsInformation({contactId}) (DELETE)

Beschreibung: Delete navigation property contactsInformation for companies

Operation ID: companies.DeleteContactsInformation

Parameter:

  • id (path): key: id of company
  • contactId (path): key: contactId of contactInformation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/defaultDimensions (GET)

Beschreibung: Get defaultDimensions from companies

Operation ID: companies.ListDefaultDimensions

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/defaultDimensions (POST)

Beschreibung: Create new navigation property to defaultDimensions for companies

Operation ID: companies.CreateDefaultDimensions

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/defaultDimensions({id1}) (GET)

Beschreibung: Get defaultDimensions from companies

Operation ID: companies.GetDefaultDimensions

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of defaultDimension
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/defaultDimensions({id1}) (PATCH)

Beschreibung: Update the navigation property defaultDimensions in companies

Operation ID: companies.UpdateDefaultDimensions

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of defaultDimension

Antworten:

  • 204: Success
  • default:

/companies({id})/defaultDimensions({id1}) (DELETE)

Beschreibung: Delete navigation property defaultDimensions for companies

Operation ID: companies.DeleteDefaultDimensions

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of defaultDimension
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/dimensionSetLines (GET)

Beschreibung: Get dimensionSetLines from companies

Operation ID: companies.ListDimensionSetLines

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/dimensionSetLines (POST)

Beschreibung: Create new navigation property to dimensionSetLines for companies

Operation ID: companies.CreateDimensionSetLines

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/dimensionSetLines({id1}) (GET)

Beschreibung: Get dimensionSetLines from companies

Operation ID: companies.GetDimensionSetLines

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/dimensionSetLines({id1}) (PATCH)

Beschreibung: Update the navigation property dimensionSetLines in companies

Operation ID: companies.UpdateDimensionSetLines

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/companies({id})/dimensionSetLines({id1}) (DELETE)

Beschreibung: Delete navigation property dimensionSetLines for companies

Operation ID: companies.DeleteDimensionSetLines

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/documentAttachments (GET)

Beschreibung: Get documentAttachments from companies

Operation ID: companies.ListDocumentAttachments

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/documentAttachments (POST)

Beschreibung: Create new navigation property to documentAttachments for companies

Operation ID: companies.CreateDocumentAttachments

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/documentAttachments({id1}) (GET)

Beschreibung: Get documentAttachments from companies

Operation ID: companies.GetDocumentAttachments

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/documentAttachments({id1}) (PATCH)

Beschreibung: Update the navigation property documentAttachments in companies

Operation ID: companies.UpdateDocumentAttachments

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/companies({id})/documentAttachments({id1}) (DELETE)

Beschreibung: Delete navigation property documentAttachments for companies

Operation ID: companies.DeleteDocumentAttachments

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/documentAttachments({id1})/attachmentContent (GET)

Beschreibung: Get media content for the navigation property documentAttachments from companies

Operation ID: companies.GetDocumentAttachmentsAttachmentContent

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of documentAttachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/locations (GET)

Beschreibung: Get locations from companies

Operation ID: companies.ListLocations

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/locations (POST)

Beschreibung: Create new navigation property to locations for companies

Operation ID: companies.CreateLocations

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/locations({id1}) (GET)

Beschreibung: Get locations from companies

Operation ID: companies.GetLocations

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of location
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/locations({id1}) (PATCH)

Beschreibung: Update the navigation property locations in companies

Operation ID: companies.UpdateLocations

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of location

Antworten:

  • 204: Success
  • default:

/companies({id})/locations({id1}) (DELETE)

Beschreibung: Delete navigation property locations for companies

Operation ID: companies.DeleteLocations

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of location
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/pdfDocument (GET)

Beschreibung: Get pdfDocument from companies

Operation ID: companies.ListPdfDocument

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/pdfDocument (POST)

Beschreibung: Create new navigation property to pdfDocument for companies

Operation ID: companies.CreatePdfDocument

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/pdfDocument({id1}) (GET)

Beschreibung: Get pdfDocument from companies

Operation ID: companies.GetPdfDocument

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of pdfDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/pdfDocument({id1}) (PATCH)

Beschreibung: Update the navigation property pdfDocument in companies

Operation ID: companies.UpdatePdfDocument

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of pdfDocument

Antworten:

  • 204: Success
  • default:

/companies({id})/pdfDocument({id1}) (DELETE)

Beschreibung: Delete navigation property pdfDocument for companies

Operation ID: companies.DeletePdfDocument

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of pdfDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/pdfDocument({id1})/pdfDocumentContent (GET)

Beschreibung: Get media content for the navigation property pdfDocument from companies

Operation ID: companies.GetPdfDocumentPdfDocumentContent

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of pdfDocument

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/pictures (GET)

Beschreibung: Get pictures from companies

Operation ID: companies.ListPictures

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/pictures (POST)

Beschreibung: Create new navigation property to pictures for companies

Operation ID: companies.CreatePictures

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/pictures({id1}) (GET)

Beschreibung: Get pictures from companies

Operation ID: companies.GetPictures

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of picture
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/pictures({id1}) (PATCH)

Beschreibung: Update the navigation property pictures in companies

Operation ID: companies.UpdatePictures

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of picture

Antworten:

  • 204: Success
  • default:

/companies({id})/pictures({id1}) (DELETE)

Beschreibung: Delete navigation property pictures for companies

Operation ID: companies.DeletePictures

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of picture
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/pictures({id1})/pictureContent (GET)

Beschreibung: Get media content for the navigation property pictures from companies

Operation ID: companies.GetPicturesPictureContent

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of picture

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiBudgetDebitPos (GET)

Beschreibung: Get relApiTabApiBudgetDebitPos from companies

Operation ID: companies.ListRelApiTabApiBudgetDebitPos

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiBudgetDebitPos (POST)

Beschreibung: Create new navigation property to relApiTabApiBudgetDebitPos for companies

Operation ID: companies.CreateRelApiTabApiBudgetDebitPos

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiBudgetDebitPos({systemId}) (GET)

Beschreibung: Get relApiTabApiBudgetDebitPos from companies

Operation ID: companies.GetRelApiTabApiBudgetDebitPos

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiBudgetDebitPos({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiBudgetDebitPos in companies

Operation ID: companies.UpdateRelApiTabApiBudgetDebitPos

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiBudgetDebitPos({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiBudgetDebitPos for companies

Operation ID: companies.DeleteRelApiTabApiBudgetDebitPos

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiContact (GET)

Beschreibung: Get relApiTabApiContact from companies

Operation ID: companies.ListRelApiTabApiContact

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiContact (POST)

Beschreibung: Create new navigation property to relApiTabApiContact for companies

Operation ID: companies.CreateRelApiTabApiContact

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiContact({systemId}) (GET)

Beschreibung: Get relApiTabApiContact from companies

Operation ID: companies.GetRelApiTabApiContact

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiContact
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiContact({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiContact in companies

Operation ID: companies.UpdateRelApiTabApiContact

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiContact

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiContact({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiContact for companies

Operation ID: companies.DeleteRelApiTabApiContact

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiContact
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiCustomer (GET)

Beschreibung: Get relApiTabApiCustomer from companies

Operation ID: companies.ListRelApiTabApiCustomer

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiCustomer (POST)

Beschreibung: Create new navigation property to relApiTabApiCustomer for companies

Operation ID: companies.CreateRelApiTabApiCustomer

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiCustomer({systemId}) (GET)

Beschreibung: Get relApiTabApiCustomer from companies

Operation ID: companies.GetRelApiTabApiCustomer

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiCustomer
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiCustomer({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiCustomer in companies

Operation ID: companies.UpdateRelApiTabApiCustomer

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiCustomer

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiCustomer({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiCustomer for companies

Operation ID: companies.DeleteRelApiTabApiCustomer

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiCustomer
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiDebitPosition (GET)

Beschreibung: Get relApiTabApiDebitPosition from companies

Operation ID: companies.ListRelApiTabApiDebitPosition

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDebitPosition (POST)

Beschreibung: Create new navigation property to relApiTabApiDebitPosition for companies

Operation ID: companies.CreateRelApiTabApiDebitPosition

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiDebitPosition({systemId}) (GET)

Beschreibung: Get relApiTabApiDebitPosition from companies

Operation ID: companies.GetRelApiTabApiDebitPosition

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDebitPosition
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDebitPosition({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiDebitPosition in companies

Operation ID: companies.UpdateRelApiTabApiDebitPosition

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDebitPosition

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiDebitPosition({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiDebitPosition for companies

Operation ID: companies.DeleteRelApiTabApiDebitPosition

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDebitPosition
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiDocument (GET)

Beschreibung: Get relApiTabApiDocument from companies

Operation ID: companies.ListRelApiTabApiDocument

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDocument (POST)

Beschreibung: Create new navigation property to relApiTabApiDocument for companies

Operation ID: companies.CreateRelApiTabApiDocument

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiDocument({systemId}) (GET)

Beschreibung: Get relApiTabApiDocument from companies

Operation ID: companies.GetRelApiTabApiDocument

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDocument({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiDocument in companies

Operation ID: companies.UpdateRelApiTabApiDocument

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiDocument({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiDocument for companies

Operation ID: companies.DeleteRelApiTabApiDocument

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiDocument({systemId})/attachment (GET)

Beschreibung: Get media content for the navigation property relApiTabApiDocument from companies

Operation ID: companies.GetRelApiTabApiDocumentAttachment

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocument

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDocument({systemId})/processErrorStack (GET)

Beschreibung: Get media content for the navigation property relApiTabApiDocument from companies

Operation ID: companies.GetRelApiTabApiDocumentProcessErrorStack

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocument

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDocument({systemId})/stateDocNoProtcollStack (GET)

Beschreibung: Get media content for the navigation property relApiTabApiDocument from companies

Operation ID: companies.GetRelApiTabApiDocumentStateDocNoProtcollStack

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocument

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDocumentArchiv (GET)

Beschreibung: Get relApiTabApiDocumentArchiv from companies

Operation ID: companies.ListRelApiTabApiDocumentArchiv

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDocumentArchiv (POST)

Beschreibung: Create new navigation property to relApiTabApiDocumentArchiv for companies

Operation ID: companies.CreateRelApiTabApiDocumentArchiv

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiDocumentArchiv({systemId}) (GET)

Beschreibung: Get relApiTabApiDocumentArchiv from companies

Operation ID: companies.GetRelApiTabApiDocumentArchiv

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocumentArchiv
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDocumentArchiv({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiDocumentArchiv in companies

Operation ID: companies.UpdateRelApiTabApiDocumentArchiv

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocumentArchiv

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiDocumentArchiv({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiDocumentArchiv for companies

Operation ID: companies.DeleteRelApiTabApiDocumentArchiv

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocumentArchiv
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiDocumentIndexValue (GET)

Beschreibung: Get relApiTabApiDocumentIndexValue from companies

Operation ID: companies.ListRelApiTabApiDocumentIndexValue

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDocumentIndexValue (POST)

Beschreibung: Create new navigation property to relApiTabApiDocumentIndexValue for companies

Operation ID: companies.CreateRelApiTabApiDocumentIndexValue

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiDocumentIndexValue({systemId}) (GET)

Beschreibung: Get relApiTabApiDocumentIndexValue from companies

Operation ID: companies.GetRelApiTabApiDocumentIndexValue

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiDocumentIndexValue({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiDocumentIndexValue in companies

Operation ID: companies.UpdateRelApiTabApiDocumentIndexValue

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiDocumentIndexValue({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiDocumentIndexValue for companies

Operation ID: companies.DeleteRelApiTabApiDocumentIndexValue

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiEditor (GET)

Beschreibung: Get relApiTabApiEditor from companies

Operation ID: companies.ListRelApiTabApiEditor

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiEditor (POST)

Beschreibung: Create new navigation property to relApiTabApiEditor for companies

Operation ID: companies.CreateRelApiTabApiEditor

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiEditor({systemId}) (GET)

Beschreibung: Get relApiTabApiEditor from companies

Operation ID: companies.GetRelApiTabApiEditor

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiEditor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiEditor({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiEditor in companies

Operation ID: companies.UpdateRelApiTabApiEditor

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiEditor

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiEditor({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiEditor for companies

Operation ID: companies.DeleteRelApiTabApiEditor

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiEditor
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiEditorPart (GET)

Beschreibung: Get relApiTabApiEditorPart from companies

Operation ID: companies.ListRelApiTabApiEditorPart

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiEditorPart (POST)

Beschreibung: Create new navigation property to relApiTabApiEditorPart for companies

Operation ID: companies.CreateRelApiTabApiEditorPart

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiEditorPart({systemId}) (GET)

Beschreibung: Get relApiTabApiEditorPart from companies

Operation ID: companies.GetRelApiTabApiEditorPart

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiEditorPart
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiEditorPart({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiEditorPart in companies

Operation ID: companies.UpdateRelApiTabApiEditorPart

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiEditorPart

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiEditorPart({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiEditorPart for companies

Operation ID: companies.DeleteRelApiTabApiEditorPart

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiEditorPart
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiExploitationMethod (GET)

Beschreibung: Get relApiTabApiExploitationMethod from companies

Operation ID: companies.ListRelApiTabApiExploitationMethod

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiExploitationMethod (POST)

Beschreibung: Create new navigation property to relApiTabApiExploitationMethod for companies

Operation ID: companies.CreateRelApiTabApiExploitationMethod

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiExploitationMethod({systemId}) (GET)

Beschreibung: Get relApiTabApiExploitationMethod from companies

Operation ID: companies.GetRelApiTabApiExploitationMethod

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiExploitationMethod
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiExploitationMethod({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiExploitationMethod in companies

Operation ID: companies.UpdateRelApiTabApiExploitationMethod

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiExploitationMethod

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiExploitationMethod({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiExploitationMethod for companies

Operation ID: companies.DeleteRelApiTabApiExploitationMethod

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiExploitationMethod
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

Beschreibung: Get relApiTabApiLinks from companies

Operation ID: companies.ListRelApiTabApiLinks

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiLinks (POST)

Beschreibung: Create new navigation property to relApiTabApiLinks for companies

Operation ID: companies.CreateRelApiTabApiLinks

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiLinks({systemId}) (GET)

Beschreibung: Get relApiTabApiLinks from companies

Operation ID: companies.GetRelApiTabApiLinks

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiLinks
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiLinks({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiLinks in companies

Operation ID: companies.UpdateRelApiTabApiLinks

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiLinks

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiLinks({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiLinks for companies

Operation ID: companies.DeleteRelApiTabApiLinks

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiLinks
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiLinks({systemId})/note (GET)

Beschreibung: Get media content for the navigation property relApiTabApiLinks from companies

Operation ID: companies.GetRelApiTabApiLinksNote

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiLinks

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiLocationFloor (GET)

Beschreibung: Get relApiTabApiLocationFloor from companies

Operation ID: companies.ListRelApiTabApiLocationFloor

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiLocationFloor (POST)

Beschreibung: Create new navigation property to relApiTabApiLocationFloor for companies

Operation ID: companies.CreateRelApiTabApiLocationFloor

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiLocationFloor({systemId}) (GET)

Beschreibung: Get relApiTabApiLocationFloor from companies

Operation ID: companies.GetRelApiTabApiLocationFloor

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiLocationFloor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiLocationFloor({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiLocationFloor in companies

Operation ID: companies.UpdateRelApiTabApiLocationFloor

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiLocationFloor

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiLocationFloor({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiLocationFloor for companies

Operation ID: companies.DeleteRelApiTabApiLocationFloor

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiLocationFloor
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiMeterMasterData (GET)

Beschreibung: Get relApiTabApiMeterMasterData from companies

Operation ID: companies.ListRelApiTabApiMeterMasterData

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiMeterMasterData (POST)

Beschreibung: Create new navigation property to relApiTabApiMeterMasterData for companies

Operation ID: companies.CreateRelApiTabApiMeterMasterData

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiMeterMasterData({systemId}) (GET)

Beschreibung: Get relApiTabApiMeterMasterData from companies

Operation ID: companies.GetRelApiTabApiMeterMasterData

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiMeterMasterData({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiMeterMasterData in companies

Operation ID: companies.UpdateRelApiTabApiMeterMasterData

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiMeterMasterData

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiMeterMasterData({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiMeterMasterData for companies

Operation ID: companies.DeleteRelApiTabApiMeterMasterData

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiMeterReading (GET)

Beschreibung: Get relApiTabApiMeterReading from companies

Operation ID: companies.ListRelApiTabApiMeterReading

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiMeterReading (POST)

Beschreibung: Create new navigation property to relApiTabApiMeterReading for companies

Operation ID: companies.CreateRelApiTabApiMeterReading

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiMeterReading({systemId}) (GET)

Beschreibung: Get relApiTabApiMeterReading from companies

Operation ID: companies.GetRelApiTabApiMeterReading

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiMeterReading
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiMeterReading({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiMeterReading in companies

Operation ID: companies.UpdateRelApiTabApiMeterReading

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiMeterReading

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiMeterReading({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiMeterReading for companies

Operation ID: companies.DeleteRelApiTabApiMeterReading

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiMeterReading
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiObjectBuilding (GET)

Beschreibung: Get relApiTabApiObjectBuilding from companies

Operation ID: companies.ListRelApiTabApiObjectBuilding

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiObjectBuilding (POST)

Beschreibung: Create new navigation property to relApiTabApiObjectBuilding for companies

Operation ID: companies.CreateRelApiTabApiObjectBuilding

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiObjectBuilding({systemId}) (GET)

Beschreibung: Get relApiTabApiObjectBuilding from companies

Operation ID: companies.GetRelApiTabApiObjectBuilding

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiObjectBuilding
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiObjectBuilding({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiObjectBuilding in companies

Operation ID: companies.UpdateRelApiTabApiObjectBuilding

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiObjectBuilding

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiObjectBuilding({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiObjectBuilding for companies

Operation ID: companies.DeleteRelApiTabApiObjectBuilding

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiObjectBuilding
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiPurchaseOrder (GET)

Beschreibung: Get relApiTabApiPurchaseOrder from companies

Operation ID: companies.ListRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiPurchaseOrder (POST)

Beschreibung: Create new navigation property to relApiTabApiPurchaseOrder for companies

Operation ID: companies.CreateRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiPurchaseOrder({systemId}) (GET)

Beschreibung: Get relApiTabApiPurchaseOrder from companies

Operation ID: companies.GetRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiPurchaseOrder({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiPurchaseOrder in companies

Operation ID: companies.UpdateRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiPurchaseOrder({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiPurchaseOrder for companies

Operation ID: companies.DeleteRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiPurchaseOrderLine (GET)

Beschreibung: Get relApiTabApiPurchaseOrderLine from companies

Operation ID: companies.ListRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiPurchaseOrderLine (POST)

Beschreibung: Create new navigation property to relApiTabApiPurchaseOrderLine for companies

Operation ID: companies.CreateRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiPurchaseOrderLine({id1}) (GET)

Beschreibung: Get relApiTabApiPurchaseOrderLine from companies

Operation ID: companies.GetRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of relApiTabApiPurchaseOrderLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiPurchaseOrderLine({id1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiPurchaseOrderLine in companies

Operation ID: companies.UpdateRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiPurchaseOrderLine({id1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiPurchaseOrderLine for companies

Operation ID: companies.DeleteRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of relApiTabApiPurchaseOrderLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiReContactBusinessRelation (GET)

Beschreibung: Get relApiTabApiReContactBusinessRelation from companies

Operation ID: companies.ListRelApiTabApiReContactBusinessRelation

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiReContactBusinessRelation (POST)

Beschreibung: Create new navigation property to relApiTabApiReContactBusinessRelation for companies

Operation ID: companies.CreateRelApiTabApiReContactBusinessRelation

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiReContactBusinessRelation({systemId}) (GET)

Beschreibung: Get relApiTabApiReContactBusinessRelation from companies

Operation ID: companies.GetRelApiTabApiReContactBusinessRelation

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiReContactBusinessRelation({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContactBusinessRelation in companies

Operation ID: companies.UpdateRelApiTabApiReContactBusinessRelation

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiReContactBusinessRelation({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContactBusinessRelation for companies

Operation ID: companies.DeleteRelApiTabApiReContactBusinessRelation

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiReContract (GET)

Beschreibung: Get relApiTabApiReContract from companies

Operation ID: companies.ListRelApiTabApiReContract

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiReContract (POST)

Beschreibung: Create new navigation property to relApiTabApiReContract for companies

Operation ID: companies.CreateRelApiTabApiReContract

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiReContract({systemId}) (GET)

Beschreibung: Get relApiTabApiReContract from companies

Operation ID: companies.GetRelApiTabApiReContract

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiReContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiReContract({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContract in companies

Operation ID: companies.UpdateRelApiTabApiReContract

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiReContract

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiReContract({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContract for companies

Operation ID: companies.DeleteRelApiTabApiReContract

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiReContract
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCIFOContractLine (GET)

Beschreibung: Get relApiTabApiRelCIFOContractLine from companies

Operation ID: companies.ListRelApiTabApiRelCIFOContractLine

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCIFOContractLine (POST)

Beschreibung: Create new navigation property to relApiTabApiRelCIFOContractLine for companies

Operation ID: companies.CreateRelApiTabApiRelCIFOContractLine

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiRelCIFOContractLine({systemId}) (GET)

Beschreibung: Get relApiTabApiRelCIFOContractLine from companies

Operation ID: companies.GetRelApiTabApiRelCIFOContractLine

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCIFOContractLine({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiRelCIFOContractLine in companies

Operation ID: companies.UpdateRelApiTabApiRelCIFOContractLine

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCIFOContractLine({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiRelCIFOContractLine for companies

Operation ID: companies.DeleteRelApiTabApiRelCIFOContractLine

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCMEXARecord (GET)

Beschreibung: Get relApiTabApiRelCMEXARecord from companies

Operation ID: companies.ListRelApiTabApiRelCMEXARecord

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCMEXARecord (POST)

Beschreibung: Create new navigation property to relApiTabApiRelCMEXARecord for companies

Operation ID: companies.CreateRelApiTabApiRelCMEXARecord

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiRelCMEXARecord({systemId}) (GET)

Beschreibung: Get relApiTabApiRelCMEXARecord from companies

Operation ID: companies.GetRelApiTabApiRelCMEXARecord

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCMEXARecord({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiRelCMEXARecord in companies

Operation ID: companies.UpdateRelApiTabApiRelCMEXARecord

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCMEXARecord({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiRelCMEXARecord for companies

Operation ID: companies.DeleteRelApiTabApiRelCMEXARecord

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCTicketInput (GET)

Beschreibung: Get relApiTabApiRelCTicketInput from companies

Operation ID: companies.ListRelApiTabApiRelCTicketInput

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCTicketInput (POST)

Beschreibung: Create new navigation property to relApiTabApiRelCTicketInput for companies

Operation ID: companies.CreateRelApiTabApiRelCTicketInput

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiRelCTicketInput({systemId}) (GET)

Beschreibung: Get relApiTabApiRelCTicketInput from companies

Operation ID: companies.GetRelApiTabApiRelCTicketInput

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCTicketInput({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiRelCTicketInput in companies

Operation ID: companies.UpdateRelApiTabApiRelCTicketInput

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketInput

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCTicketInput({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiRelCTicketInput for companies

Operation ID: companies.DeleteRelApiTabApiRelCTicketInput

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCTicketInput({systemId})/issue (GET)

Beschreibung: Get media content for the navigation property relApiTabApiRelCTicketInput from companies

Operation ID: companies.GetRelApiTabApiRelCTicketInputIssue

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketInput

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCTicketInputMessage (GET)

Beschreibung: Get relApiTabApiRelCTicketInputMessage from companies

Operation ID: companies.ListRelApiTabApiRelCTicketInputMessage

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCTicketInputMessage (POST)

Beschreibung: Create new navigation property to relApiTabApiRelCTicketInputMessage for companies

Operation ID: companies.CreateRelApiTabApiRelCTicketInputMessage

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiRelCTicketInputMessage({systemId}) (GET)

Beschreibung: Get relApiTabApiRelCTicketInputMessage from companies

Operation ID: companies.GetRelApiTabApiRelCTicketInputMessage

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketInputMessage
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCTicketInputMessage({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiRelCTicketInputMessage in companies

Operation ID: companies.UpdateRelApiTabApiRelCTicketInputMessage

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketInputMessage

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCTicketInputMessage({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiRelCTicketInputMessage for companies

Operation ID: companies.DeleteRelApiTabApiRelCTicketInputMessage

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketInputMessage
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCTicketType (GET)

Beschreibung: Get relApiTabApiRelCTicketType from companies

Operation ID: companies.ListRelApiTabApiRelCTicketType

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCTicketType (POST)

Beschreibung: Create new navigation property to relApiTabApiRelCTicketType for companies

Operation ID: companies.CreateRelApiTabApiRelCTicketType

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiRelCTicketType({systemId}) (GET)

Beschreibung: Get relApiTabApiRelCTicketType from companies

Operation ID: companies.GetRelApiTabApiRelCTicketType

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketType
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiRelCTicketType({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiRelCTicketType in companies

Operation ID: companies.UpdateRelApiTabApiRelCTicketType

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketType

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiRelCTicketType({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiRelCTicketType for companies

Operation ID: companies.DeleteRelApiTabApiRelCTicketType

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiRelCTicketType
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from companies

Operation ID: companies.ListRelApiTabApiReObject

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiReObject (POST)

Beschreibung: Create new navigation property to relApiTabApiReObject for companies

Operation ID: companies.CreateRelApiTabApiReObject

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiReObject({systemId}) (GET)

Beschreibung: Get relApiTabApiReObject from companies

Operation ID: companies.GetRelApiTabApiReObject

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiReObject
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiReObject({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in companies

Operation ID: companies.UpdateRelApiTabApiReObject

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiReObject

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiReObject({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for companies

Operation ID: companies.DeleteRelApiTabApiReObject

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiReObject
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiResponsabilityCenter (GET)

Beschreibung: Get relApiTabApiResponsabilityCenter from companies

Operation ID: companies.ListRelApiTabApiResponsabilityCenter

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiResponsabilityCenter (POST)

Beschreibung: Create new navigation property to relApiTabApiResponsabilityCenter for companies

Operation ID: companies.CreateRelApiTabApiResponsabilityCenter

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiResponsabilityCenter({systemId}) (GET)

Beschreibung: Get relApiTabApiResponsabilityCenter from companies

Operation ID: companies.GetRelApiTabApiResponsabilityCenter

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiResponsabilityCenter
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiResponsabilityCenter({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiResponsabilityCenter in companies

Operation ID: companies.UpdateRelApiTabApiResponsabilityCenter

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiResponsabilityCenter

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiResponsabilityCenter({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiResponsabilityCenter for companies

Operation ID: companies.DeleteRelApiTabApiResponsabilityCenter

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiResponsabilityCenter
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiSalesInvoice (GET)

Beschreibung: Get relApiTabApiSalesInvoice from companies

Operation ID: companies.ListRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiSalesInvoice (POST)

Beschreibung: Create new navigation property to relApiTabApiSalesInvoice for companies

Operation ID: companies.CreateRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiSalesInvoice({systemId}) (GET)

Beschreibung: Get relApiTabApiSalesInvoice from companies

Operation ID: companies.GetRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiSalesInvoice({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalesInvoice in companies

Operation ID: companies.UpdateRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiSalesInvoice({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalesInvoice for companies

Operation ID: companies.DeleteRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiSalesInvoiceLine (GET)

Beschreibung: Get relApiTabApiSalesInvoiceLine from companies

Operation ID: companies.ListRelApiTabApiSalesInvoiceLine

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiSalesInvoiceLine (POST)

Beschreibung: Create new navigation property to relApiTabApiSalesInvoiceLine for companies

Operation ID: companies.CreateRelApiTabApiSalesInvoiceLine

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiSalesInvoiceLine({systemId}) (GET)

Beschreibung: Get relApiTabApiSalesInvoiceLine from companies

Operation ID: companies.GetRelApiTabApiSalesInvoiceLine

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiSalesInvoiceLine({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalesInvoiceLine in companies

Operation ID: companies.UpdateRelApiTabApiSalesInvoiceLine

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiSalesInvoiceLine({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalesInvoiceLine for companies

Operation ID: companies.DeleteRelApiTabApiSalesInvoiceLine

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiSalespersonPurchaser (GET)

Beschreibung: Get relApiTabApiSalespersonPurchaser from companies

Operation ID: companies.ListRelApiTabApiSalespersonPurchaser

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiSalespersonPurchaser (POST)

Beschreibung: Create new navigation property to relApiTabApiSalespersonPurchaser for companies

Operation ID: companies.CreateRelApiTabApiSalespersonPurchaser

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiSalespersonPurchaser({systemId}) (GET)

Beschreibung: Get relApiTabApiSalespersonPurchaser from companies

Operation ID: companies.GetRelApiTabApiSalespersonPurchaser

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSalespersonPurchaser
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiSalespersonPurchaser({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalespersonPurchaser in companies

Operation ID: companies.UpdateRelApiTabApiSalespersonPurchaser

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSalespersonPurchaser

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiSalespersonPurchaser({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalespersonPurchaser for companies

Operation ID: companies.DeleteRelApiTabApiSalespersonPurchaser

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSalespersonPurchaser
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiSpaceAndSurface (GET)

Beschreibung: Get relApiTabApiSpaceAndSurface from companies

Operation ID: companies.ListRelApiTabApiSpaceAndSurface

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiSpaceAndSurface (POST)

Beschreibung: Create new navigation property to relApiTabApiSpaceAndSurface for companies

Operation ID: companies.CreateRelApiTabApiSpaceAndSurface

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiSpaceAndSurface({systemId}) (GET)

Beschreibung: Get relApiTabApiSpaceAndSurface from companies

Operation ID: companies.GetRelApiTabApiSpaceAndSurface

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiSpaceAndSurface({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiSpaceAndSurface in companies

Operation ID: companies.UpdateRelApiTabApiSpaceAndSurface

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiSpaceAndSurface({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiSpaceAndSurface for companies

Operation ID: companies.DeleteRelApiTabApiSpaceAndSurface

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiTenantContractDraft (GET)

Beschreibung: Get relApiTabApiTenantContractDraft from companies

Operation ID: companies.ListRelApiTabApiTenantContractDraft

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiTenantContractDraft (POST)

Beschreibung: Create new navigation property to relApiTabApiTenantContractDraft for companies

Operation ID: companies.CreateRelApiTabApiTenantContractDraft

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiTenantContractDraft({systemId}) (GET)

Beschreibung: Get relApiTabApiTenantContractDraft from companies

Operation ID: companies.GetRelApiTabApiTenantContractDraft

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiTenantContractDraft
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiTenantContractDraft({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiTenantContractDraft in companies

Operation ID: companies.UpdateRelApiTabApiTenantContractDraft

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiTenantContractDraft

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiTenantContractDraft({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiTenantContractDraft for companies

Operation ID: companies.DeleteRelApiTabApiTenantContractDraft

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiTenantContractDraft
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiUnitAllocation (GET)

Beschreibung: Get relApiTabApiUnitAllocation from companies

Operation ID: companies.ListRelApiTabApiUnitAllocation

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiUnitAllocation (POST)

Beschreibung: Create new navigation property to relApiTabApiUnitAllocation for companies

Operation ID: companies.CreateRelApiTabApiUnitAllocation

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiUnitAllocation({systemId}) (GET)

Beschreibung: Get relApiTabApiUnitAllocation from companies

Operation ID: companies.GetRelApiTabApiUnitAllocation

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitAllocation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiUnitAllocation({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitAllocation in companies

Operation ID: companies.UpdateRelApiTabApiUnitAllocation

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitAllocation

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiUnitAllocation({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitAllocation for companies

Operation ID: companies.DeleteRelApiTabApiUnitAllocation

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitAllocation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiUnitEquipment (GET)

Beschreibung: Get relApiTabApiUnitEquipment from companies

Operation ID: companies.ListRelApiTabApiUnitEquipment

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiUnitEquipment (POST)

Beschreibung: Create new navigation property to relApiTabApiUnitEquipment for companies

Operation ID: companies.CreateRelApiTabApiUnitEquipment

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiUnitEquipment({systemId}) (GET)

Beschreibung: Get relApiTabApiUnitEquipment from companies

Operation ID: companies.GetRelApiTabApiUnitEquipment

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiUnitEquipment({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitEquipment in companies

Operation ID: companies.UpdateRelApiTabApiUnitEquipment

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitEquipment

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiUnitEquipment({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitEquipment for companies

Operation ID: companies.DeleteRelApiTabApiUnitEquipment

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from companies

Operation ID: companies.ListRelApiTabApiUnitMasterData

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiUnitMasterData (POST)

Beschreibung: Create new navigation property to relApiTabApiUnitMasterData for companies

Operation ID: companies.CreateRelApiTabApiUnitMasterData

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiUnitMasterData({systemId}) (GET)

Beschreibung: Get relApiTabApiUnitMasterData from companies

Operation ID: companies.GetRelApiTabApiUnitMasterData

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiUnitMasterData({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in companies

Operation ID: companies.UpdateRelApiTabApiUnitMasterData

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitMasterData

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiUnitMasterData({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for companies

Operation ID: companies.DeleteRelApiTabApiUnitMasterData

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from companies

Operation ID: companies.ListRelApiTabApiUnitsContract

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiUnitsContract (POST)

Beschreibung: Create new navigation property to relApiTabApiUnitsContract for companies

Operation ID: companies.CreateRelApiTabApiUnitsContract

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiUnitsContract({systemId}) (GET)

Beschreibung: Get relApiTabApiUnitsContract from companies

Operation ID: companies.GetRelApiTabApiUnitsContract

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiUnitsContract({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in companies

Operation ID: companies.UpdateRelApiTabApiUnitsContract

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitsContract

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiUnitsContract({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for companies

Operation ID: companies.DeleteRelApiTabApiUnitsContract

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiVendor (GET)

Beschreibung: Get relApiTabApiVendor from companies

Operation ID: companies.ListRelApiTabApiVendor

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiVendor (POST)

Beschreibung: Create new navigation property to relApiTabApiVendor for companies

Operation ID: companies.CreateRelApiTabApiVendor

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/relApiTabApiVendor({systemId}) (GET)

Beschreibung: Get relApiTabApiVendor from companies

Operation ID: companies.GetRelApiTabApiVendor

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiVendor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/relApiTabApiVendor({systemId}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiVendor in companies

Operation ID: companies.UpdateRelApiTabApiVendor

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiVendor

Antworten:

  • 204: Success
  • default:

/companies({id})/relApiTabApiVendor({systemId}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiVendor for companies

Operation ID: companies.DeleteRelApiTabApiVendor

Parameter:

  • id (path): key: id of company
  • systemId (path): key: systemId of relApiTabApiVendor
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/salesInvoiceLines (GET)

Beschreibung: Get salesInvoiceLines from companies

Operation ID: companies.ListSalesInvoiceLines

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/salesInvoiceLines (POST)

Beschreibung: Create new navigation property to salesInvoiceLines for companies

Operation ID: companies.CreateSalesInvoiceLines

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/salesInvoiceLines({id1}) (GET)

Beschreibung: Get salesInvoiceLines from companies

Operation ID: companies.GetSalesInvoiceLines

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of salesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/salesInvoiceLines({id1}) (PATCH)

Beschreibung: Update the navigation property salesInvoiceLines in companies

Operation ID: companies.UpdateSalesInvoiceLines

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of salesInvoiceLine

Antworten:

  • 204: Success
  • default:

/companies({id})/salesInvoiceLines({id1}) (DELETE)

Beschreibung: Delete navigation property salesInvoiceLines for companies

Operation ID: companies.DeleteSalesInvoiceLines

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of salesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/companies({id})/salesInvoices (GET)

Beschreibung: Get salesInvoices from companies

Operation ID: companies.ListSalesInvoices

Parameter:

  • id (path): key: id of company
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/salesInvoices (POST)

Beschreibung: Create new navigation property to salesInvoices for companies

Operation ID: companies.CreateSalesInvoices

Parameter:

  • id (path): key: id of company

Antworten:

  • 201: Created navigation property.
  • default:

/companies({id})/salesInvoices({id1}) (GET)

Beschreibung: Get salesInvoices from companies

Operation ID: companies.GetSalesInvoices

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of salesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/companies({id})/salesInvoices({id1}) (PATCH)

Beschreibung: Update the navigation property salesInvoices in companies

Operation ID: companies.UpdateSalesInvoices

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/companies({id})/salesInvoices({id1}) (DELETE)

Beschreibung: Delete navigation property salesInvoices for companies

Operation ID: companies.DeleteSalesInvoices

Parameter:

  • id (path): key: id of company
  • id1 (path): key: id of salesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/contacts (GET)

Beschreibung: Get entities from contacts

Operation ID: contacts.contact.ListContact

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contacts (POST)

Beschreibung: Add new entity to contacts

Operation ID: contacts.contact.CreateContact

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/contacts({id}) (GET)

Beschreibung: Get entity from contacts by key

Operation ID: contacts.contact.GetContact

Parameter:

  • id (path): key: id of contact
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contacts({id}) (PATCH)

Beschreibung: Update entity in contacts

Operation ID: contacts.contact.UpdateContact

Parameter:

  • id (path): key: id of contact

Antworten:

  • 204: Success
  • default:

/contacts({id}) (DELETE)

Beschreibung: Delete entity from contacts

Operation ID: contacts.contact.DeleteContact

Parameter:

  • id (path): key: id of contact
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/contacts({id})/contactInformation (GET)

Beschreibung: Get contactInformation from contacts

Operation ID: contacts.GetContactInformation

Parameter:

  • id (path): key: id of contact
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contacts({id})/contactInformation (PATCH)

Beschreibung: Update the navigation property contactInformation in contacts

Operation ID: contacts.UpdateContactInformation

Parameter:

  • id (path): key: id of contact

Antworten:

  • 204: Success
  • default:

/contacts({id})/contactInformation (DELETE)

Beschreibung: Delete navigation property contactInformation for contacts

Operation ID: contacts.DeleteContactInformation

Parameter:

  • id (path): key: id of contact
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/contacts({id})/picture (GET)

Beschreibung: Get picture from contacts

Operation ID: contacts.GetPicture

Parameter:

  • id (path): key: id of contact
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contacts({id})/picture (PATCH)

Beschreibung: Update the navigation property picture in contacts

Operation ID: contacts.UpdatePicture

Parameter:

  • id (path): key: id of contact

Antworten:

  • 204: Success
  • default:

/contacts({id})/picture (DELETE)

Beschreibung: Delete navigation property picture for contacts

Operation ID: contacts.DeletePicture

Parameter:

  • id (path): key: id of contact
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/contacts({id})/picture/pictureContent (GET)

Beschreibung: Get media content for the navigation property picture from contacts

Operation ID: contacts.GetPicturePictureContent

Parameter:

  • id (path): key: id of contact

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contacts({id})/picture/pictureContent (PUT)

Beschreibung: Update media content for the navigation property picture in contacts

Operation ID: contacts.UpdatePicturePictureContent

Parameter:

  • id (path): key: id of contact

Antworten:

  • 204: Success
  • default:

/contacts({id})/relApiTabApiContact (GET)

Beschreibung: Get relApiTabApiContact from contacts

Operation ID: contacts.GetRelApiTabApiContact

Parameter:

  • id (path): key: id of contact
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contacts({id})/relApiTabApiContact (PATCH)

Beschreibung: Update the navigation property relApiTabApiContact in contacts

Operation ID: contacts.UpdateRelApiTabApiContact

Parameter:

  • id (path): key: id of contact

Antworten:

  • 204: Success
  • default:

/contacts({id})/relApiTabApiContact (DELETE)

Beschreibung: Delete navigation property relApiTabApiContact for contacts

Operation ID: contacts.DeleteRelApiTabApiContact

Parameter:

  • id (path): key: id of contact
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/contactsInformation (GET)

Beschreibung: Get entities from contactsInformation

Operation ID: contactsInformation.contactInformation.ListContactInformation

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contactsInformation({contactId}) (GET)

Beschreibung: Get entity from contactsInformation by key

Operation ID: contactsInformation.contactInformation.GetContactInformation

Parameter:

  • contactId (path): key: contactId of contactInformation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contactsInformation({contactId})/contact (GET)

Beschreibung: Get contact from contactsInformation

Operation ID: contactsInformation.GetContact

Parameter:

  • contactId (path): key: contactId of contactInformation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contactsInformation({contactId})/contact (PATCH)

Beschreibung: Update the navigation property contact in contactsInformation

Operation ID: contactsInformation.UpdateContact

Parameter:

  • contactId (path): key: contactId of contactInformation

Antworten:

  • 204: Success
  • default:

/contactsInformation({contactId})/contact (DELETE)

Beschreibung: Delete navigation property contact for contactsInformation

Operation ID: contactsInformation.DeleteContact

Parameter:

  • contactId (path): key: contactId of contactInformation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/contactsInformation({contactId})/relApiTabApiVendor (GET)

Beschreibung: Get relApiTabApiVendor from contactsInformation

Operation ID: contactsInformation.GetRelApiTabApiVendor

Parameter:

  • contactId (path): key: contactId of contactInformation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/contactsInformation({contactId})/relApiTabApiVendor (PATCH)

Beschreibung: Update the navigation property relApiTabApiVendor in contactsInformation

Operation ID: contactsInformation.UpdateRelApiTabApiVendor

Parameter:

  • contactId (path): key: contactId of contactInformation

Antworten:

  • 204: Success
  • default:

/contactsInformation({contactId})/relApiTabApiVendor (DELETE)

Beschreibung: Delete navigation property relApiTabApiVendor for contactsInformation

Operation ID: contactsInformation.DeleteRelApiTabApiVendor

Parameter:

  • contactId (path): key: contactId of contactInformation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/defaultDimensions (GET)

Beschreibung: Get entities from defaultDimensions

Operation ID: defaultDimensions.defaultDimension.ListDefaultDimension

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/defaultDimensions (POST)

Beschreibung: Add new entity to defaultDimensions

Operation ID: defaultDimensions.defaultDimension.CreateDefaultDimension

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/defaultDimensions({id}) (GET)

Beschreibung: Get entity from defaultDimensions by key

Operation ID: defaultDimensions.defaultDimension.GetDefaultDimension

Parameter:

  • id (path): key: id of defaultDimension
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/defaultDimensions({id}) (PATCH)

Beschreibung: Update entity in defaultDimensions

Operation ID: defaultDimensions.defaultDimension.UpdateDefaultDimension

Parameter:

  • id (path): key: id of defaultDimension

Antworten:

  • 204: Success
  • default:

/defaultDimensions({id}) (DELETE)

Beschreibung: Delete entity from defaultDimensions

Operation ID: defaultDimensions.defaultDimension.DeleteDefaultDimension

Parameter:

  • id (path): key: id of defaultDimension
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/defaultDimensions({id})/relApiTabApiVendor (GET)

Beschreibung: Get relApiTabApiVendor from defaultDimensions

Operation ID: defaultDimensions.GetRelApiTabApiVendor

Parameter:

  • id (path): key: id of defaultDimension
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/defaultDimensions({id})/relApiTabApiVendor (PATCH)

Beschreibung: Update the navigation property relApiTabApiVendor in defaultDimensions

Operation ID: defaultDimensions.UpdateRelApiTabApiVendor

Parameter:

  • id (path): key: id of defaultDimension

Antworten:

  • 204: Success
  • default:

/defaultDimensions({id})/relApiTabApiVendor (DELETE)

Beschreibung: Delete navigation property relApiTabApiVendor for defaultDimensions

Operation ID: defaultDimensions.DeleteRelApiTabApiVendor

Parameter:

  • id (path): key: id of defaultDimension
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/dimensionSetLines (GET)

Beschreibung: Get entities from dimensionSetLines

Operation ID: dimensionSetLines.dimensionSetLine.ListDimensionSetLine

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/dimensionSetLines (POST)

Beschreibung: Add new entity to dimensionSetLines

Operation ID: dimensionSetLines.dimensionSetLine.CreateDimensionSetLine

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/dimensionSetLines({id}) (GET)

Beschreibung: Get entity from dimensionSetLines by key

Operation ID: dimensionSetLines.dimensionSetLine.GetDimensionSetLine

Parameter:

  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/dimensionSetLines({id}) (PATCH)

Beschreibung: Update entity in dimensionSetLines

Operation ID: dimensionSetLines.dimensionSetLine.UpdateDimensionSetLine

Parameter:

  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id}) (DELETE)

Beschreibung: Delete entity from dimensionSetLines

Operation ID: dimensionSetLines.dimensionSetLine.DeleteDimensionSetLine

Parameter:

  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/relApiTabApiPurchaseOrder (GET)

Beschreibung: Get relApiTabApiPurchaseOrder from dimensionSetLines

Operation ID: dimensionSetLines.GetRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/dimensionSetLines({id})/relApiTabApiPurchaseOrder (PATCH)

Beschreibung: Update the navigation property relApiTabApiPurchaseOrder in dimensionSetLines

Operation ID: dimensionSetLines.UpdateRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/relApiTabApiPurchaseOrder (DELETE)

Beschreibung: Delete navigation property relApiTabApiPurchaseOrder for dimensionSetLines

Operation ID: dimensionSetLines.DeleteRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/relApiTabApiPurchaseOrderLine (GET)

Beschreibung: Get relApiTabApiPurchaseOrderLine from dimensionSetLines

Operation ID: dimensionSetLines.GetRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/dimensionSetLines({id})/relApiTabApiPurchaseOrderLine (PATCH)

Beschreibung: Update the navigation property relApiTabApiPurchaseOrderLine in dimensionSetLines

Operation ID: dimensionSetLines.UpdateRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/relApiTabApiPurchaseOrderLine (DELETE)

Beschreibung: Delete navigation property relApiTabApiPurchaseOrderLine for dimensionSetLines

Operation ID: dimensionSetLines.DeleteRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/relApiTabApiSalesInvoice (GET)

Beschreibung: Get relApiTabApiSalesInvoice from dimensionSetLines

Operation ID: dimensionSetLines.GetRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/dimensionSetLines({id})/relApiTabApiSalesInvoice (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalesInvoice in dimensionSetLines

Operation ID: dimensionSetLines.UpdateRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/relApiTabApiSalesInvoice (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalesInvoice for dimensionSetLines

Operation ID: dimensionSetLines.DeleteRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/relApiTabApiSalesInvoiceLine (GET)

Beschreibung: Get relApiTabApiSalesInvoiceLine from dimensionSetLines

Operation ID: dimensionSetLines.GetRelApiTabApiSalesInvoiceLine

Parameter:

  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/dimensionSetLines({id})/relApiTabApiSalesInvoiceLine (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalesInvoiceLine in dimensionSetLines

Operation ID: dimensionSetLines.UpdateRelApiTabApiSalesInvoiceLine

Parameter:

  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/relApiTabApiSalesInvoiceLine (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalesInvoiceLine for dimensionSetLines

Operation ID: dimensionSetLines.DeleteRelApiTabApiSalesInvoiceLine

Parameter:

  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/salesInvoice (GET)

Beschreibung: Get salesInvoice from dimensionSetLines

Operation ID: dimensionSetLines.GetSalesInvoice

Parameter:

  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/dimensionSetLines({id})/salesInvoice (PATCH)

Beschreibung: Update the navigation property salesInvoice in dimensionSetLines

Operation ID: dimensionSetLines.UpdateSalesInvoice

Parameter:

  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/salesInvoice (DELETE)

Beschreibung: Delete navigation property salesInvoice for dimensionSetLines

Operation ID: dimensionSetLines.DeleteSalesInvoice

Parameter:

  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/salesInvoiceLine (GET)

Beschreibung: Get salesInvoiceLine from dimensionSetLines

Operation ID: dimensionSetLines.GetSalesInvoiceLine

Parameter:

  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/dimensionSetLines({id})/salesInvoiceLine (PATCH)

Beschreibung: Update the navigation property salesInvoiceLine in dimensionSetLines

Operation ID: dimensionSetLines.UpdateSalesInvoiceLine

Parameter:

  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/dimensionSetLines({id})/salesInvoiceLine (DELETE)

Beschreibung: Delete navigation property salesInvoiceLine for dimensionSetLines

Operation ID: dimensionSetLines.DeleteSalesInvoiceLine

Parameter:

  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/documentAttachments (GET)

Beschreibung: Get entities from documentAttachments

Operation ID: documentAttachments.documentAttachment.ListDocumentAttachment

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/documentAttachments (POST)

Beschreibung: Add new entity to documentAttachments

Operation ID: documentAttachments.documentAttachment.CreateDocumentAttachment

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/documentAttachments({id}) (GET)

Beschreibung: Get entity from documentAttachments by key

Operation ID: documentAttachments.documentAttachment.GetDocumentAttachment

Parameter:

  • id (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/documentAttachments({id}) (PATCH)

Beschreibung: Update entity in documentAttachments

Operation ID: documentAttachments.documentAttachment.UpdateDocumentAttachment

Parameter:

  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/documentAttachments({id}) (DELETE)

Beschreibung: Delete entity from documentAttachments

Operation ID: documentAttachments.documentAttachment.DeleteDocumentAttachment

Parameter:

  • id (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/documentAttachments({id})/attachmentContent (GET)

Beschreibung: Get media content for documentAttachment from documentAttachments

Operation ID: documentAttachments.documentAttachment.GetAttachmentContent

Parameter:

  • id (path): key: id of documentAttachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/documentAttachments({id})/attachmentContent (PUT)

Beschreibung: Update media content for documentAttachment in documentAttachments

Operation ID: documentAttachments.documentAttachment.UpdateAttachmentContent

Parameter:

  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/documentAttachments({id})/relApiTabApiPurchaseOrder (GET)

Beschreibung: Get relApiTabApiPurchaseOrder from documentAttachments

Operation ID: documentAttachments.GetRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/documentAttachments({id})/relApiTabApiPurchaseOrder (PATCH)

Beschreibung: Update the navigation property relApiTabApiPurchaseOrder in documentAttachments

Operation ID: documentAttachments.UpdateRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/documentAttachments({id})/relApiTabApiPurchaseOrder (DELETE)

Beschreibung: Delete navigation property relApiTabApiPurchaseOrder for documentAttachments

Operation ID: documentAttachments.DeleteRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/documentAttachments({id})/relApiTabApiSalesInvoice (GET)

Beschreibung: Get relApiTabApiSalesInvoice from documentAttachments

Operation ID: documentAttachments.GetRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/documentAttachments({id})/relApiTabApiSalesInvoice (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalesInvoice in documentAttachments

Operation ID: documentAttachments.UpdateRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/documentAttachments({id})/relApiTabApiSalesInvoice (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalesInvoice for documentAttachments

Operation ID: documentAttachments.DeleteRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/documentAttachments({id})/relApiTabApiVendor (GET)

Beschreibung: Get relApiTabApiVendor from documentAttachments

Operation ID: documentAttachments.GetRelApiTabApiVendor

Parameter:

  • id (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/documentAttachments({id})/relApiTabApiVendor (PATCH)

Beschreibung: Update the navigation property relApiTabApiVendor in documentAttachments

Operation ID: documentAttachments.UpdateRelApiTabApiVendor

Parameter:

  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/documentAttachments({id})/relApiTabApiVendor (DELETE)

Beschreibung: Delete navigation property relApiTabApiVendor for documentAttachments

Operation ID: documentAttachments.DeleteRelApiTabApiVendor

Parameter:

  • id (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/documentAttachments({id})/salesInvoice (GET)

Beschreibung: Get salesInvoice from documentAttachments

Operation ID: documentAttachments.GetSalesInvoice

Parameter:

  • id (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/documentAttachments({id})/salesInvoice (PATCH)

Beschreibung: Update the navigation property salesInvoice in documentAttachments

Operation ID: documentAttachments.UpdateSalesInvoice

Parameter:

  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/documentAttachments({id})/salesInvoice (DELETE)

Beschreibung: Delete navigation property salesInvoice for documentAttachments

Operation ID: documentAttachments.DeleteSalesInvoice

Parameter:

  • id (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/entityDefinitions (GET)

Beschreibung: Get entities from entityDefinitions

Operation ID: entityDefinitions.entityMetadata.ListEntityMetadata

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/entityDefinitions (POST)

Beschreibung: Add new entity to entityDefinitions

Operation ID: entityDefinitions.entityMetadata.CreateEntityMetadata

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/entityDefinitions({entityName}) (GET)

Beschreibung: Get entity from entityDefinitions by key

Operation ID: entityDefinitions.entityMetadata.GetEntityMetadata

Parameter:

  • entityName (path): key: entityName of entityMetadata
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/entityDefinitions({entityName}) (PATCH)

Beschreibung: Update entity in entityDefinitions

Operation ID: entityDefinitions.entityMetadata.UpdateEntityMetadata

Parameter:

  • entityName (path): key: entityName of entityMetadata

Antworten:

  • 204: Success
  • default:

/entityDefinitions({entityName}) (DELETE)

Beschreibung: Delete entity from entityDefinitions

Operation ID: entityDefinitions.entityMetadata.DeleteEntityMetadata

Parameter:

  • entityName (path): key: entityName of entityMetadata
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/externalbusinesseventdefinitions (GET)

Beschreibung: Get entities from externalbusinesseventdefinitions

Operation ID: externalbusinesseventdefinitions.externalbusinesseventdefinitions.ListExternalbusinesseventdefinitions

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/externalbusinesseventdefinitions(appId={appId},name={name},eventVersion={eventVersion}) (GET)

Beschreibung: Get entity from externalbusinesseventdefinitions by key

Operation ID: externalbusinesseventdefinitions.externalbusinesseventdefinitions.GetExternalbusinesseventdefinitions

Parameter:

  • appId (path): key: appId of externalbusinesseventdefinitions
  • name (path): key: name of externalbusinesseventdefinitions
  • eventVersion (path): key: eventVersion of externalbusinesseventdefinitions
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/externaleventsubscriptions (GET)

Beschreibung: Get entities from externaleventsubscriptions

Operation ID: externaleventsubscriptions.externaleventsubscriptions.ListExternaleventsubscriptions

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/externaleventsubscriptions (POST)

Beschreibung: Add new entity to externaleventsubscriptions

Operation ID: externaleventsubscriptions.externaleventsubscriptions.CreateExternaleventsubscriptions

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/externaleventsubscriptions({id}) (GET)

Beschreibung: Get entity from externaleventsubscriptions by key

Operation ID: externaleventsubscriptions.externaleventsubscriptions.GetExternaleventsubscriptions

Parameter:

  • id (path): key: id of externaleventsubscriptions
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/externaleventsubscriptions({id}) (PATCH)

Beschreibung: Update entity in externaleventsubscriptions

Operation ID: externaleventsubscriptions.externaleventsubscriptions.UpdateExternaleventsubscriptions

Parameter:

  • id (path): key: id of externaleventsubscriptions

Antworten:

  • 204: Success
  • default:

/externaleventsubscriptions({id}) (DELETE)

Beschreibung: Delete entity from externaleventsubscriptions

Operation ID: externaleventsubscriptions.externaleventsubscriptions.DeleteExternaleventsubscriptions

Parameter:

  • id (path): key: id of externaleventsubscriptions
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/locations (GET)

Beschreibung: Get entities from locations

Operation ID: locations.location.ListLocation

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/locations (POST)

Beschreibung: Add new entity to locations

Operation ID: locations.location.CreateLocation

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/locations({id}) (GET)

Beschreibung: Get entity from locations by key

Operation ID: locations.location.GetLocation

Parameter:

  • id (path): key: id of location
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/locations({id}) (PATCH)

Beschreibung: Update entity in locations

Operation ID: locations.location.UpdateLocation

Parameter:

  • id (path): key: id of location

Antworten:

  • 204: Success
  • default:

/locations({id}) (DELETE)

Beschreibung: Delete entity from locations

Operation ID: locations.location.DeleteLocation

Parameter:

  • id (path): key: id of location
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/pdfDocument (GET)

Beschreibung: Get entities from pdfDocument

Operation ID: pdfDocument.pdfDocument.ListPdfDocument

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pdfDocument({id}) (GET)

Beschreibung: Get entity from pdfDocument by key

Operation ID: pdfDocument.pdfDocument.GetPdfDocument

Parameter:

  • id (path): key: id of pdfDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pdfDocument({id})/pdfDocumentContent (GET)

Beschreibung: Get media content for pdfDocument from pdfDocument

Operation ID: pdfDocument.pdfDocument.GetPdfDocumentContent

Parameter:

  • id (path): key: id of pdfDocument

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pdfDocument({id})/relApiTabApiSalesInvoice (GET)

Beschreibung: Get relApiTabApiSalesInvoice from pdfDocument

Operation ID: pdfDocument.GetRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of pdfDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pdfDocument({id})/relApiTabApiSalesInvoice (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalesInvoice in pdfDocument

Operation ID: pdfDocument.UpdateRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of pdfDocument

Antworten:

  • 204: Success
  • default:

/pdfDocument({id})/relApiTabApiSalesInvoice (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalesInvoice for pdfDocument

Operation ID: pdfDocument.DeleteRelApiTabApiSalesInvoice

Parameter:

  • id (path): key: id of pdfDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/pdfDocument({id})/salesInvoice (GET)

Beschreibung: Get salesInvoice from pdfDocument

Operation ID: pdfDocument.GetSalesInvoice

Parameter:

  • id (path): key: id of pdfDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pdfDocument({id})/salesInvoice (PATCH)

Beschreibung: Update the navigation property salesInvoice in pdfDocument

Operation ID: pdfDocument.UpdateSalesInvoice

Parameter:

  • id (path): key: id of pdfDocument

Antworten:

  • 204: Success
  • default:

/pdfDocument({id})/salesInvoice (DELETE)

Beschreibung: Delete navigation property salesInvoice for pdfDocument

Operation ID: pdfDocument.DeleteSalesInvoice

Parameter:

  • id (path): key: id of pdfDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/pictures (GET)

Beschreibung: Get entities from pictures

Operation ID: pictures.picture.ListPicture

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pictures({id}) (GET)

Beschreibung: Get entity from pictures by key

Operation ID: pictures.picture.GetPicture

Parameter:

  • id (path): key: id of picture
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pictures({id}) (PATCH)

Beschreibung: Update entity in pictures

Operation ID: pictures.picture.UpdatePicture

Parameter:

  • id (path): key: id of picture

Antworten:

  • 204: Success
  • default:

/pictures({id}) (DELETE)

Beschreibung: Delete entity from pictures

Operation ID: pictures.picture.DeletePicture

Parameter:

  • id (path): key: id of picture
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/pictures({id})/contact (GET)

Beschreibung: Get contact from pictures

Operation ID: pictures.GetContact

Parameter:

  • id (path): key: id of picture
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pictures({id})/contact (PATCH)

Beschreibung: Update the navigation property contact in pictures

Operation ID: pictures.UpdateContact

Parameter:

  • id (path): key: id of picture

Antworten:

  • 204: Success
  • default:

/pictures({id})/contact (DELETE)

Beschreibung: Delete navigation property contact for pictures

Operation ID: pictures.DeleteContact

Parameter:

  • id (path): key: id of picture
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/pictures({id})/pictureContent (GET)

Beschreibung: Get media content for picture from pictures

Operation ID: pictures.picture.GetPictureContent

Parameter:

  • id (path): key: id of picture

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pictures({id})/pictureContent (PUT)

Beschreibung: Update media content for picture in pictures

Operation ID: pictures.picture.UpdatePictureContent

Parameter:

  • id (path): key: id of picture

Antworten:

  • 204: Success
  • default:

/pictures({id})/relApiTabApiVendor (GET)

Beschreibung: Get relApiTabApiVendor from pictures

Operation ID: pictures.GetRelApiTabApiVendor

Parameter:

  • id (path): key: id of picture
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/pictures({id})/relApiTabApiVendor (PATCH)

Beschreibung: Update the navigation property relApiTabApiVendor in pictures

Operation ID: pictures.UpdateRelApiTabApiVendor

Parameter:

  • id (path): key: id of picture

Antworten:

  • 204: Success
  • default:

/pictures({id})/relApiTabApiVendor (DELETE)

Beschreibung: Delete navigation property relApiTabApiVendor for pictures

Operation ID: pictures.DeleteRelApiTabApiVendor

Parameter:

  • id (path): key: id of picture
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiBudgetDebitPos (GET)

Beschreibung: Get entities from relApiTabApiBudgetDebitPos

Operation ID: relApiTabApiBudgetDebitPos.relApiTabApiBudgetDebitPos.ListRelApiTabApiBudgetDebitPos

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiBudgetDebitPos({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiBudgetDebitPos by key

Operation ID: relApiTabApiBudgetDebitPos.relApiTabApiBudgetDebitPos.GetRelApiTabApiBudgetDebitPos

Parameter:

  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiBudgetDebitPos({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiBudgetDebitPos

Operation ID: relApiTabApiBudgetDebitPos.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiBudgetDebitPos({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiBudgetDebitPos

Operation ID: relApiTabApiBudgetDebitPos.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos

Antworten:

  • 204: Success
  • default:

/relApiTabApiBudgetDebitPos({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiBudgetDebitPos

Operation ID: relApiTabApiBudgetDebitPos.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiBudgetDebitPos({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiBudgetDebitPos

Operation ID: relApiTabApiBudgetDebitPos.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiBudgetDebitPos({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiBudgetDebitPos

Operation ID: relApiTabApiBudgetDebitPos.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos

Antworten:

  • 204: Success
  • default:

/relApiTabApiBudgetDebitPos({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiBudgetDebitPos

Operation ID: relApiTabApiBudgetDebitPos.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiBudgetDebitPos
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiContact (GET)

Beschreibung: Get entities from relApiTabApiContact

Operation ID: relApiTabApiContact.relApiTabApiContact.ListRelApiTabApiContact

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiContact (POST)

Beschreibung: Add new entity to relApiTabApiContact

Operation ID: relApiTabApiContact.relApiTabApiContact.CreateRelApiTabApiContact

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiContact({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiContact by key

Operation ID: relApiTabApiContact.relApiTabApiContact.GetRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiContact
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiContact({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiContact

Operation ID: relApiTabApiContact.relApiTabApiContact.UpdateRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiContact

Antworten:

  • 204: Success
  • default:

/relApiTabApiCustomer (GET)

Beschreibung: Get entities from relApiTabApiCustomer

Operation ID: relApiTabApiCustomer.relApiTabApiCustomer.ListRelApiTabApiCustomer

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiCustomer (POST)

Beschreibung: Add new entity to relApiTabApiCustomer

Operation ID: relApiTabApiCustomer.relApiTabApiCustomer.CreateRelApiTabApiCustomer

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiCustomer({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiCustomer by key

Operation ID: relApiTabApiCustomer.relApiTabApiCustomer.GetRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiCustomer
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiCustomer({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiCustomer

Operation ID: relApiTabApiCustomer.relApiTabApiCustomer.UpdateRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiCustomer

Antworten:

  • 204: Success
  • default:

/relApiTabApiDebitPosition (GET)

Beschreibung: Get entities from relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.relApiTabApiDebitPosition.ListRelApiTabApiDebitPosition

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDebitPosition({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiDebitPosition by key

Operation ID: relApiTabApiDebitPosition.relApiTabApiDebitPosition.GetRelApiTabApiDebitPosition

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDebitPosition({systemId})/relApiTabApiReContract (GET)

Beschreibung: Get relApiTabApiReContract from relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.GetRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDebitPosition({systemId})/relApiTabApiReContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContract in relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.UpdateRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition

Antworten:

  • 204: Success
  • default:

/relApiTabApiDebitPosition({systemId})/relApiTabApiReContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContract for relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.DeleteRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDebitPosition({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDebitPosition({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition

Antworten:

  • 204: Success
  • default:

/relApiTabApiDebitPosition({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDebitPosition({systemId})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.GetRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDebitPosition({systemId})/relApiTabApiUnitsContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.UpdateRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition

Antworten:

  • 204: Success
  • default:

/relApiTabApiDebitPosition({systemId})/relApiTabApiUnitsContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for relApiTabApiDebitPosition

Operation ID: relApiTabApiDebitPosition.DeleteRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDebitPosition
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument (GET)

Beschreibung: Get entities from relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.ListRelApiTabApiDocument

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument (POST)

Beschreibung: Add new entity to relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.CreateRelApiTabApiDocument

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiDocument({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiDocument by key

Operation ID: relApiTabApiDocument.relApiTabApiDocument.GetRelApiTabApiDocument

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.UpdateRelApiTabApiDocument

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId}) (DELETE)

Beschreibung: Delete entity from relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.DeleteRelApiTabApiDocument

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/attachment (GET)

Beschreibung: Get media content for relApiTabApiDocument from relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.GetAttachment

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/attachment (PUT)

Beschreibung: Update media content for relApiTabApiDocument in relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.UpdateAttachment

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/Microsoft.NAV.getFileContent (POST)

Beschreibung: Invoke action getFileContent

Operation ID: relApiTabApiDocument.relApiTabApiDocument.getFileContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/processErrorStack (GET)

Beschreibung: Get media content for relApiTabApiDocument from relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.GetProcessErrorStack

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/processErrorStack (PUT)

Beschreibung: Update media content for relApiTabApiDocument in relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.UpdateProcessErrorStack

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiContact (GET)

Beschreibung: Get relApiTabApiContact from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiContact (PATCH)

Beschreibung: Update the navigation property relApiTabApiContact in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiContact (DELETE)

Beschreibung: Delete navigation property relApiTabApiContact for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiCustomer (GET)

Beschreibung: Get relApiTabApiCustomer from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiCustomer (PATCH)

Beschreibung: Update the navigation property relApiTabApiCustomer in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiCustomer (DELETE)

Beschreibung: Delete navigation property relApiTabApiCustomer for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiDocumentArchiv (GET)

Beschreibung: Get relApiTabApiDocumentArchiv from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiDocumentArchiv

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiDocumentArchiv (PATCH)

Beschreibung: Update the navigation property relApiTabApiDocumentArchiv in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiDocumentArchiv

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiDocumentArchiv (DELETE)

Beschreibung: Delete navigation property relApiTabApiDocumentArchiv for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiDocumentArchiv

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiDocumentIndexValue (GET)

Beschreibung: Get relApiTabApiDocumentIndexValue from relApiTabApiDocument

Operation ID: relApiTabApiDocument.ListRelApiTabApiDocumentIndexValue

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiDocumentIndexValue (POST)

Beschreibung: Create new navigation property to relApiTabApiDocumentIndexValue for relApiTabApiDocument

Operation ID: relApiTabApiDocument.CreateRelApiTabApiDocumentIndexValue

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiDocumentIndexValue({systemId1}) (GET)

Beschreibung: Get relApiTabApiDocumentIndexValue from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiDocumentIndexValue

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • systemId1 (path): key: systemId of relApiTabApiDocumentIndexValue
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiDocumentIndexValue({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiDocumentIndexValue in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiDocumentIndexValue

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • systemId1 (path): key: systemId of relApiTabApiDocumentIndexValue

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiDocumentIndexValue({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiDocumentIndexValue for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiDocumentIndexValue

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • systemId1 (path): key: systemId of relApiTabApiDocumentIndexValue
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiReContract (GET)

Beschreibung: Get relApiTabApiReContract from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiReContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContract in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiReContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContract for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiResponsabilityCenter (GET)

Beschreibung: Get relApiTabApiResponsabilityCenter from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiResponsabilityCenter

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiResponsabilityCenter (PATCH)

Beschreibung: Update the navigation property relApiTabApiResponsabilityCenter in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiResponsabilityCenter

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiResponsabilityCenter (DELETE)

Beschreibung: Delete navigation property relApiTabApiResponsabilityCenter for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiResponsabilityCenter

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiUnitsContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiUnitsContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiVendor (GET)

Beschreibung: Get relApiTabApiVendor from relApiTabApiDocument

Operation ID: relApiTabApiDocument.GetRelApiTabApiVendor

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/relApiTabApiVendor (PATCH)

Beschreibung: Update the navigation property relApiTabApiVendor in relApiTabApiDocument

Operation ID: relApiTabApiDocument.UpdateRelApiTabApiVendor

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/relApiTabApiVendor (DELETE)

Beschreibung: Delete navigation property relApiTabApiVendor for relApiTabApiDocument

Operation ID: relApiTabApiDocument.DeleteRelApiTabApiVendor

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocument({systemId})/stateDocNoProtcollStack (GET)

Beschreibung: Get media content for relApiTabApiDocument from relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.GetStateDocNoProtcollStack

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocument({systemId})/stateDocNoProtcollStack (PUT)

Beschreibung: Update media content for relApiTabApiDocument in relApiTabApiDocument

Operation ID: relApiTabApiDocument.relApiTabApiDocument.UpdateStateDocNoProtcollStack

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocument

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentArchiv (GET)

Beschreibung: Get entities from relApiTabApiDocumentArchiv

Operation ID: relApiTabApiDocumentArchiv.relApiTabApiDocumentArchiv.ListRelApiTabApiDocumentArchiv

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocumentArchiv (POST)

Beschreibung: Add new entity to relApiTabApiDocumentArchiv

Operation ID: relApiTabApiDocumentArchiv.relApiTabApiDocumentArchiv.CreateRelApiTabApiDocumentArchiv

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiDocumentArchiv({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiDocumentArchiv by key

Operation ID: relApiTabApiDocumentArchiv.relApiTabApiDocumentArchiv.GetRelApiTabApiDocumentArchiv

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentArchiv
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocumentArchiv({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiDocumentArchiv

Operation ID: relApiTabApiDocumentArchiv.relApiTabApiDocumentArchiv.UpdateRelApiTabApiDocumentArchiv

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentArchiv

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentArchiv({systemId}) (DELETE)

Beschreibung: Delete entity from relApiTabApiDocumentArchiv

Operation ID: relApiTabApiDocumentArchiv.relApiTabApiDocumentArchiv.DeleteRelApiTabApiDocumentArchiv

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentArchiv
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentIndexValue (GET)

Beschreibung: Get entities from relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.relApiTabApiDocumentIndexValue.ListRelApiTabApiDocumentIndexValue

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocumentIndexValue (POST)

Beschreibung: Add new entity to relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.relApiTabApiDocumentIndexValue.CreateRelApiTabApiDocumentIndexValue

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiDocumentIndexValue({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiDocumentIndexValue by key

Operation ID: relApiTabApiDocumentIndexValue.relApiTabApiDocumentIndexValue.GetRelApiTabApiDocumentIndexValue

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocumentIndexValue({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.relApiTabApiDocumentIndexValue.UpdateRelApiTabApiDocumentIndexValue

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentIndexValue({systemId}) (DELETE)

Beschreibung: Delete entity from relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.relApiTabApiDocumentIndexValue.DeleteRelApiTabApiDocumentIndexValue

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocument (GET)

Beschreibung: Get relApiTabApiDocument from relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.GetRelApiTabApiDocument

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocument (PATCH)

Beschreibung: Update the navigation property relApiTabApiDocument in relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.UpdateRelApiTabApiDocument

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocument (DELETE)

Beschreibung: Delete navigation property relApiTabApiDocument for relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.DeleteRelApiTabApiDocument

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocument/attachment (GET)

Beschreibung: Get media content for the navigation property relApiTabApiDocument from relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.GetRelApiTabApiDocumentAttachment

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocument/attachment (PUT)

Beschreibung: Update media content for the navigation property relApiTabApiDocument in relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.UpdateRelApiTabApiDocumentAttachment

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocument/processErrorStack (GET)

Beschreibung: Get media content for the navigation property relApiTabApiDocument from relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.GetRelApiTabApiDocumentProcessErrorStack

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocument/processErrorStack (PUT)

Beschreibung: Update media content for the navigation property relApiTabApiDocument in relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.UpdateRelApiTabApiDocumentProcessErrorStack

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocument/stateDocNoProtcollStack (GET)

Beschreibung: Get media content for the navigation property relApiTabApiDocument from relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.GetRelApiTabApiDocumentStateDocNoProtcollStack

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocument/stateDocNoProtcollStack (PUT)

Beschreibung: Update media content for the navigation property relApiTabApiDocument in relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.UpdateRelApiTabApiDocumentStateDocNoProtcollStack

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocumentArchiv (GET)

Beschreibung: Get relApiTabApiDocumentArchiv from relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.GetRelApiTabApiDocumentArchiv

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocumentArchiv (PATCH)

Beschreibung: Update the navigation property relApiTabApiDocumentArchiv in relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.UpdateRelApiTabApiDocumentArchiv

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue

Antworten:

  • 204: Success
  • default:

/relApiTabApiDocumentIndexValue({systemId})/relApiTabApiDocumentArchiv (DELETE)

Beschreibung: Delete navigation property relApiTabApiDocumentArchiv for relApiTabApiDocumentIndexValue

Operation ID: relApiTabApiDocumentIndexValue.DeleteRelApiTabApiDocumentArchiv

Parameter:

  • systemId (path): key: systemId of relApiTabApiDocumentIndexValue
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiEditor (GET)

Beschreibung: Get entities from relApiTabApiEditor

Operation ID: relApiTabApiEditor.relApiTabApiEditor.ListRelApiTabApiEditor

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiEditor (POST)

Beschreibung: Add new entity to relApiTabApiEditor

Operation ID: relApiTabApiEditor.relApiTabApiEditor.CreateRelApiTabApiEditor

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiEditor({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiEditor by key

Operation ID: relApiTabApiEditor.relApiTabApiEditor.GetRelApiTabApiEditor

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiEditor({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiEditor

Operation ID: relApiTabApiEditor.relApiTabApiEditor.UpdateRelApiTabApiEditor

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor

Antworten:

  • 204: Success
  • default:

/relApiTabApiEditor({systemId})/relApiTabApiEditorPart (GET)

Beschreibung: Get relApiTabApiEditorPart from relApiTabApiEditor

Operation ID: relApiTabApiEditor.ListRelApiTabApiEditorPart

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiEditor({systemId})/relApiTabApiEditorPart (POST)

Beschreibung: Create new navigation property to relApiTabApiEditorPart for relApiTabApiEditor

Operation ID: relApiTabApiEditor.CreateRelApiTabApiEditorPart

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiEditor({systemId})/relApiTabApiEditorPart({systemId1}) (GET)

Beschreibung: Get relApiTabApiEditorPart from relApiTabApiEditor

Operation ID: relApiTabApiEditor.GetRelApiTabApiEditorPart

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • systemId1 (path): key: systemId of relApiTabApiEditorPart
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiEditor({systemId})/relApiTabApiEditorPart({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiEditorPart in relApiTabApiEditor

Operation ID: relApiTabApiEditor.UpdateRelApiTabApiEditorPart

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • systemId1 (path): key: systemId of relApiTabApiEditorPart

Antworten:

  • 204: Success
  • default:

/relApiTabApiEditor({systemId})/relApiTabApiEditorPart({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiEditorPart for relApiTabApiEditor

Operation ID: relApiTabApiEditor.DeleteRelApiTabApiEditorPart

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • systemId1 (path): key: systemId of relApiTabApiEditorPart
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiEditor({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiEditor

Operation ID: relApiTabApiEditor.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiEditor({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiEditor

Operation ID: relApiTabApiEditor.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor

Antworten:

  • 204: Success
  • default:

/relApiTabApiEditor({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiEditor

Operation ID: relApiTabApiEditor.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiEditor({systemId})/relApiTabApiSalespersonPurchaser (GET)

Beschreibung: Get relApiTabApiSalespersonPurchaser from relApiTabApiEditor

Operation ID: relApiTabApiEditor.ListRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiEditor({systemId})/relApiTabApiSalespersonPurchaser (POST)

Beschreibung: Create new navigation property to relApiTabApiSalespersonPurchaser for relApiTabApiEditor

Operation ID: relApiTabApiEditor.CreateRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiEditor({systemId})/relApiTabApiSalespersonPurchaser({systemId1}) (GET)

Beschreibung: Get relApiTabApiSalespersonPurchaser from relApiTabApiEditor

Operation ID: relApiTabApiEditor.GetRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • systemId1 (path): key: systemId of relApiTabApiSalespersonPurchaser
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiEditor({systemId})/relApiTabApiSalespersonPurchaser({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalespersonPurchaser in relApiTabApiEditor

Operation ID: relApiTabApiEditor.UpdateRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • systemId1 (path): key: systemId of relApiTabApiSalespersonPurchaser

Antworten:

  • 204: Success
  • default:

/relApiTabApiEditor({systemId})/relApiTabApiSalespersonPurchaser({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalespersonPurchaser for relApiTabApiEditor

Operation ID: relApiTabApiEditor.DeleteRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditor
  • systemId1 (path): key: systemId of relApiTabApiSalespersonPurchaser
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiEditorPart (GET)

Beschreibung: Get entities from relApiTabApiEditorPart

Operation ID: relApiTabApiEditorPart.relApiTabApiEditorPart.ListRelApiTabApiEditorPart

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiEditorPart (POST)

Beschreibung: Add new entity to relApiTabApiEditorPart

Operation ID: relApiTabApiEditorPart.relApiTabApiEditorPart.CreateRelApiTabApiEditorPart

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiEditorPart({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiEditorPart by key

Operation ID: relApiTabApiEditorPart.relApiTabApiEditorPart.GetRelApiTabApiEditorPart

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditorPart
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiEditorPart({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiEditorPart

Operation ID: relApiTabApiEditorPart.relApiTabApiEditorPart.UpdateRelApiTabApiEditorPart

Parameter:

  • systemId (path): key: systemId of relApiTabApiEditorPart

Antworten:

  • 204: Success
  • default:

/relApiTabApiExploitationMethod (GET)

Beschreibung: Get entities from relApiTabApiExploitationMethod

Operation ID: relApiTabApiExploitationMethod.relApiTabApiExploitationMethod.ListRelApiTabApiExploitationMethod

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiExploitationMethod (POST)

Beschreibung: Add new entity to relApiTabApiExploitationMethod

Operation ID: relApiTabApiExploitationMethod.relApiTabApiExploitationMethod.CreateRelApiTabApiExploitationMethod

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiExploitationMethod({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiExploitationMethod by key

Operation ID: relApiTabApiExploitationMethod.relApiTabApiExploitationMethod.GetRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiExploitationMethod
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiExploitationMethod({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiExploitationMethod

Operation ID: relApiTabApiExploitationMethod.relApiTabApiExploitationMethod.UpdateRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiExploitationMethod

Antworten:

  • 204: Success
  • default:

/relApiTabApiExploitationMethod({systemId}) (DELETE)

Beschreibung: Delete entity from relApiTabApiExploitationMethod

Operation ID: relApiTabApiExploitationMethod.relApiTabApiExploitationMethod.DeleteRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiExploitationMethod
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

Beschreibung: Get entities from relApiTabApiLinks

Operation ID: relApiTabApiLinks.relApiTabApiLinks.ListRelApiTabApiLinks

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiLinks (POST)

Beschreibung: Add new entity to relApiTabApiLinks

Operation ID: relApiTabApiLinks.relApiTabApiLinks.CreateRelApiTabApiLinks

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiLinks({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiLinks by key

Operation ID: relApiTabApiLinks.relApiTabApiLinks.GetRelApiTabApiLinks

Parameter:

  • systemId (path): key: systemId of relApiTabApiLinks
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiLinks({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiLinks

Operation ID: relApiTabApiLinks.relApiTabApiLinks.UpdateRelApiTabApiLinks

Parameter:

  • systemId (path): key: systemId of relApiTabApiLinks

Antworten:

  • 204: Success
  • default:

/relApiTabApiLinks({systemId})/note (GET)

Beschreibung: Get media content for relApiTabApiLinks from relApiTabApiLinks

Operation ID: relApiTabApiLinks.relApiTabApiLinks.GetNote

Parameter:

  • systemId (path): key: systemId of relApiTabApiLinks

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiLinks({systemId})/note (PUT)

Beschreibung: Update media content for relApiTabApiLinks in relApiTabApiLinks

Operation ID: relApiTabApiLinks.relApiTabApiLinks.UpdateNote

Parameter:

  • systemId (path): key: systemId of relApiTabApiLinks

Antworten:

  • 204: Success
  • default:

/relApiTabApiLocationFloor (GET)

Beschreibung: Get entities from relApiTabApiLocationFloor

Operation ID: relApiTabApiLocationFloor.relApiTabApiLocationFloor.ListRelApiTabApiLocationFloor

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiLocationFloor (POST)

Beschreibung: Add new entity to relApiTabApiLocationFloor

Operation ID: relApiTabApiLocationFloor.relApiTabApiLocationFloor.CreateRelApiTabApiLocationFloor

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiLocationFloor({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiLocationFloor by key

Operation ID: relApiTabApiLocationFloor.relApiTabApiLocationFloor.GetRelApiTabApiLocationFloor

Parameter:

  • systemId (path): key: systemId of relApiTabApiLocationFloor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiLocationFloor({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiLocationFloor

Operation ID: relApiTabApiLocationFloor.relApiTabApiLocationFloor.UpdateRelApiTabApiLocationFloor

Parameter:

  • systemId (path): key: systemId of relApiTabApiLocationFloor

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData (GET)

Beschreibung: Get entities from relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.relApiTabApiMeterMasterData.ListRelApiTabApiMeterMasterData

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterMasterData (POST)

Beschreibung: Add new entity to relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.relApiTabApiMeterMasterData.CreateRelApiTabApiMeterMasterData

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiMeterMasterData({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiMeterMasterData by key

Operation ID: relApiTabApiMeterMasterData.relApiTabApiMeterMasterData.GetRelApiTabApiMeterMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterMasterData({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.relApiTabApiMeterMasterData.UpdateRelApiTabApiMeterMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiLocationFloor (GET)

Beschreibung: Get relApiTabApiLocationFloor from relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.GetRelApiTabApiLocationFloor

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterMasterData({systemId})/relApiTabApiLocationFloor (PATCH)

Beschreibung: Update the navigation property relApiTabApiLocationFloor in relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.UpdateRelApiTabApiLocationFloor

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiLocationFloor (DELETE)

Beschreibung: Delete navigation property relApiTabApiLocationFloor for relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.DeleteRelApiTabApiLocationFloor

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiObjectBuilding (GET)

Beschreibung: Get relApiTabApiObjectBuilding from relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.GetRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterMasterData({systemId})/relApiTabApiObjectBuilding (PATCH)

Beschreibung: Update the navigation property relApiTabApiObjectBuilding in relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.UpdateRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiObjectBuilding (DELETE)

Beschreibung: Delete navigation property relApiTabApiObjectBuilding for relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.DeleteRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterMasterData({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiSpaceAndSurface (GET)

Beschreibung: Get relApiTabApiSpaceAndSurface from relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.GetRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterMasterData({systemId})/relApiTabApiSpaceAndSurface (PATCH)

Beschreibung: Update the navigation property relApiTabApiSpaceAndSurface in relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.UpdateRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiSpaceAndSurface (DELETE)

Beschreibung: Delete navigation property relApiTabApiSpaceAndSurface for relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.DeleteRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterMasterData({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterMasterData({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiMeterMasterData

Operation ID: relApiTabApiMeterMasterData.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterReading (GET)

Beschreibung: Get entities from relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.relApiTabApiMeterReading.ListRelApiTabApiMeterReading

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterReading (POST)

Beschreibung: Add new entity to relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.relApiTabApiMeterReading.CreateRelApiTabApiMeterReading

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiMeterReading({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiMeterReading by key

Operation ID: relApiTabApiMeterReading.relApiTabApiMeterReading.GetRelApiTabApiMeterReading

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterReading({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.relApiTabApiMeterReading.UpdateRelApiTabApiMeterReading

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterReading({systemId})/relApiTabApiMeterMasterData (GET)

Beschreibung: Get relApiTabApiMeterMasterData from relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.GetRelApiTabApiMeterMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterReading({systemId})/relApiTabApiMeterMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiMeterMasterData in relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.UpdateRelApiTabApiMeterMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterReading({systemId})/relApiTabApiMeterMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiMeterMasterData for relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.DeleteRelApiTabApiMeterMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterReading({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterReading({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterReading({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterReading({systemId})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.GetRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiMeterReading({systemId})/relApiTabApiUnitsContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.UpdateRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading

Antworten:

  • 204: Success
  • default:

/relApiTabApiMeterReading({systemId})/relApiTabApiUnitsContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for relApiTabApiMeterReading

Operation ID: relApiTabApiMeterReading.DeleteRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiMeterReading
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiObjectBuilding (GET)

Beschreibung: Get entities from relApiTabApiObjectBuilding

Operation ID: relApiTabApiObjectBuilding.relApiTabApiObjectBuilding.ListRelApiTabApiObjectBuilding

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiObjectBuilding (POST)

Beschreibung: Add new entity to relApiTabApiObjectBuilding

Operation ID: relApiTabApiObjectBuilding.relApiTabApiObjectBuilding.CreateRelApiTabApiObjectBuilding

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiObjectBuilding({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiObjectBuilding by key

Operation ID: relApiTabApiObjectBuilding.relApiTabApiObjectBuilding.GetRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiObjectBuilding
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiObjectBuilding({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiObjectBuilding

Operation ID: relApiTabApiObjectBuilding.relApiTabApiObjectBuilding.UpdateRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiObjectBuilding

Antworten:

  • 204: Success
  • default:

/relApiTabApiObjectBuilding({systemId})/relApiTabApiExploitationMethod (GET)

Beschreibung: Get relApiTabApiExploitationMethod from relApiTabApiObjectBuilding

Operation ID: relApiTabApiObjectBuilding.GetRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiObjectBuilding
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiObjectBuilding({systemId})/relApiTabApiExploitationMethod (PATCH)

Beschreibung: Update the navigation property relApiTabApiExploitationMethod in relApiTabApiObjectBuilding

Operation ID: relApiTabApiObjectBuilding.UpdateRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiObjectBuilding

Antworten:

  • 204: Success
  • default:

/relApiTabApiObjectBuilding({systemId})/relApiTabApiExploitationMethod (DELETE)

Beschreibung: Delete navigation property relApiTabApiExploitationMethod for relApiTabApiObjectBuilding

Operation ID: relApiTabApiObjectBuilding.DeleteRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiObjectBuilding
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiObjectBuilding({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiObjectBuilding

Operation ID: relApiTabApiObjectBuilding.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiObjectBuilding
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiObjectBuilding({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiObjectBuilding

Operation ID: relApiTabApiObjectBuilding.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiObjectBuilding

Antworten:

  • 204: Success
  • default:

/relApiTabApiObjectBuilding({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiObjectBuilding

Operation ID: relApiTabApiObjectBuilding.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiObjectBuilding
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder (GET)

Beschreibung: Get entities from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.relApiTabApiPurchaseOrder.ListRelApiTabApiPurchaseOrder

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder (POST)

Beschreibung: Add new entity to relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.relApiTabApiPurchaseOrder.CreateRelApiTabApiPurchaseOrder

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiPurchaseOrder({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiPurchaseOrder by key

Operation ID: relApiTabApiPurchaseOrder.relApiTabApiPurchaseOrder.GetRelApiTabApiPurchaseOrder

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.relApiTabApiPurchaseOrder.UpdateRelApiTabApiPurchaseOrder

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId}) (DELETE)

Beschreibung: Delete entity from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.relApiTabApiPurchaseOrder.DeleteRelApiTabApiPurchaseOrder

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/attachments (GET)

Beschreibung: Get attachments from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.ListAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/attachments (POST)

Beschreibung: Create new navigation property to attachments for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.CreateAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiPurchaseOrder({systemId})/attachments({id}) (GET)

Beschreibung: Get attachments from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of attachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/attachments({id}) (PATCH)

Beschreibung: Update the navigation property attachments in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/attachments({id}) (DELETE)

Beschreibung: Delete navigation property attachments for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of attachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/attachments({id})/attachmentContent (GET)

Beschreibung: Get media content for the navigation property attachments from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of attachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/attachments({id})/attachmentContent (PUT)

Beschreibung: Update media content for the navigation property attachments in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/dimensionSetLines (GET)

Beschreibung: Get dimensionSetLines from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.ListDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/dimensionSetLines (POST)

Beschreibung: Create new navigation property to dimensionSetLines for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.CreateDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiPurchaseOrder({systemId})/dimensionSetLines({id}) (GET)

Beschreibung: Get dimensionSetLines from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/dimensionSetLines({id}) (PATCH)

Beschreibung: Update the navigation property dimensionSetLines in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/dimensionSetLines({id}) (DELETE)

Beschreibung: Delete navigation property dimensionSetLines for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/documentAttachments (GET)

Beschreibung: Get documentAttachments from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.ListDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/documentAttachments (POST)

Beschreibung: Create new navigation property to documentAttachments for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.CreateDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiPurchaseOrder({systemId})/documentAttachments({id}) (GET)

Beschreibung: Get documentAttachments from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/documentAttachments({id}) (PATCH)

Beschreibung: Update the navigation property documentAttachments in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/documentAttachments({id}) (DELETE)

Beschreibung: Delete navigation property documentAttachments for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/documentAttachments({id})/attachmentContent (GET)

Beschreibung: Get media content for the navigation property documentAttachments from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetDocumentAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of documentAttachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/documentAttachments({id})/attachmentContent (PUT)

Beschreibung: Update media content for the navigation property documentAttachments in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateDocumentAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/Microsoft.NAV.receiveAndInvoice (POST)

Beschreibung: Invoke action receiveAndInvoice

Operation ID: relApiTabApiPurchaseOrder.relApiTabApiPurchaseOrder.receiveAndInvoice

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiObjectBuilding (GET)

Beschreibung: Get relApiTabApiObjectBuilding from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiObjectBuilding (PATCH)

Beschreibung: Update the navigation property relApiTabApiObjectBuilding in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiObjectBuilding (DELETE)

Beschreibung: Delete navigation property relApiTabApiObjectBuilding for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiPurchaseOrderLine (GET)

Beschreibung: Get relApiTabApiPurchaseOrderLine from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.ListRelApiTabApiPurchaseOrderLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiPurchaseOrderLine (POST)

Beschreibung: Create new navigation property to relApiTabApiPurchaseOrderLine for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.CreateRelApiTabApiPurchaseOrderLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiPurchaseOrderLine({id}) (GET)

Beschreibung: Get relApiTabApiPurchaseOrderLine from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetRelApiTabApiPurchaseOrderLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiPurchaseOrderLine({id}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiPurchaseOrderLine in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateRelApiTabApiPurchaseOrderLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiPurchaseOrderLine({id}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiPurchaseOrderLine for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteRelApiTabApiPurchaseOrderLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiReContract (GET)

Beschreibung: Get relApiTabApiReContract from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiReContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContract in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiReContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContract for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiSpaceAndSurface (GET)

Beschreibung: Get relApiTabApiSpaceAndSurface from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiSpaceAndSurface (PATCH)

Beschreibung: Update the navigation property relApiTabApiSpaceAndSurface in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiSpaceAndSurface (DELETE)

Beschreibung: Delete navigation property relApiTabApiSpaceAndSurface for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiUnitsContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiUnitsContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiVendor (GET)

Beschreibung: Get relApiTabApiVendor from relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.GetRelApiTabApiVendor

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiVendor (PATCH)

Beschreibung: Update the navigation property relApiTabApiVendor in relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.UpdateRelApiTabApiVendor

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrder({systemId})/relApiTabApiVendor (DELETE)

Beschreibung: Delete navigation property relApiTabApiVendor for relApiTabApiPurchaseOrder

Operation ID: relApiTabApiPurchaseOrder.DeleteRelApiTabApiVendor

Parameter:

  • systemId (path): key: systemId of relApiTabApiPurchaseOrder
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine (GET)

Beschreibung: Get entities from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.relApiTabApiPurchaseOrderLine.ListRelApiTabApiPurchaseOrderLine

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine (POST)

Beschreibung: Add new entity to relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.relApiTabApiPurchaseOrderLine.CreateRelApiTabApiPurchaseOrderLine

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiPurchaseOrderLine({id}) (GET)

Beschreibung: Get entity from relApiTabApiPurchaseOrderLine by key

Operation ID: relApiTabApiPurchaseOrderLine.relApiTabApiPurchaseOrderLine.GetRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine({id}) (PATCH)

Beschreibung: Update entity in relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.relApiTabApiPurchaseOrderLine.UpdateRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id}) (DELETE)

Beschreibung: Delete entity from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.relApiTabApiPurchaseOrderLine.DeleteRelApiTabApiPurchaseOrderLine

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/dimensionSetLines (GET)

Beschreibung: Get dimensionSetLines from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.ListDimensionSetLines

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine({id})/dimensionSetLines (POST)

Beschreibung: Create new navigation property to dimensionSetLines for relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.CreateDimensionSetLines

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiPurchaseOrderLine({id})/dimensionSetLines({id1}) (GET)

Beschreibung: Get dimensionSetLines from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.GetDimensionSetLines

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • id1 (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine({id})/dimensionSetLines({id1}) (PATCH)

Beschreibung: Update the navigation property dimensionSetLines in relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.UpdateDimensionSetLines

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • id1 (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/dimensionSetLines({id1}) (DELETE)

Beschreibung: Delete navigation property dimensionSetLines for relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.DeleteDimensionSetLines

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • id1 (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/location (GET)

Beschreibung: Get location from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.GetLocation

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine({id})/location (PATCH)

Beschreibung: Update the navigation property location in relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.UpdateLocation

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/location (DELETE)

Beschreibung: Delete navigation property location for relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.DeleteLocation

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiObjectBuilding (GET)

Beschreibung: Get relApiTabApiObjectBuilding from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.GetRelApiTabApiObjectBuilding

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiObjectBuilding (PATCH)

Beschreibung: Update the navigation property relApiTabApiObjectBuilding in relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.UpdateRelApiTabApiObjectBuilding

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiObjectBuilding (DELETE)

Beschreibung: Delete navigation property relApiTabApiObjectBuilding for relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.DeleteRelApiTabApiObjectBuilding

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiPurchaseOrder (GET)

Beschreibung: Get relApiTabApiPurchaseOrder from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.GetRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiPurchaseOrder (PATCH)

Beschreibung: Update the navigation property relApiTabApiPurchaseOrder in relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.UpdateRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiPurchaseOrder (DELETE)

Beschreibung: Delete navigation property relApiTabApiPurchaseOrder for relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.DeleteRelApiTabApiPurchaseOrder

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.GetRelApiTabApiReObject

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.UpdateRelApiTabApiReObject

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.DeleteRelApiTabApiReObject

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.GetRelApiTabApiUnitMasterData

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.UpdateRelApiTabApiUnitMasterData

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.DeleteRelApiTabApiUnitMasterData

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.GetRelApiTabApiUnitsContract

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiUnitsContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.UpdateRelApiTabApiUnitsContract

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiPurchaseOrderLine({id})/relApiTabApiUnitsContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for relApiTabApiPurchaseOrderLine

Operation ID: relApiTabApiPurchaseOrderLine.DeleteRelApiTabApiUnitsContract

Parameter:

  • id (path): key: id of relApiTabApiPurchaseOrderLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContactBusinessRelation (GET)

Beschreibung: Get entities from relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.relApiTabApiReContactBusinessRelation.ListRelApiTabApiReContactBusinessRelation

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContactBusinessRelation (POST)

Beschreibung: Add new entity to relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.relApiTabApiReContactBusinessRelation.CreateRelApiTabApiReContactBusinessRelation

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiReContactBusinessRelation({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiReContactBusinessRelation by key

Operation ID: relApiTabApiReContactBusinessRelation.relApiTabApiReContactBusinessRelation.GetRelApiTabApiReContactBusinessRelation

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContactBusinessRelation({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.relApiTabApiReContactBusinessRelation.UpdateRelApiTabApiReContactBusinessRelation

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiContact (GET)

Beschreibung: Get relApiTabApiContact from relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.GetRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiContact (PATCH)

Beschreibung: Update the navigation property relApiTabApiContact in relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.UpdateRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiContact (DELETE)

Beschreibung: Delete navigation property relApiTabApiContact for relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.DeleteRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiReContract (GET)

Beschreibung: Get relApiTabApiReContract from relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.GetRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiReContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContract in relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.UpdateRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiReContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContract for relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.DeleteRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.GetRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiUnitsContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.UpdateRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContactBusinessRelation({systemId})/relApiTabApiUnitsContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for relApiTabApiReContactBusinessRelation

Operation ID: relApiTabApiReContactBusinessRelation.DeleteRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContactBusinessRelation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContract (GET)

Beschreibung: Get entities from relApiTabApiReContract

Operation ID: relApiTabApiReContract.relApiTabApiReContract.ListRelApiTabApiReContract

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContract (POST)

Beschreibung: Add new entity to relApiTabApiReContract

Operation ID: relApiTabApiReContract.relApiTabApiReContract.CreateRelApiTabApiReContract

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiReContract({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiReContract by key

Operation ID: relApiTabApiReContract.relApiTabApiReContract.GetRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContract({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiReContract

Operation ID: relApiTabApiReContract.relApiTabApiReContract.UpdateRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContract({systemId})/relApiTabApiContact (GET)

Beschreibung: Get relApiTabApiContact from relApiTabApiReContract

Operation ID: relApiTabApiReContract.GetRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContract({systemId})/relApiTabApiContact (PATCH)

Beschreibung: Update the navigation property relApiTabApiContact in relApiTabApiReContract

Operation ID: relApiTabApiReContract.UpdateRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContract({systemId})/relApiTabApiContact (DELETE)

Beschreibung: Delete navigation property relApiTabApiContact for relApiTabApiReContract

Operation ID: relApiTabApiReContract.DeleteRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContract({systemId})/relApiTabApiCustomer (GET)

Beschreibung: Get relApiTabApiCustomer from relApiTabApiReContract

Operation ID: relApiTabApiReContract.GetRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContract({systemId})/relApiTabApiCustomer (PATCH)

Beschreibung: Update the navigation property relApiTabApiCustomer in relApiTabApiReContract

Operation ID: relApiTabApiReContract.UpdateRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContract({systemId})/relApiTabApiCustomer (DELETE)

Beschreibung: Delete navigation property relApiTabApiCustomer for relApiTabApiReContract

Operation ID: relApiTabApiReContract.DeleteRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContract({systemId})/relApiTabApiSalespersonPurchaser (GET)

Beschreibung: Get relApiTabApiSalespersonPurchaser from relApiTabApiReContract

Operation ID: relApiTabApiReContract.GetRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReContract({systemId})/relApiTabApiSalespersonPurchaser (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalespersonPurchaser in relApiTabApiReContract

Operation ID: relApiTabApiReContract.UpdateRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract

Antworten:

  • 204: Success
  • default:

/relApiTabApiReContract({systemId})/relApiTabApiSalespersonPurchaser (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalespersonPurchaser for relApiTabApiReContract

Operation ID: relApiTabApiReContract.DeleteRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiReContract
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCIFOContractLine (GET)

Beschreibung: Get entities from relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.relApiTabApiRelCIFOContractLine.ListRelApiTabApiRelCIFOContractLine

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCIFOContractLine (POST)

Beschreibung: Add new entity to relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.relApiTabApiRelCIFOContractLine.CreateRelApiTabApiRelCIFOContractLine

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiRelCIFOContractLine({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiRelCIFOContractLine by key

Operation ID: relApiTabApiRelCIFOContractLine.relApiTabApiRelCIFOContractLine.GetRelApiTabApiRelCIFOContractLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCIFOContractLine({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.relApiTabApiRelCIFOContractLine.UpdateRelApiTabApiRelCIFOContractLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiReContract (GET)

Beschreibung: Get relApiTabApiReContract from relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.GetRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiReContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContract in relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.UpdateRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiReContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContract for relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.DeleteRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.ListRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiReObject (POST)

Beschreibung: Create new navigation property to relApiTabApiReObject for relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.CreateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiReObject({systemId1}) (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • systemId1 (path): key: systemId of relApiTabApiReObject
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiReObject({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • systemId1 (path): key: systemId of relApiTabApiReObject

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiReObject({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • systemId1 (path): key: systemId of relApiTabApiReObject
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.GetRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiUnitsContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.UpdateRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCIFOContractLine({systemId})/relApiTabApiUnitsContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for relApiTabApiRelCIFOContractLine

Operation ID: relApiTabApiRelCIFOContractLine.DeleteRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCIFOContractLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCMEXARecord (GET)

Beschreibung: Get entities from relApiTabApiRelCMEXARecord

Operation ID: relApiTabApiRelCMEXARecord.relApiTabApiRelCMEXARecord.ListRelApiTabApiRelCMEXARecord

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCMEXARecord (POST)

Beschreibung: Add new entity to relApiTabApiRelCMEXARecord

Operation ID: relApiTabApiRelCMEXARecord.relApiTabApiRelCMEXARecord.CreateRelApiTabApiRelCMEXARecord

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiRelCMEXARecord({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiRelCMEXARecord by key

Operation ID: relApiTabApiRelCMEXARecord.relApiTabApiRelCMEXARecord.GetRelApiTabApiRelCMEXARecord

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCMEXARecord({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiRelCMEXARecord

Operation ID: relApiTabApiRelCMEXARecord.relApiTabApiRelCMEXARecord.UpdateRelApiTabApiRelCMEXARecord

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCMEXARecord({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiRelCMEXARecord

Operation ID: relApiTabApiRelCMEXARecord.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCMEXARecord({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiRelCMEXARecord

Operation ID: relApiTabApiRelCMEXARecord.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCMEXARecord({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiRelCMEXARecord

Operation ID: relApiTabApiRelCMEXARecord.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCMEXARecord({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiRelCMEXARecord

Operation ID: relApiTabApiRelCMEXARecord.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCMEXARecord({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiRelCMEXARecord

Operation ID: relApiTabApiRelCMEXARecord.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCMEXARecord({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiRelCMEXARecord

Operation ID: relApiTabApiRelCMEXARecord.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCMEXARecord
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketInput (GET)

Beschreibung: Get entities from relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.relApiTabApiRelCTicketInput.ListRelApiTabApiRelCTicketInput

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInput (POST)

Beschreibung: Add new entity to relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.relApiTabApiRelCTicketInput.CreateRelApiTabApiRelCTicketInput

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiRelCTicketInput({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiRelCTicketInput by key

Operation ID: relApiTabApiRelCTicketInput.relApiTabApiRelCTicketInput.GetRelApiTabApiRelCTicketInput

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInput({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.relApiTabApiRelCTicketInput.UpdateRelApiTabApiRelCTicketInput

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketInput({systemId})/issue (GET)

Beschreibung: Get media content for relApiTabApiRelCTicketInput from relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.relApiTabApiRelCTicketInput.GetIssue

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInput({systemId})/issue (PUT)

Beschreibung: Update media content for relApiTabApiRelCTicketInput in relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.relApiTabApiRelCTicketInput.UpdateIssue

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiReContract (GET)

Beschreibung: Get relApiTabApiReContract from relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.GetRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiReContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContract in relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.UpdateRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiReContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContract for relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.DeleteRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiRelCTicketInputMessage (GET)

Beschreibung: Get relApiTabApiRelCTicketInputMessage from relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.ListRelApiTabApiRelCTicketInputMessage

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiRelCTicketInputMessage (POST)

Beschreibung: Create new navigation property to relApiTabApiRelCTicketInputMessage for relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.CreateRelApiTabApiRelCTicketInputMessage

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiRelCTicketInputMessage({systemId1}) (GET)

Beschreibung: Get relApiTabApiRelCTicketInputMessage from relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.GetRelApiTabApiRelCTicketInputMessage

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • systemId1 (path): key: systemId of relApiTabApiRelCTicketInputMessage
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiRelCTicketInputMessage({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiRelCTicketInputMessage in relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.UpdateRelApiTabApiRelCTicketInputMessage

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • systemId1 (path): key: systemId of relApiTabApiRelCTicketInputMessage

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiRelCTicketInputMessage({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiRelCTicketInputMessage for relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.DeleteRelApiTabApiRelCTicketInputMessage

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • systemId1 (path): key: systemId of relApiTabApiRelCTicketInputMessage
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiSalespersonPurchaser (GET)

Beschreibung: Get relApiTabApiSalespersonPurchaser from relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.ListRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiSalespersonPurchaser (POST)

Beschreibung: Create new navigation property to relApiTabApiSalespersonPurchaser for relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.CreateRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiSalespersonPurchaser({systemId1}) (GET)

Beschreibung: Get relApiTabApiSalespersonPurchaser from relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.GetRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • systemId1 (path): key: systemId of relApiTabApiSalespersonPurchaser
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiSalespersonPurchaser({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalespersonPurchaser in relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.UpdateRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • systemId1 (path): key: systemId of relApiTabApiSalespersonPurchaser

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketInput({systemId})/relApiTabApiSalespersonPurchaser({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalespersonPurchaser for relApiTabApiRelCTicketInput

Operation ID: relApiTabApiRelCTicketInput.DeleteRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInput
  • systemId1 (path): key: systemId of relApiTabApiSalespersonPurchaser
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketInputMessage (GET)

Beschreibung: Get entities from relApiTabApiRelCTicketInputMessage

Operation ID: relApiTabApiRelCTicketInputMessage.relApiTabApiRelCTicketInputMessage.ListRelApiTabApiRelCTicketInputMessage

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInputMessage (POST)

Beschreibung: Add new entity to relApiTabApiRelCTicketInputMessage

Operation ID: relApiTabApiRelCTicketInputMessage.relApiTabApiRelCTicketInputMessage.CreateRelApiTabApiRelCTicketInputMessage

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiRelCTicketInputMessage({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiRelCTicketInputMessage by key

Operation ID: relApiTabApiRelCTicketInputMessage.relApiTabApiRelCTicketInputMessage.GetRelApiTabApiRelCTicketInputMessage

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInputMessage
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketInputMessage({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiRelCTicketInputMessage

Operation ID: relApiTabApiRelCTicketInputMessage.relApiTabApiRelCTicketInputMessage.UpdateRelApiTabApiRelCTicketInputMessage

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketInputMessage

Antworten:

  • 204: Success
  • default:

/relApiTabApiRelCTicketType (GET)

Beschreibung: Get entities from relApiTabApiRelCTicketType

Operation ID: relApiTabApiRelCTicketType.relApiTabApiRelCTicketType.ListRelApiTabApiRelCTicketType

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketType (POST)

Beschreibung: Add new entity to relApiTabApiRelCTicketType

Operation ID: relApiTabApiRelCTicketType.relApiTabApiRelCTicketType.CreateRelApiTabApiRelCTicketType

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiRelCTicketType({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiRelCTicketType by key

Operation ID: relApiTabApiRelCTicketType.relApiTabApiRelCTicketType.GetRelApiTabApiRelCTicketType

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketType
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiRelCTicketType({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiRelCTicketType

Operation ID: relApiTabApiRelCTicketType.relApiTabApiRelCTicketType.UpdateRelApiTabApiRelCTicketType

Parameter:

  • systemId (path): key: systemId of relApiTabApiRelCTicketType

Antworten:

  • 204: Success
  • default:

/relApiTabApiReObject (GET)

Beschreibung: Get entities from relApiTabApiReObject

Operation ID: relApiTabApiReObject.relApiTabApiReObject.ListRelApiTabApiReObject

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReObject (POST)

Beschreibung: Add new entity to relApiTabApiReObject

Operation ID: relApiTabApiReObject.relApiTabApiReObject.CreateRelApiTabApiReObject

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiReObject({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiReObject by key

Operation ID: relApiTabApiReObject.relApiTabApiReObject.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReObject({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiReObject

Operation ID: relApiTabApiReObject.relApiTabApiReObject.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject

Antworten:

  • 204: Success
  • default:

/relApiTabApiReObject({systemId})/relApiTabApiEditor (GET)

Beschreibung: Get relApiTabApiEditor from relApiTabApiReObject

Operation ID: relApiTabApiReObject.ListRelApiTabApiEditor

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReObject({systemId})/relApiTabApiEditor (POST)

Beschreibung: Create new navigation property to relApiTabApiEditor for relApiTabApiReObject

Operation ID: relApiTabApiReObject.CreateRelApiTabApiEditor

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiReObject({systemId})/relApiTabApiEditor({systemId1}) (GET)

Beschreibung: Get relApiTabApiEditor from relApiTabApiReObject

Operation ID: relApiTabApiReObject.GetRelApiTabApiEditor

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • systemId1 (path): key: systemId of relApiTabApiEditor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReObject({systemId})/relApiTabApiEditor({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiEditor in relApiTabApiReObject

Operation ID: relApiTabApiReObject.UpdateRelApiTabApiEditor

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • systemId1 (path): key: systemId of relApiTabApiEditor

Antworten:

  • 204: Success
  • default:

/relApiTabApiReObject({systemId})/relApiTabApiEditor({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiEditor for relApiTabApiReObject

Operation ID: relApiTabApiReObject.DeleteRelApiTabApiEditor

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • systemId1 (path): key: systemId of relApiTabApiEditor
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiReObject({systemId})/relApiTabApiResponsabilityCenter (GET)

Beschreibung: Get relApiTabApiResponsabilityCenter from relApiTabApiReObject

Operation ID: relApiTabApiReObject.GetRelApiTabApiResponsabilityCenter

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReObject({systemId})/relApiTabApiResponsabilityCenter (PATCH)

Beschreibung: Update the navigation property relApiTabApiResponsabilityCenter in relApiTabApiReObject

Operation ID: relApiTabApiReObject.UpdateRelApiTabApiResponsabilityCenter

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject

Antworten:

  • 204: Success
  • default:

/relApiTabApiReObject({systemId})/relApiTabApiResponsabilityCenter (DELETE)

Beschreibung: Delete navigation property relApiTabApiResponsabilityCenter for relApiTabApiReObject

Operation ID: relApiTabApiReObject.DeleteRelApiTabApiResponsabilityCenter

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiReObject({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiReObject

Operation ID: relApiTabApiReObject.ListRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReObject({systemId})/relApiTabApiUnitMasterData (POST)

Beschreibung: Create new navigation property to relApiTabApiUnitMasterData for relApiTabApiReObject

Operation ID: relApiTabApiReObject.CreateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiReObject({systemId})/relApiTabApiUnitMasterData({systemId1}) (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiReObject

Operation ID: relApiTabApiReObject.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • systemId1 (path): key: systemId of relApiTabApiUnitMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiReObject({systemId})/relApiTabApiUnitMasterData({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiReObject

Operation ID: relApiTabApiReObject.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • systemId1 (path): key: systemId of relApiTabApiUnitMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiReObject({systemId})/relApiTabApiUnitMasterData({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiReObject

Operation ID: relApiTabApiReObject.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiReObject
  • systemId1 (path): key: systemId of relApiTabApiUnitMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiResponsabilityCenter (GET)

Beschreibung: Get entities from relApiTabApiResponsabilityCenter

Operation ID: relApiTabApiResponsabilityCenter.relApiTabApiResponsabilityCenter.ListRelApiTabApiResponsabilityCenter

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiResponsabilityCenter (POST)

Beschreibung: Add new entity to relApiTabApiResponsabilityCenter

Operation ID: relApiTabApiResponsabilityCenter.relApiTabApiResponsabilityCenter.CreateRelApiTabApiResponsabilityCenter

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiResponsabilityCenter({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiResponsabilityCenter by key

Operation ID: relApiTabApiResponsabilityCenter.relApiTabApiResponsabilityCenter.GetRelApiTabApiResponsabilityCenter

Parameter:

  • systemId (path): key: systemId of relApiTabApiResponsabilityCenter
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiResponsabilityCenter({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiResponsabilityCenter

Operation ID: relApiTabApiResponsabilityCenter.relApiTabApiResponsabilityCenter.UpdateRelApiTabApiResponsabilityCenter

Parameter:

  • systemId (path): key: systemId of relApiTabApiResponsabilityCenter

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice (GET)

Beschreibung: Get entities from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.relApiTabApiSalesInvoice.ListRelApiTabApiSalesInvoice

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice (POST)

Beschreibung: Add new entity to relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.relApiTabApiSalesInvoice.CreateRelApiTabApiSalesInvoice

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiSalesInvoice({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiSalesInvoice by key

Operation ID: relApiTabApiSalesInvoice.relApiTabApiSalesInvoice.GetRelApiTabApiSalesInvoice

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.relApiTabApiSalesInvoice.UpdateRelApiTabApiSalesInvoice

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId}) (DELETE)

Beschreibung: Delete entity from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.relApiTabApiSalesInvoice.DeleteRelApiTabApiSalesInvoice

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/attachments (GET)

Beschreibung: Get attachments from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.ListAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/attachments (POST)

Beschreibung: Create new navigation property to attachments for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.CreateAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiSalesInvoice({systemId})/attachments({id}) (GET)

Beschreibung: Get attachments from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of attachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/attachments({id}) (PATCH)

Beschreibung: Update the navigation property attachments in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/attachments({id}) (DELETE)

Beschreibung: Delete navigation property attachments for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of attachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/attachments({id})/attachmentContent (GET)

Beschreibung: Get media content for the navigation property attachments from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of attachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/attachments({id})/attachmentContent (PUT)

Beschreibung: Update media content for the navigation property attachments in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/dimensionSetLines (GET)

Beschreibung: Get dimensionSetLines from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.ListDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/dimensionSetLines (POST)

Beschreibung: Create new navigation property to dimensionSetLines for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.CreateDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiSalesInvoice({systemId})/dimensionSetLines({id}) (GET)

Beschreibung: Get dimensionSetLines from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/dimensionSetLines({id}) (PATCH)

Beschreibung: Update the navigation property dimensionSetLines in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/dimensionSetLines({id}) (DELETE)

Beschreibung: Delete navigation property dimensionSetLines for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/documentAttachments (GET)

Beschreibung: Get documentAttachments from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.ListDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/documentAttachments (POST)

Beschreibung: Create new navigation property to documentAttachments for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.CreateDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiSalesInvoice({systemId})/documentAttachments({id}) (GET)

Beschreibung: Get documentAttachments from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/documentAttachments({id}) (PATCH)

Beschreibung: Update the navigation property documentAttachments in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/documentAttachments({id}) (DELETE)

Beschreibung: Delete navigation property documentAttachments for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/documentAttachments({id})/attachmentContent (GET)

Beschreibung: Get media content for the navigation property documentAttachments from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetDocumentAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of documentAttachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/documentAttachments({id})/attachmentContent (PUT)

Beschreibung: Update media content for the navigation property documentAttachments in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateDocumentAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/pdfDocument (GET)

Beschreibung: Get pdfDocument from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetPdfDocument

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/pdfDocument (PATCH)

Beschreibung: Update the navigation property pdfDocument in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdatePdfDocument

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/pdfDocument (DELETE)

Beschreibung: Delete navigation property pdfDocument for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeletePdfDocument

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/pdfDocument/pdfDocumentContent (GET)

Beschreibung: Get media content for the navigation property pdfDocument from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetPdfDocumentPdfDocumentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/pdfDocument/pdfDocumentContent (PUT)

Beschreibung: Update media content for the navigation property pdfDocument in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdatePdfDocumentPdfDocumentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiCustomer (GET)

Beschreibung: Get relApiTabApiCustomer from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/relApiTabApiCustomer (PATCH)

Beschreibung: Update the navigation property relApiTabApiCustomer in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiCustomer (DELETE)

Beschreibung: Delete navigation property relApiTabApiCustomer for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiObjectBuilding (GET)

Beschreibung: Get relApiTabApiObjectBuilding from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/relApiTabApiObjectBuilding (PATCH)

Beschreibung: Update the navigation property relApiTabApiObjectBuilding in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiObjectBuilding (DELETE)

Beschreibung: Delete navigation property relApiTabApiObjectBuilding for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiReContract (GET)

Beschreibung: Get relApiTabApiReContract from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/relApiTabApiReContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContract in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiReContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContract for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiSalesInvoiceLine (GET)

Beschreibung: Get relApiTabApiSalesInvoiceLine from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.ListRelApiTabApiSalesInvoiceLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/relApiTabApiSalesInvoiceLine (POST)

Beschreibung: Create new navigation property to relApiTabApiSalesInvoiceLine for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.CreateRelApiTabApiSalesInvoiceLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiSalesInvoiceLine({systemId1}) (GET)

Beschreibung: Get relApiTabApiSalesInvoiceLine from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetRelApiTabApiSalesInvoiceLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • systemId1 (path): key: systemId of relApiTabApiSalesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/relApiTabApiSalesInvoiceLine({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalesInvoiceLine in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateRelApiTabApiSalesInvoiceLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • systemId1 (path): key: systemId of relApiTabApiSalesInvoiceLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiSalesInvoiceLine({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalesInvoiceLine for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteRelApiTabApiSalesInvoiceLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • systemId1 (path): key: systemId of relApiTabApiSalesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiSpaceAndSurface (GET)

Beschreibung: Get relApiTabApiSpaceAndSurface from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/relApiTabApiSpaceAndSurface (PATCH)

Beschreibung: Update the navigation property relApiTabApiSpaceAndSurface in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiSpaceAndSurface (DELETE)

Beschreibung: Delete navigation property relApiTabApiSpaceAndSurface for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/relApiTabApiUnitsContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/relApiTabApiUnitsContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/salesInvoices (GET)

Beschreibung: Get salesInvoices from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.ListSalesInvoices

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/salesInvoices (POST)

Beschreibung: Create new navigation property to salesInvoices for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.CreateSalesInvoices

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiSalesInvoice({systemId})/salesInvoices({id}) (GET)

Beschreibung: Get salesInvoices from relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.GetSalesInvoices

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of salesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoice({systemId})/salesInvoices({id}) (PATCH)

Beschreibung: Update the navigation property salesInvoices in relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.UpdateSalesInvoices

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoice({systemId})/salesInvoices({id}) (DELETE)

Beschreibung: Delete navigation property salesInvoices for relApiTabApiSalesInvoice

Operation ID: relApiTabApiSalesInvoice.DeleteSalesInvoices

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoice
  • id (path): key: id of salesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoiceLine (GET)

Beschreibung: Get entities from relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.relApiTabApiSalesInvoiceLine.ListRelApiTabApiSalesInvoiceLine

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoiceLine (POST)

Beschreibung: Add new entity to relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.relApiTabApiSalesInvoiceLine.CreateRelApiTabApiSalesInvoiceLine

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiSalesInvoiceLine({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiSalesInvoiceLine by key

Operation ID: relApiTabApiSalesInvoiceLine.relApiTabApiSalesInvoiceLine.GetRelApiTabApiSalesInvoiceLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoiceLine({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.relApiTabApiSalesInvoiceLine.UpdateRelApiTabApiSalesInvoiceLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoiceLine({systemId}) (DELETE)

Beschreibung: Delete entity from relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.relApiTabApiSalesInvoiceLine.DeleteRelApiTabApiSalesInvoiceLine

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoiceLine({systemId})/dimensionSetLines (GET)

Beschreibung: Get dimensionSetLines from relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.ListDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoiceLine({systemId})/dimensionSetLines (POST)

Beschreibung: Create new navigation property to dimensionSetLines for relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.CreateDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiSalesInvoiceLine({systemId})/dimensionSetLines({id}) (GET)

Beschreibung: Get dimensionSetLines from relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.GetDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • id (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoiceLine({systemId})/dimensionSetLines({id}) (PATCH)

Beschreibung: Update the navigation property dimensionSetLines in relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.UpdateDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • id (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoiceLine({systemId})/dimensionSetLines({id}) (DELETE)

Beschreibung: Delete navigation property dimensionSetLines for relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.DeleteDimensionSetLines

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • id (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoiceLine({systemId})/location (GET)

Beschreibung: Get location from relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.GetLocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoiceLine({systemId})/location (PATCH)

Beschreibung: Update the navigation property location in relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.UpdateLocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoiceLine({systemId})/location (DELETE)

Beschreibung: Delete navigation property location for relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.DeleteLocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoiceLine({systemId})/relApiTabApiSalesInvoice (GET)

Beschreibung: Get relApiTabApiSalesInvoice from relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.GetRelApiTabApiSalesInvoice

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalesInvoiceLine({systemId})/relApiTabApiSalesInvoice (PATCH)

Beschreibung: Update the navigation property relApiTabApiSalesInvoice in relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.UpdateRelApiTabApiSalesInvoice

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalesInvoiceLine({systemId})/relApiTabApiSalesInvoice (DELETE)

Beschreibung: Delete navigation property relApiTabApiSalesInvoice for relApiTabApiSalesInvoiceLine

Operation ID: relApiTabApiSalesInvoiceLine.DeleteRelApiTabApiSalesInvoice

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalespersonPurchaser (GET)

Beschreibung: Get entities from relApiTabApiSalespersonPurchaser

Operation ID: relApiTabApiSalespersonPurchaser.relApiTabApiSalespersonPurchaser.ListRelApiTabApiSalespersonPurchaser

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalespersonPurchaser (POST)

Beschreibung: Add new entity to relApiTabApiSalespersonPurchaser

Operation ID: relApiTabApiSalespersonPurchaser.relApiTabApiSalespersonPurchaser.CreateRelApiTabApiSalespersonPurchaser

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiSalespersonPurchaser({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiSalespersonPurchaser by key

Operation ID: relApiTabApiSalespersonPurchaser.relApiTabApiSalespersonPurchaser.GetRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalespersonPurchaser
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalespersonPurchaser({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiSalespersonPurchaser

Operation ID: relApiTabApiSalespersonPurchaser.relApiTabApiSalespersonPurchaser.UpdateRelApiTabApiSalespersonPurchaser

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalespersonPurchaser

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalespersonPurchaser({systemId})/relApiTabApiContact (GET)

Beschreibung: Get relApiTabApiContact from relApiTabApiSalespersonPurchaser

Operation ID: relApiTabApiSalespersonPurchaser.GetRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalespersonPurchaser
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSalespersonPurchaser({systemId})/relApiTabApiContact (PATCH)

Beschreibung: Update the navigation property relApiTabApiContact in relApiTabApiSalespersonPurchaser

Operation ID: relApiTabApiSalespersonPurchaser.UpdateRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalespersonPurchaser

Antworten:

  • 204: Success
  • default:

/relApiTabApiSalespersonPurchaser({systemId})/relApiTabApiContact (DELETE)

Beschreibung: Delete navigation property relApiTabApiContact for relApiTabApiSalespersonPurchaser

Operation ID: relApiTabApiSalespersonPurchaser.DeleteRelApiTabApiContact

Parameter:

  • systemId (path): key: systemId of relApiTabApiSalespersonPurchaser
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSpaceAndSurface (GET)

Beschreibung: Get entities from relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.relApiTabApiSpaceAndSurface.ListRelApiTabApiSpaceAndSurface

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSpaceAndSurface (POST)

Beschreibung: Add new entity to relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.relApiTabApiSpaceAndSurface.CreateRelApiTabApiSpaceAndSurface

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiSpaceAndSurface({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiSpaceAndSurface by key

Operation ID: relApiTabApiSpaceAndSurface.relApiTabApiSpaceAndSurface.GetRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSpaceAndSurface({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.relApiTabApiSpaceAndSurface.UpdateRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface

Antworten:

  • 204: Success
  • default:

/relApiTabApiSpaceAndSurface({systemId})/relApiTabApiObjectBuilding (GET)

Beschreibung: Get relApiTabApiObjectBuilding from relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.GetRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSpaceAndSurface({systemId})/relApiTabApiObjectBuilding (PATCH)

Beschreibung: Update the navigation property relApiTabApiObjectBuilding in relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.UpdateRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface

Antworten:

  • 204: Success
  • default:

/relApiTabApiSpaceAndSurface({systemId})/relApiTabApiObjectBuilding (DELETE)

Beschreibung: Delete navigation property relApiTabApiObjectBuilding for relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.DeleteRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSpaceAndSurface({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSpaceAndSurface({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface

Antworten:

  • 204: Success
  • default:

/relApiTabApiSpaceAndSurface({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiSpaceAndSurface({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiSpaceAndSurface({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface

Antworten:

  • 204: Success
  • default:

/relApiTabApiSpaceAndSurface({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiSpaceAndSurface

Operation ID: relApiTabApiSpaceAndSurface.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiSpaceAndSurface
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiTenantContractDraft (GET)

Beschreibung: Get entities from relApiTabApiTenantContractDraft

Operation ID: relApiTabApiTenantContractDraft.relApiTabApiTenantContractDraft.ListRelApiTabApiTenantContractDraft

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiTenantContractDraft (POST)

Beschreibung: Add new entity to relApiTabApiTenantContractDraft

Operation ID: relApiTabApiTenantContractDraft.relApiTabApiTenantContractDraft.CreateRelApiTabApiTenantContractDraft

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiTenantContractDraft({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiTenantContractDraft by key

Operation ID: relApiTabApiTenantContractDraft.relApiTabApiTenantContractDraft.GetRelApiTabApiTenantContractDraft

Parameter:

  • systemId (path): key: systemId of relApiTabApiTenantContractDraft
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiTenantContractDraft({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiTenantContractDraft

Operation ID: relApiTabApiTenantContractDraft.relApiTabApiTenantContractDraft.UpdateRelApiTabApiTenantContractDraft

Parameter:

  • systemId (path): key: systemId of relApiTabApiTenantContractDraft

Antworten:

  • 204: Success
  • default:

/relApiTabApiTenantContractDraft({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiTenantContractDraft

Operation ID: relApiTabApiTenantContractDraft.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiTenantContractDraft
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiTenantContractDraft({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiTenantContractDraft

Operation ID: relApiTabApiTenantContractDraft.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiTenantContractDraft

Antworten:

  • 204: Success
  • default:

/relApiTabApiTenantContractDraft({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiTenantContractDraft

Operation ID: relApiTabApiTenantContractDraft.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiTenantContractDraft
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiTenantContractDraft({systemId})/relApiTabApiUnitsContract (GET)

Beschreibung: Get relApiTabApiUnitsContract from relApiTabApiTenantContractDraft

Operation ID: relApiTabApiTenantContractDraft.GetRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiTenantContractDraft
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiTenantContractDraft({systemId})/relApiTabApiUnitsContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitsContract in relApiTabApiTenantContractDraft

Operation ID: relApiTabApiTenantContractDraft.UpdateRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiTenantContractDraft

Antworten:

  • 204: Success
  • default:

/relApiTabApiTenantContractDraft({systemId})/relApiTabApiUnitsContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitsContract for relApiTabApiTenantContractDraft

Operation ID: relApiTabApiTenantContractDraft.DeleteRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiTenantContractDraft
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitAllocation (GET)

Beschreibung: Get entities from relApiTabApiUnitAllocation

Operation ID: relApiTabApiUnitAllocation.relApiTabApiUnitAllocation.ListRelApiTabApiUnitAllocation

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitAllocation (POST)

Beschreibung: Add new entity to relApiTabApiUnitAllocation

Operation ID: relApiTabApiUnitAllocation.relApiTabApiUnitAllocation.CreateRelApiTabApiUnitAllocation

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiUnitAllocation({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiUnitAllocation by key

Operation ID: relApiTabApiUnitAllocation.relApiTabApiUnitAllocation.GetRelApiTabApiUnitAllocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitAllocation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitAllocation({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiUnitAllocation

Operation ID: relApiTabApiUnitAllocation.relApiTabApiUnitAllocation.UpdateRelApiTabApiUnitAllocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitAllocation

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitAllocation({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiUnitAllocation

Operation ID: relApiTabApiUnitAllocation.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitAllocation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitAllocation({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiUnitAllocation

Operation ID: relApiTabApiUnitAllocation.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitAllocation

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitAllocation({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiUnitAllocation

Operation ID: relApiTabApiUnitAllocation.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitAllocation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitAllocation({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiUnitAllocation

Operation ID: relApiTabApiUnitAllocation.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitAllocation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitAllocation({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiUnitAllocation

Operation ID: relApiTabApiUnitAllocation.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitAllocation

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitAllocation({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiUnitAllocation

Operation ID: relApiTabApiUnitAllocation.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitAllocation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitEquipment (GET)

Beschreibung: Get entities from relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.relApiTabApiUnitEquipment.ListRelApiTabApiUnitEquipment

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitEquipment (POST)

Beschreibung: Add new entity to relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.relApiTabApiUnitEquipment.CreateRelApiTabApiUnitEquipment

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiUnitEquipment({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiUnitEquipment by key

Operation ID: relApiTabApiUnitEquipment.relApiTabApiUnitEquipment.GetRelApiTabApiUnitEquipment

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitEquipment({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.relApiTabApiUnitEquipment.UpdateRelApiTabApiUnitEquipment

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitEquipment({systemId})/relApiTabApiObjectBuilding (GET)

Beschreibung: Get relApiTabApiObjectBuilding from relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.GetRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitEquipment({systemId})/relApiTabApiObjectBuilding (PATCH)

Beschreibung: Update the navigation property relApiTabApiObjectBuilding in relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.UpdateRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitEquipment({systemId})/relApiTabApiObjectBuilding (DELETE)

Beschreibung: Delete navigation property relApiTabApiObjectBuilding for relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.DeleteRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitEquipment({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitEquipment({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitEquipment({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitEquipment({systemId})/relApiTabApiSpaceAndSurface (GET)

Beschreibung: Get relApiTabApiSpaceAndSurface from relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.GetRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitEquipment({systemId})/relApiTabApiSpaceAndSurface (PATCH)

Beschreibung: Update the navigation property relApiTabApiSpaceAndSurface in relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.UpdateRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitEquipment({systemId})/relApiTabApiSpaceAndSurface (DELETE)

Beschreibung: Delete navigation property relApiTabApiSpaceAndSurface for relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.DeleteRelApiTabApiSpaceAndSurface

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitEquipment({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitEquipment({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitEquipment({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiUnitEquipment

Operation ID: relApiTabApiUnitEquipment.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitEquipment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData (GET)

Beschreibung: Get entities from relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.relApiTabApiUnitMasterData.ListRelApiTabApiUnitMasterData

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData (POST)

Beschreibung: Add new entity to relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.relApiTabApiUnitMasterData.CreateRelApiTabApiUnitMasterData

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiUnitMasterData({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiUnitMasterData by key

Operation ID: relApiTabApiUnitMasterData.relApiTabApiUnitMasterData.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.relApiTabApiUnitMasterData.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/Microsoft.NAV.vacanciesExportXml (POST)

Beschreibung: Invoke action vacanciesExportXml

Operation ID: relApiTabApiUnitMasterData.relApiTabApiUnitMasterData.vacanciesExportXml

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData({systemId})/relApiTabApiExploitationMethod (GET)

Beschreibung: Get relApiTabApiExploitationMethod from relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.ListRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData({systemId})/relApiTabApiExploitationMethod (POST)

Beschreibung: Create new navigation property to relApiTabApiExploitationMethod for relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.CreateRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiExploitationMethod({systemId1}) (GET)

Beschreibung: Get relApiTabApiExploitationMethod from relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.GetRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • systemId1 (path): key: systemId of relApiTabApiExploitationMethod
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData({systemId})/relApiTabApiExploitationMethod({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiExploitationMethod in relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.UpdateRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • systemId1 (path): key: systemId of relApiTabApiExploitationMethod

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiExploitationMethod({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiExploitationMethod for relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.DeleteRelApiTabApiExploitationMethod

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • systemId1 (path): key: systemId of relApiTabApiExploitationMethod
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiLocationFloor (GET)

Beschreibung: Get relApiTabApiLocationFloor from relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.GetRelApiTabApiLocationFloor

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData({systemId})/relApiTabApiLocationFloor (PATCH)

Beschreibung: Update the navigation property relApiTabApiLocationFloor in relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.UpdateRelApiTabApiLocationFloor

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiLocationFloor (DELETE)

Beschreibung: Delete navigation property relApiTabApiLocationFloor for relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.DeleteRelApiTabApiLocationFloor

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiObjectBuilding (GET)

Beschreibung: Get relApiTabApiObjectBuilding from relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.GetRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData({systemId})/relApiTabApiObjectBuilding (PATCH)

Beschreibung: Update the navigation property relApiTabApiObjectBuilding in relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.UpdateRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiObjectBuilding (DELETE)

Beschreibung: Delete navigation property relApiTabApiObjectBuilding for relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.DeleteRelApiTabApiObjectBuilding

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiUnitAllocation (GET)

Beschreibung: Get relApiTabApiUnitAllocation from relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.ListRelApiTabApiUnitAllocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData({systemId})/relApiTabApiUnitAllocation (POST)

Beschreibung: Create new navigation property to relApiTabApiUnitAllocation for relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.CreateRelApiTabApiUnitAllocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiUnitAllocation({systemId1}) (GET)

Beschreibung: Get relApiTabApiUnitAllocation from relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.GetRelApiTabApiUnitAllocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • systemId1 (path): key: systemId of relApiTabApiUnitAllocation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitMasterData({systemId})/relApiTabApiUnitAllocation({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitAllocation in relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.UpdateRelApiTabApiUnitAllocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • systemId1 (path): key: systemId of relApiTabApiUnitAllocation

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitMasterData({systemId})/relApiTabApiUnitAllocation({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitAllocation for relApiTabApiUnitMasterData

Operation ID: relApiTabApiUnitMasterData.DeleteRelApiTabApiUnitAllocation

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitMasterData
  • systemId1 (path): key: systemId of relApiTabApiUnitAllocation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract (GET)

Beschreibung: Get entities from relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.relApiTabApiUnitsContract.ListRelApiTabApiUnitsContract

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitsContract (POST)

Beschreibung: Add new entity to relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.relApiTabApiUnitsContract.CreateRelApiTabApiUnitsContract

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiUnitsContract({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiUnitsContract by key

Operation ID: relApiTabApiUnitsContract.relApiTabApiUnitsContract.GetRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitsContract({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.relApiTabApiUnitsContract.UpdateRelApiTabApiUnitsContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiCustomer (GET)

Beschreibung: Get relApiTabApiCustomer from relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.GetRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitsContract({systemId})/relApiTabApiCustomer (PATCH)

Beschreibung: Update the navigation property relApiTabApiCustomer in relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.UpdateRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiCustomer (DELETE)

Beschreibung: Delete navigation property relApiTabApiCustomer for relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.DeleteRelApiTabApiCustomer

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiReContract (GET)

Beschreibung: Get relApiTabApiReContract from relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.GetRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitsContract({systemId})/relApiTabApiReContract (PATCH)

Beschreibung: Update the navigation property relApiTabApiReContract in relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.UpdateRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiReContract (DELETE)

Beschreibung: Delete navigation property relApiTabApiReContract for relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.DeleteRelApiTabApiReContract

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiRelCMEXARecord (GET)

Beschreibung: Get relApiTabApiRelCMEXARecord from relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.ListRelApiTabApiRelCMEXARecord

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitsContract({systemId})/relApiTabApiRelCMEXARecord (POST)

Beschreibung: Create new navigation property to relApiTabApiRelCMEXARecord for relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.CreateRelApiTabApiRelCMEXARecord

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiRelCMEXARecord({systemId1}) (GET)

Beschreibung: Get relApiTabApiRelCMEXARecord from relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.GetRelApiTabApiRelCMEXARecord

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • systemId1 (path): key: systemId of relApiTabApiRelCMEXARecord
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitsContract({systemId})/relApiTabApiRelCMEXARecord({systemId1}) (PATCH)

Beschreibung: Update the navigation property relApiTabApiRelCMEXARecord in relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.UpdateRelApiTabApiRelCMEXARecord

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • systemId1 (path): key: systemId of relApiTabApiRelCMEXARecord

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiRelCMEXARecord({systemId1}) (DELETE)

Beschreibung: Delete navigation property relApiTabApiRelCMEXARecord for relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.DeleteRelApiTabApiRelCMEXARecord

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • systemId1 (path): key: systemId of relApiTabApiRelCMEXARecord
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiReObject (GET)

Beschreibung: Get relApiTabApiReObject from relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.GetRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitsContract({systemId})/relApiTabApiReObject (PATCH)

Beschreibung: Update the navigation property relApiTabApiReObject in relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.UpdateRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiReObject (DELETE)

Beschreibung: Delete navigation property relApiTabApiReObject for relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.DeleteRelApiTabApiReObject

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiUnitMasterData (GET)

Beschreibung: Get relApiTabApiUnitMasterData from relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.GetRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiUnitsContract({systemId})/relApiTabApiUnitMasterData (PATCH)

Beschreibung: Update the navigation property relApiTabApiUnitMasterData in relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.UpdateRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract

Antworten:

  • 204: Success
  • default:

/relApiTabApiUnitsContract({systemId})/relApiTabApiUnitMasterData (DELETE)

Beschreibung: Delete navigation property relApiTabApiUnitMasterData for relApiTabApiUnitsContract

Operation ID: relApiTabApiUnitsContract.DeleteRelApiTabApiUnitMasterData

Parameter:

  • systemId (path): key: systemId of relApiTabApiUnitsContract
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor (GET)

Beschreibung: Get entities from relApiTabApiVendor

Operation ID: relApiTabApiVendor.relApiTabApiVendor.ListRelApiTabApiVendor

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor (POST)

Beschreibung: Add new entity to relApiTabApiVendor

Operation ID: relApiTabApiVendor.relApiTabApiVendor.CreateRelApiTabApiVendor

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/relApiTabApiVendor({systemId}) (GET)

Beschreibung: Get entity from relApiTabApiVendor by key

Operation ID: relApiTabApiVendor.relApiTabApiVendor.GetRelApiTabApiVendor

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId}) (PATCH)

Beschreibung: Update entity in relApiTabApiVendor

Operation ID: relApiTabApiVendor.relApiTabApiVendor.UpdateRelApiTabApiVendor

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId}) (DELETE)

Beschreibung: Delete entity from relApiTabApiVendor

Operation ID: relApiTabApiVendor.relApiTabApiVendor.DeleteRelApiTabApiVendor

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/agedAccountsPayable (GET)

Beschreibung: Get agedAccountsPayable from relApiTabApiVendor

Operation ID: relApiTabApiVendor.GetAgedAccountsPayable

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/agedAccountsPayable (PATCH)

Beschreibung: Update the navigation property agedAccountsPayable in relApiTabApiVendor

Operation ID: relApiTabApiVendor.UpdateAgedAccountsPayable

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/agedAccountsPayable (DELETE)

Beschreibung: Delete navigation property agedAccountsPayable for relApiTabApiVendor

Operation ID: relApiTabApiVendor.DeleteAgedAccountsPayable

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/contactsInformation (GET)

Beschreibung: Get contactsInformation from relApiTabApiVendor

Operation ID: relApiTabApiVendor.ListContactsInformation

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/contactsInformation (POST)

Beschreibung: Create new navigation property to contactsInformation for relApiTabApiVendor

Operation ID: relApiTabApiVendor.CreateContactsInformation

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiVendor({systemId})/contactsInformation({contactId}) (GET)

Beschreibung: Get contactsInformation from relApiTabApiVendor

Operation ID: relApiTabApiVendor.GetContactsInformation

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • contactId (path): key: contactId of contactInformation
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/contactsInformation({contactId}) (PATCH)

Beschreibung: Update the navigation property contactsInformation in relApiTabApiVendor

Operation ID: relApiTabApiVendor.UpdateContactsInformation

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • contactId (path): key: contactId of contactInformation

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/contactsInformation({contactId}) (DELETE)

Beschreibung: Delete navigation property contactsInformation for relApiTabApiVendor

Operation ID: relApiTabApiVendor.DeleteContactsInformation

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • contactId (path): key: contactId of contactInformation
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/defaultDimensions (GET)

Beschreibung: Get defaultDimensions from relApiTabApiVendor

Operation ID: relApiTabApiVendor.ListDefaultDimensions

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/defaultDimensions (POST)

Beschreibung: Create new navigation property to defaultDimensions for relApiTabApiVendor

Operation ID: relApiTabApiVendor.CreateDefaultDimensions

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiVendor({systemId})/defaultDimensions({id}) (GET)

Beschreibung: Get defaultDimensions from relApiTabApiVendor

Operation ID: relApiTabApiVendor.GetDefaultDimensions

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • id (path): key: id of defaultDimension
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/defaultDimensions({id}) (PATCH)

Beschreibung: Update the navigation property defaultDimensions in relApiTabApiVendor

Operation ID: relApiTabApiVendor.UpdateDefaultDimensions

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • id (path): key: id of defaultDimension

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/defaultDimensions({id}) (DELETE)

Beschreibung: Delete navigation property defaultDimensions for relApiTabApiVendor

Operation ID: relApiTabApiVendor.DeleteDefaultDimensions

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • id (path): key: id of defaultDimension
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/documentAttachments (GET)

Beschreibung: Get documentAttachments from relApiTabApiVendor

Operation ID: relApiTabApiVendor.ListDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/documentAttachments (POST)

Beschreibung: Create new navigation property to documentAttachments for relApiTabApiVendor

Operation ID: relApiTabApiVendor.CreateDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor

Antworten:

  • 201: Created navigation property.
  • default:

/relApiTabApiVendor({systemId})/documentAttachments({id}) (GET)

Beschreibung: Get documentAttachments from relApiTabApiVendor

Operation ID: relApiTabApiVendor.GetDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • id (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/documentAttachments({id}) (PATCH)

Beschreibung: Update the navigation property documentAttachments in relApiTabApiVendor

Operation ID: relApiTabApiVendor.UpdateDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/documentAttachments({id}) (DELETE)

Beschreibung: Delete navigation property documentAttachments for relApiTabApiVendor

Operation ID: relApiTabApiVendor.DeleteDocumentAttachments

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • id (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/documentAttachments({id})/attachmentContent (GET)

Beschreibung: Get media content for the navigation property documentAttachments from relApiTabApiVendor

Operation ID: relApiTabApiVendor.GetDocumentAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • id (path): key: id of documentAttachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/documentAttachments({id})/attachmentContent (PUT)

Beschreibung: Update media content for the navigation property documentAttachments in relApiTabApiVendor

Operation ID: relApiTabApiVendor.UpdateDocumentAttachmentsAttachmentContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • id (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/picture (GET)

Beschreibung: Get picture from relApiTabApiVendor

Operation ID: relApiTabApiVendor.GetPicture

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/picture (PATCH)

Beschreibung: Update the navigation property picture in relApiTabApiVendor

Operation ID: relApiTabApiVendor.UpdatePicture

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/picture (DELETE)

Beschreibung: Delete navigation property picture for relApiTabApiVendor

Operation ID: relApiTabApiVendor.DeletePicture

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/relApiTabApiVendor({systemId})/picture/pictureContent (GET)

Beschreibung: Get media content for the navigation property picture from relApiTabApiVendor

Operation ID: relApiTabApiVendor.GetPicturePictureContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/relApiTabApiVendor({systemId})/picture/pictureContent (PUT)

Beschreibung: Update media content for the navigation property picture in relApiTabApiVendor

Operation ID: relApiTabApiVendor.UpdatePicturePictureContent

Parameter:

  • systemId (path): key: systemId of relApiTabApiVendor

Antworten:

  • 204: Success
  • default:

/salesInvoiceLines (GET)

Beschreibung: Get entities from salesInvoiceLines

Operation ID: salesInvoiceLines.salesInvoiceLine.ListSalesInvoiceLine

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoiceLines (POST)

Beschreibung: Add new entity to salesInvoiceLines

Operation ID: salesInvoiceLines.salesInvoiceLine.CreateSalesInvoiceLine

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/salesInvoiceLines({id}) (GET)

Beschreibung: Get entity from salesInvoiceLines by key

Operation ID: salesInvoiceLines.salesInvoiceLine.GetSalesInvoiceLine

Parameter:

  • id (path): key: id of salesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoiceLines({id}) (PATCH)

Beschreibung: Update entity in salesInvoiceLines

Operation ID: salesInvoiceLines.salesInvoiceLine.UpdateSalesInvoiceLine

Parameter:

  • id (path): key: id of salesInvoiceLine

Antworten:

  • 204: Success
  • default:

/salesInvoiceLines({id}) (DELETE)

Beschreibung: Delete entity from salesInvoiceLines

Operation ID: salesInvoiceLines.salesInvoiceLine.DeleteSalesInvoiceLine

Parameter:

  • id (path): key: id of salesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoiceLines({id})/dimensionSetLines (GET)

Beschreibung: Get dimensionSetLines from salesInvoiceLines

Operation ID: salesInvoiceLines.ListDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoiceLine
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoiceLines({id})/dimensionSetLines (POST)

Beschreibung: Create new navigation property to dimensionSetLines for salesInvoiceLines

Operation ID: salesInvoiceLines.CreateDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoiceLine

Antworten:

  • 201: Created navigation property.
  • default:

/salesInvoiceLines({id})/dimensionSetLines({id1}) (GET)

Beschreibung: Get dimensionSetLines from salesInvoiceLines

Operation ID: salesInvoiceLines.GetDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoiceLine
  • id1 (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoiceLines({id})/dimensionSetLines({id1}) (PATCH)

Beschreibung: Update the navigation property dimensionSetLines in salesInvoiceLines

Operation ID: salesInvoiceLines.UpdateDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoiceLine
  • id1 (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/salesInvoiceLines({id})/dimensionSetLines({id1}) (DELETE)

Beschreibung: Delete navigation property dimensionSetLines for salesInvoiceLines

Operation ID: salesInvoiceLines.DeleteDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoiceLine
  • id1 (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoiceLines({id})/location (GET)

Beschreibung: Get location from salesInvoiceLines

Operation ID: salesInvoiceLines.GetLocation

Parameter:

  • id (path): key: id of salesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoiceLines({id})/location (PATCH)

Beschreibung: Update the navigation property location in salesInvoiceLines

Operation ID: salesInvoiceLines.UpdateLocation

Parameter:

  • id (path): key: id of salesInvoiceLine

Antworten:

  • 204: Success
  • default:

/salesInvoiceLines({id})/location (DELETE)

Beschreibung: Delete navigation property location for salesInvoiceLines

Operation ID: salesInvoiceLines.DeleteLocation

Parameter:

  • id (path): key: id of salesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoiceLines({id})/salesInvoice (GET)

Beschreibung: Get salesInvoice from salesInvoiceLines

Operation ID: salesInvoiceLines.GetSalesInvoice

Parameter:

  • id (path): key: id of salesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoiceLines({id})/salesInvoice (PATCH)

Beschreibung: Update the navigation property salesInvoice in salesInvoiceLines

Operation ID: salesInvoiceLines.UpdateSalesInvoice

Parameter:

  • id (path): key: id of salesInvoiceLine

Antworten:

  • 204: Success
  • default:

/salesInvoiceLines({id})/salesInvoice (DELETE)

Beschreibung: Delete navigation property salesInvoice for salesInvoiceLines

Operation ID: salesInvoiceLines.DeleteSalesInvoice

Parameter:

  • id (path): key: id of salesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoices (GET)

Beschreibung: Get entities from salesInvoices

Operation ID: salesInvoices.salesInvoice.ListSalesInvoice

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices (POST)

Beschreibung: Add new entity to salesInvoices

Operation ID: salesInvoices.salesInvoice.CreateSalesInvoice

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/salesInvoices({id}) (GET)

Beschreibung: Get entity from salesInvoices by key

Operation ID: salesInvoices.salesInvoice.GetSalesInvoice

Parameter:

  • id (path): key: id of salesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id}) (PATCH)

Beschreibung: Update entity in salesInvoices

Operation ID: salesInvoices.salesInvoice.UpdateSalesInvoice

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id}) (DELETE)

Beschreibung: Delete entity from salesInvoices

Operation ID: salesInvoices.salesInvoice.DeleteSalesInvoice

Parameter:

  • id (path): key: id of salesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/attachments (GET)

Beschreibung: Get attachments from salesInvoices

Operation ID: salesInvoices.ListAttachments

Parameter:

  • id (path): key: id of salesInvoice
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/attachments (POST)

Beschreibung: Create new navigation property to attachments for salesInvoices

Operation ID: salesInvoices.CreateAttachments

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 201: Created navigation property.
  • default:

/salesInvoices({id})/attachments({id1}) (GET)

Beschreibung: Get attachments from salesInvoices

Operation ID: salesInvoices.GetAttachments

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of attachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/attachments({id1}) (PATCH)

Beschreibung: Update the navigation property attachments in salesInvoices

Operation ID: salesInvoices.UpdateAttachments

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/attachments({id1}) (DELETE)

Beschreibung: Delete navigation property attachments for salesInvoices

Operation ID: salesInvoices.DeleteAttachments

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of attachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/attachments({id1})/attachmentContent (GET)

Beschreibung: Get media content for the navigation property attachments from salesInvoices

Operation ID: salesInvoices.GetAttachmentsAttachmentContent

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of attachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/attachments({id1})/attachmentContent (PUT)

Beschreibung: Update media content for the navigation property attachments in salesInvoices

Operation ID: salesInvoices.UpdateAttachmentsAttachmentContent

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of attachment

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/dimensionSetLines (GET)

Beschreibung: Get dimensionSetLines from salesInvoices

Operation ID: salesInvoices.ListDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoice
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/dimensionSetLines (POST)

Beschreibung: Create new navigation property to dimensionSetLines for salesInvoices

Operation ID: salesInvoices.CreateDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 201: Created navigation property.
  • default:

/salesInvoices({id})/dimensionSetLines({id1}) (GET)

Beschreibung: Get dimensionSetLines from salesInvoices

Operation ID: salesInvoices.GetDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of dimensionSetLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/dimensionSetLines({id1}) (PATCH)

Beschreibung: Update the navigation property dimensionSetLines in salesInvoices

Operation ID: salesInvoices.UpdateDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of dimensionSetLine

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/dimensionSetLines({id1}) (DELETE)

Beschreibung: Delete navigation property dimensionSetLines for salesInvoices

Operation ID: salesInvoices.DeleteDimensionSetLines

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of dimensionSetLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/documentAttachments (GET)

Beschreibung: Get documentAttachments from salesInvoices

Operation ID: salesInvoices.ListDocumentAttachments

Parameter:

  • id (path): key: id of salesInvoice
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/documentAttachments (POST)

Beschreibung: Create new navigation property to documentAttachments for salesInvoices

Operation ID: salesInvoices.CreateDocumentAttachments

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 201: Created navigation property.
  • default:

/salesInvoices({id})/documentAttachments({id1}) (GET)

Beschreibung: Get documentAttachments from salesInvoices

Operation ID: salesInvoices.GetDocumentAttachments

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of documentAttachment
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/documentAttachments({id1}) (PATCH)

Beschreibung: Update the navigation property documentAttachments in salesInvoices

Operation ID: salesInvoices.UpdateDocumentAttachments

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/documentAttachments({id1}) (DELETE)

Beschreibung: Delete navigation property documentAttachments for salesInvoices

Operation ID: salesInvoices.DeleteDocumentAttachments

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of documentAttachment
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/documentAttachments({id1})/attachmentContent (GET)

Beschreibung: Get media content for the navigation property documentAttachments from salesInvoices

Operation ID: salesInvoices.GetDocumentAttachmentsAttachmentContent

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of documentAttachment

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/documentAttachments({id1})/attachmentContent (PUT)

Beschreibung: Update media content for the navigation property documentAttachments in salesInvoices

Operation ID: salesInvoices.UpdateDocumentAttachmentsAttachmentContent

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of documentAttachment

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/Microsoft.NAV.cancel (POST)

Beschreibung: Invoke action cancel

Operation ID: salesInvoices.salesInvoice.cancel

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/Microsoft.NAV.cancelAndSend (POST)

Beschreibung: Invoke action cancelAndSend

Operation ID: salesInvoices.salesInvoice.cancelAndSend

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/Microsoft.NAV.makeCorrectiveCreditMemo (POST)

Beschreibung: Invoke action makeCorrectiveCreditMemo

Operation ID: salesInvoices.salesInvoice.makeCorrectiveCreditMemo

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/Microsoft.NAV.post (POST)

Beschreibung: Invoke action post

Operation ID: salesInvoices.salesInvoice.post

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/Microsoft.NAV.postAndSend (POST)

Beschreibung: Invoke action postAndSend

Operation ID: salesInvoices.salesInvoice.postAndSend

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/Microsoft.NAV.send (POST)

Beschreibung: Invoke action send

Operation ID: salesInvoices.salesInvoice.send

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/pdfDocument (GET)

Beschreibung: Get pdfDocument from salesInvoices

Operation ID: salesInvoices.GetPdfDocument

Parameter:

  • id (path): key: id of salesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/pdfDocument (PATCH)

Beschreibung: Update the navigation property pdfDocument in salesInvoices

Operation ID: salesInvoices.UpdatePdfDocument

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/pdfDocument (DELETE)

Beschreibung: Delete navigation property pdfDocument for salesInvoices

Operation ID: salesInvoices.DeletePdfDocument

Parameter:

  • id (path): key: id of salesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/pdfDocument/pdfDocumentContent (GET)

Beschreibung: Get media content for the navigation property pdfDocument from salesInvoices

Operation ID: salesInvoices.GetPdfDocumentPdfDocumentContent

Parameter:

  • id (path): key: id of salesInvoice

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/pdfDocument/pdfDocumentContent (PUT)

Beschreibung: Update media content for the navigation property pdfDocument in salesInvoices

Operation ID: salesInvoices.UpdatePdfDocumentPdfDocumentContent

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/relApiTabApiCustomer (GET)

Beschreibung: Get relApiTabApiCustomer from salesInvoices

Operation ID: salesInvoices.GetRelApiTabApiCustomer

Parameter:

  • id (path): key: id of salesInvoice
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/relApiTabApiCustomer (PATCH)

Beschreibung: Update the navigation property relApiTabApiCustomer in salesInvoices

Operation ID: salesInvoices.UpdateRelApiTabApiCustomer

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/relApiTabApiCustomer (DELETE)

Beschreibung: Delete navigation property relApiTabApiCustomer for salesInvoices

Operation ID: salesInvoices.DeleteRelApiTabApiCustomer

Parameter:

  • id (path): key: id of salesInvoice
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/salesInvoiceLines (GET)

Beschreibung: Get salesInvoiceLines from salesInvoices

Operation ID: salesInvoices.ListSalesInvoiceLines

Parameter:

  • id (path): key: id of salesInvoice
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $orderby (query): Order items by property values
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/salesInvoiceLines (POST)

Beschreibung: Create new navigation property to salesInvoiceLines for salesInvoices

Operation ID: salesInvoices.CreateSalesInvoiceLines

Parameter:

  • id (path): key: id of salesInvoice

Antworten:

  • 201: Created navigation property.
  • default:

/salesInvoices({id})/salesInvoiceLines({id1}) (GET)

Beschreibung: Get salesInvoiceLines from salesInvoices

Operation ID: salesInvoices.GetSalesInvoiceLines

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of salesInvoiceLine
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/salesInvoices({id})/salesInvoiceLines({id1}) (PATCH)

Beschreibung: Update the navigation property salesInvoiceLines in salesInvoices

Operation ID: salesInvoices.UpdateSalesInvoiceLines

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of salesInvoiceLine

Antworten:

  • 204: Success
  • default:

/salesInvoices({id})/salesInvoiceLines({id1}) (DELETE)

Beschreibung: Delete navigation property salesInvoiceLines for salesInvoices

Operation ID: salesInvoices.DeleteSalesInvoiceLines

Parameter:

  • id (path): key: id of salesInvoice
  • id1 (path): key: id of salesInvoiceLine
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default:

/subscriptions (GET)

Beschreibung: Get entities from subscriptions

Operation ID: subscriptions.subscriptions.ListSubscriptions

Parameter:

  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • N/A (N/A):
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/subscriptions (POST)

Beschreibung: Add new entity to subscriptions

Operation ID: subscriptions.subscriptions.CreateSubscriptions

Keine Parameter.

Antworten:

  • 201: Created entity
  • default:

/subscriptions({subscriptionId}) (GET)

Beschreibung: Get entity from subscriptions by key

Operation ID: subscriptions.subscriptions.GetSubscriptions

Parameter:

  • subscriptionId (path): key: subscriptionId of subscriptions
  • $select (query): Select properties to be returned
  • $expand (query): Expand related entities

Antwort bei 200 OK:

...Schema-/Objektdefinition...

/subscriptions({subscriptionId}) (PATCH)

Beschreibung: Update entity in subscriptions

Operation ID: subscriptions.subscriptions.UpdateSubscriptions

Parameter:

  • subscriptionId (path): key: subscriptionId of subscriptions

Antworten:

  • 204: Success
  • default:

/subscriptions({subscriptionId}) (DELETE)

Beschreibung: Delete entity from subscriptions

Operation ID: subscriptions.subscriptions.DeleteSubscriptions

Parameter:

  • subscriptionId (path): key: subscriptionId of subscriptions
  • If-Match (header): ETag

Antworten:

  • 204: Success
  • default: