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.
|
|
| PartId | Int64 | The business key identifier of the referenced part.
|
|
| ProductRecordId | Int64? | The business key identifier of the referenced product record.
|
|
| 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.
|
|
| RejectionCodeItemId | Int64 | The business key identifier of the rejection code for this case part link.
|
|
| RejectedQuantity | Decimal | Quantity rejected for this case part link. |
|
| RejectionDescription | String | The rejection description for this case part link.
|
|
| ProductRecordBatchId | Int64? | The business key identifier of the referenced product record batch.
|
|
| CompensationCustomerOrderId | Int64? | The business key identifier of compensation customer order for this part case link.
|
|
| CompensationAccountsReceivableId | Int64? | The business key identifier of compensation accounts receivable for this part case link.
|
|
| CompensationPurchaseOrderId | Int64? | The business key identifier of compensation purchase order for this part case link.
|
|
| CompensationAccountsPayableId | Int64? | The business key identifier of compensation accounts payable for this part case link.
|
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": null,
"CompensationAccountsPayableId": null
}