CaseEntry
Queryable, Introduced in version 2.22
GET https://localhost:8001/sv/001.1/api/v1/Inventory/CaseEntry
Represents a case entry.
GUID
B1A83C64-4AC0-41B3-89B2-6FDB7DD0E3BE
Required permission
Show case
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the case entry. |
|
| Number | String | The human readable identifier of the case entry.
|
Introduced in version 2.36 |
| ProjectId | Int64? | The business key identifier of the project that belongs to the case entry. References |
Introduced in version 2.36 |
| Project | Projects | The project that belongs to the case entry
|
Introduced in version 2.36 |
| ContactCaseNumber | String | The customer's or the supplier's case number (depending on case type)
|
Introduced in version 2.36 |
| CustomerOrderId | Int64? | The business key identifier of the customer order that is linked to the case entry. References |
Introduced in version 2.36 |
| CustomerOrder | CustomerOrders | The customer order that is linked to the case entry.
|
Introduced in version 2.36 |
| PurchaseOrderId | Int64? | The business key identifier of the purchase order that is linked to the case entry. References |
Introduced in version 2.36 |
| PurchaseOrder | PurchaseOrders | The purchase order that is linked to the case entry.
|
Introduced in version 2.36 |
| ArrivalDate | DateTimeOffset? | Date when delivery arrived. |
Introduced in version 2.36 |
| DeliveryDate | DateTimeOffset? | Date when delivery was made. |
Introduced in version 2.36 |
| DeliveredQuantity | Decimal? | The quantity the delivery consisted of. |
Introduced in version 2.36 |
| ArrivedQuantity | Decimal? | The quantity the arrival consisted of. |
Introduced in version 2.36 |
| ReasonSupplierId | Int64? | The business key identifier of the supplier that caused the nonconformity. References Suppliers. |
Introduced in version 2.36 |
| ReasonWorkCenterId | Int64? | The business key identifier of the work center that caused the nonconformity. References WorkCenters. |
Introduced in version 2.36 |
| ReasonDepartmentId | Int64? | The business key identifier of the department that caused the nonconformity. References Departments. |
Introduced in version 2.36 |
| ReasonRejectionCodeId | Int64? | The business key identifier of the rejection that caused the nonconformity. References |
Introduced in version 2.36 |
| ReasonPartId | Int64? | The business key identifier of the part that caused the nonconformity. References |
Introduced in version 2.36 |
| InternalCommentId | Int64? | The business key identifier of the case internal comment. References Comments |
|
| InternalComment | Comments | The internal comment of the case.
|
|
| ReasonCommentId | Int64? | The business key identifier of the reason comment. References Comments |
Introduced in version 2.36 |
| ReasonComment | Comments | The reason comment of the case.
|
Introduced in version 2.36 |
| ActualRejectionCommentId | Int64? | The business key identifier of the actual rejections description. References Comments |
Introduced in version 2.36 |
| ActualRejectionComment | Comments | The actual rejections description.
|
Introduced in version 2.36 |
| Status | Int32 | The status of the case.
|
|
| CaseTypeId | Int64 | The business key identifier of the case management type. References CaseManagementType |
|
| CaseType | CaseManagementType | The case management type of the case.
|
|
| CaseDate | DateTimeOffset | The case date of the case. |
|
| WarehouseId | Int64 | The business key identifier of the warehouse where the case is registered. References |
|
| Warehouse | Warehouses | The warehouse of the case.
|
|
| CustomerId | Int64? | The business key identifier of the customer. References Customers |
|
| ProductRecordId | Int64? | The business key identifier of the used product record for the case. References |
|
| ProductRecord | ProductRecords | The product record of the case.
|
|
| PartRevisionId | Int64? | The business key identifier of the part revision used for the case. References Revisions |
Introduced in version 24.5 |
| PartRevision | Revisions | The part revision of the case.
|
Introduced in version 24.5 |
| PartId | Int64 | The business key identifier of the used part for the case. References |
|
| Part | Parts | The part of the case.
|
|
| ManufacturingOrderId | Int64? | The business key identifier of the manufacturing order. References |
|
| ManufacturingOrder | ManufacturingOrders | The manufacturing order of the case.
|
|
| SupplierId | Int64 | The business key identifier of the supplier. References Suppliers |
|
| ActualRejectionCodeId | Int64? | The business key identifier of the actual rejection code for the case. References |
|
| ActualRejectionCode | RejectionCodeItems | The actual rejection code for the case.
|
|
| RejectionCodeItemId | Int64 | The business key identifier of the planned rejection code item for the case. References |
|
| RejectionCodeItem | RejectionCodeItems | The rejection code item of the case.
|
|
| ExtraFields | ExtraFields[] | A collection of extra field values for the case.
|
|
| Costs | CaseEntryAdditionalCost[] | A collection of case entry additional cost values for the case.
|
Introduced in version 2.26 |
| OurReferenceId | Int64? | The business key identifier of our reference for the case entry. Reference Persons |
Introduced in version 2.36 |
| OurReferenceName | String | The name of our reference for the case entry.
|
Introduced in version 2.36 |
| Phases | CaseEntryPhases[] | The phases that belong to the case entry
|
Introduced in version 2.45 |
| RejectionDescription | String | The rejection description of the case entry.
|
Introduced in version 2.45 |
| Notes | BusinessContactNoteHistories[] | Rows of business contact notes.
|
Introduced in version 2.55 |
| ContactReferenceId | Int64? | The business key identifier of business contact reference.
|
Introduced in version 2.54 |
| ContactName | String | The customer's or supplier's reference name. Only set when ContactReferenceId is not set.
|
Introduced in version 2.54 |
| AccountReciveableId | Int64? | The business key identifier of the accounts receiveable.
|
Introduced in version 2.54 |
| AccountsReceivable | AccountsReceivables | The accounts receiveable that is linked on the case entry
|
Introduced in version 2.54 |
| CategoryString | String | Category string.
|
Introduced in version 2.54 |
| ExternalCommentId | Int64? | The business key identifier of the case entry external comment.
|
Introduced in version 23.2 |
| ExternalComment | Comments | The case entry external comment.
|
Introduced in version 23.2 |
| RejectedQuantity | Decimal | The case entry rejected quantity. |
Introduced in version 24.3 |
| CasePartLinks | CaseEntryPartLinks[] | Case part links that reference the parts included in this case.
|
Introduced in version 24.5 |
Example
{
"Id": 0,
"Number": null,
"ProjectId": null,
"Project": null,
"ContactCaseNumber": null,
"CustomerOrderId": null,
"CustomerOrder": null,
"PurchaseOrderId": null,
"PurchaseOrder": null,
"ArrivalDate": null,
"DeliveryDate": null,
"DeliveredQuantity": null,
"ArrivedQuantity": null,
"ReasonSupplierId": null,
"ReasonWorkCenterId": null,
"ReasonDepartmentId": null,
"ReasonRejectionCodeId": null,
"ReasonPartId": null,
"InternalCommentId": null,
"InternalComment": null,
"ReasonCommentId": null,
"ReasonComment": null,
"ActualRejectionCommentId": null,
"ActualRejectionComment": null,
"Status": 0,
"CaseTypeId": 0,
"CaseType": null,
"CaseDate": "0001-01-01T00:00:00+00:00",
"WarehouseId": 0,
"Warehouse": null,
"CustomerId": null,
"ProductRecordId": null,
"ProductRecord": null,
"PartRevisionId": null,
"PartRevision": null,
"PartId": 0,
"Part": null,
"ManufacturingOrderId": null,
"ManufacturingOrder": null,
"SupplierId": 0,
"ActualRejectionCodeId": null,
"ActualRejectionCode": null,
"RejectionCodeItemId": 0,
"RejectionCodeItem": null,
"ExtraFields": null,
"Costs": null,
"OurReferenceId": null,
"OurReferenceName": null,
"Phases": null,
"RejectionDescription": null,
"Notes": null,
"ContactReferenceId": null,
"ContactName": null,
"AccountReciveableId": null,
"AccountsReceivable": null,
"CategoryString": null,
"ExternalCommentId": null,
"ExternalComment": null,
"RejectedQuantity": 0.0,
"CasePartLinks": null
}