GET api/GlobalParts?CreatedDate={CreatedDate}&UpdatedDate={UpdatedDate}&ManufacturerId={ManufacturerId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| pagingparametermodel | No documentation available. |
Define this parameter in the request URI. |
| CreatedDate | No documentation available. |
Define this parameter in the request URI. |
| UpdatedDate | No documentation available. |
Define this parameter in the request URI. |
| ManufacturerId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"GlobalPartSystemId": 1,
"GlobalPartManufacturerId": 2,
"GlobalPartManufacturerNumber": "sample string 3",
"GlobalPartManufacturerPartName": "sample string 4",
"GlobalPartManufacturerListPrice": 1.0,
"GlobalPartInsertedDate": "2025-11-08T06:24:03.8997061-06:00",
"GlobalPartUpdatedDate": "2025-11-08T06:24:03.8997061-06:00"
},
{
"GlobalPartSystemId": 1,
"GlobalPartManufacturerId": 2,
"GlobalPartManufacturerNumber": "sample string 3",
"GlobalPartManufacturerPartName": "sample string 4",
"GlobalPartManufacturerListPrice": 1.0,
"GlobalPartInsertedDate": "2025-11-08T06:24:03.8997061-06:00",
"GlobalPartUpdatedDate": "2025-11-08T06:24:03.8997061-06:00"
},
{
"GlobalPartSystemId": 1,
"GlobalPartManufacturerId": 2,
"GlobalPartManufacturerNumber": "sample string 3",
"GlobalPartManufacturerPartName": "sample string 4",
"GlobalPartManufacturerListPrice": 1.0,
"GlobalPartInsertedDate": "2025-11-08T06:24:03.8997061-06:00",
"GlobalPartUpdatedDate": "2025-11-08T06:24:03.8997061-06:00"
}
]