GET api/PartSearch/GetCurrentPartGenBatchObject
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PartGenerationBatchName | 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-07-06T00:24:47.8343812Z", "EndDateTime": "2025-07-06T00:24:47.8343812Z", "Status": 1, "CreatedBy": 4, "CreatedDate": "2025-07-06T00:24:47.8343812Z", "LastUpdatedBy": 1, "LastUpdatedDate": "2025-07-06T00:24:47.8343812Z", "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-07-06T00:24:47.8343812Z</CreatedDate> <LastUpdatedBy>1</LastUpdatedBy> <LastUpdatedDate>2025-07-06T00:24:47.8343812Z</LastUpdatedDate> <RowStatus>64</RowStatus> <BatchID>3</BatchID> <Code>sample string 1</Code> <Description>sample string 2</Description> <EndDateTime>2025-07-06T00:24:47.8343812Z</EndDateTime> <StartDateTime>2025-07-06T00:24:47.8343812Z</StartDateTime> <Status>1</Status> </PartGenerationBatch>