Business Core | Subscription Part
Overview
| URL | api/{tenantKey}/{orgKey}/businessCore/subscriptionParts |
| Methods Supported | GET |
All Operations
This service includes the following operations:
- GET:
All Resources
This service uses the following resources:
GET Get All Parts
Custom operation 'GetAllParts'.
The following elements are required:
| version | (string) Version. |
| modifiedOn | (DateTimeOffset) ModifiedOn. |
| maxRecords | (int) MaxRecords. |
Response:
| When successful, the response body contains a list of resources of type 'PartFromSubscription'. See PartFromSubscription. |
Response status codes:
| 200 | OK. The operation was completed successfully. |
| 400 | BadRequest. The request parameters are invalid. |
Resource URL:
api/{tenantKey}/{orgKey}/businessCore/subscriptionParts/getAllParts
GET /businessCore/subscriptionParts/getAllParts
Resources
PartFromSubscription
The following elements are optional:
| partId | (Guid) Part Id. |
| partKey | (string) Part Key. |
| description | (string) Description. |
| barcode | (string) Barcode. |
| partTypeId | (Guid) Part Type Id. |
| partTypeValue | (int) Part Type Value. |
| baseUnit | (string) Base Unit. |
| baseUnitId | (Guid) Base Unit Id. |
| defaultWarehouseId | (Guid) Default Warehouse Id. |
| defaultWarehouseKey | (string) Default Warehouse Key. |
| defaultWarehouseDescription | (string) Default Warehouse Description. |
| modifiedOn | (DateTimeOffset) Modified On. |
| version | (string) Version. |