Show / Hide Table of Contents

    CaseEntryPartLinks

    Queryable, Introduced in version 24.5

    GET https://localhost:8001/sv/001.1/api/v1/Inventory/CaseEntryPartLinks
    

    Represents a case part link.

    GUID

    dd65ce0e-908f-47e0-94e0-2e958819fecd
    

    Required permission

    Show case
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the case part link.
    CaseId Int64 The business key identifier of the case entry this case part link belongs to.

    • References CaseEntry
    PartId Int64 The business key identifier of the referenced part.

    • References Parts
    ProductRecordId Int64? The business key identifier of the referenced product record.

    • References ProductRecords
    IsDefault Boolean Defines if the part is considered default part on this case.
    Can only be set on one part in a case.
    PartRevisionId Int64? The business key identifier of the revision on part.

    • References Revisions
    RejectionCodeItemId Int64 The business key identifier of the rejection code for this case part link.

    • References RejectionCodeItems
    RejectedQuantity Decimal Quantity rejected for this case part link.
    RejectionDescription String The rejection description for this case part link.

    • Max length is 400
    ProductRecordBatchId Int64? The business key identifier of the referenced product record batch.

    • References ProductRecords
    CompensationCustomerOrderId Int64? The business key identifier of compensation customer order for this part case link.

    • References CustomerOrders
    CompensationAccountsReceivableId Int64? The business key identifier of compensation accounts receivable for this part case link.

    • References AccountsReceivables
    CompensationPurchaseOrderId Int64 The business key identifier of compensation purchase order for this part case link.

    • References PurchaseOrders
    CompensationAccountsPayableId Int64? The business key identifier of compensation accounts payable for this part case link.

    • References AccountsPayables

    Example

    {
      "Id": 0,
      "CaseId": 0,
      "PartId": 0,
      "ProductRecordId": null,
      "IsDefault": false,
      "PartRevisionId": null,
      "RejectionCodeItemId": 0,
      "RejectedQuantity": 0.0,
      "RejectionDescription": null,
      "ProductRecordBatchId": null,
      "CompensationCustomerOrderId": null,
      "CompensationAccountsReceivableId": null,
      "CompensationPurchaseOrderId": 0,
      "CompensationAccountsPayableId": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB