GET api/PartSearch/GetCurrentPartGenBatchObject
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PartGenerationBatch| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Description | string |
None. |
|
| BatchID | integer |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| Status | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| LastUpdatedBy | integer |
None. |
|
| LastUpdatedDate | date |
None. |
|
| RowStatus | byte |
None. |
|
| ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Description": "sample string 2",
"BatchID": 3,
"StartDateTime": "2025-11-11T16:43:29.4760004Z",
"EndDateTime": "2025-11-11T16:43:29.4760004Z",
"Status": 1,
"CreatedBy": 4,
"CreatedDate": "2025-11-11T16:43:29.4760004Z",
"LastUpdatedBy": 1,
"LastUpdatedDate": "2025-11-11T16:43:29.4760004Z",
"RowStatus": 64,
"ID": 7
}
application/xml, text/xml
Sample:
<PartGenerationBatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KC.Data.Entities"> <ID>7</ID> <CreatedBy>4</CreatedBy> <CreatedDate>2025-11-11T16:43:29.4760004Z</CreatedDate> <LastUpdatedBy>1</LastUpdatedBy> <LastUpdatedDate>2025-11-11T16:43:29.4760004Z</LastUpdatedDate> <RowStatus>64</RowStatus> <BatchID>3</BatchID> <Code>sample string 1</Code> <Description>sample string 2</Description> <EndDateTime>2025-11-11T16:43:29.4760004Z</EndDateTime> <StartDateTime>2025-11-11T16:43:29.4760004Z</StartDateTime> <Status>1</Status> </PartGenerationBatch>