POST EPCGImport/Edit
Request Information
URI Parameters
None.
Body Parameters
EPCGImportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| EPCGDate | date |
None. |
|
| CompanyID | integer |
None. |
|
| Reference | string |
None. |
|
| EPCGJobNo | string |
None. |
|
| JobDate | date |
None. |
|
| JKGRefNo | string |
None. |
|
| StateMill | string |
None. |
|
| EPCGFileNo | string |
None. |
|
| CompanyEmail | string |
None. |
|
| PersonName | string |
None. |
|
| PersonNo | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedOn | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| Mill | string |
None. |
|
| EPCGImportID | integer |
None. |
|
| ImportLocal | boolean |
None. |
|
| ILRemarks | string |
None. |
|
| IECStatus | boolean |
None. |
|
| ISRemarks | string |
None. |
|
| RCMCStatus | boolean |
None. |
|
| RSRemarks | string |
None. |
|
| DigitalStatus | boolean |
None. |
|
| DSRemarks | string |
None. |
|
| SupplierID | integer |
None. |
|
| DoField | string |
None. |
|
| EPCGDoceCreatedOn | date |
None. |
|
| EPCGDoceCreatedBy | integer |
None. |
|
| EPCGDoceUpdatedOn | date |
None. |
|
| EPCGDoceUpdatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"EPCGDate": "2025-12-07T05:20:23.9008172+05:30",
"CompanyID": 1,
"Reference": "sample string 2",
"EPCGJobNo": "sample string 3",
"JobDate": "2025-12-07T05:20:23.9008172+05:30",
"JKGRefNo": "sample string 4",
"StateMill": "sample string 5",
"EPCGFileNo": "sample string 6",
"CompanyEmail": "sample string 7",
"PersonName": "sample string 8",
"PersonNo": "sample string 9",
"CreatedOn": "2025-12-07T05:20:23.9008172+05:30",
"CreatedBy": 1,
"UpdatedOn": "2025-12-07T05:20:23.9008172+05:30",
"UpdatedBy": 1,
"Mill": "sample string 10",
"EPCGImportID": 1,
"ImportLocal": true,
"ILRemarks": "sample string 11",
"IECStatus": true,
"ISRemarks": "sample string 12",
"RCMCStatus": true,
"RSRemarks": "sample string 13",
"DigitalStatus": true,
"DSRemarks": "sample string 14",
"SupplierID": 1,
"DoField": "sample string 15",
"EPCGDoceCreatedOn": "2025-12-07T05:20:23.9008172+05:30",
"EPCGDoceCreatedBy": 1,
"EPCGDoceUpdatedOn": "2025-12-07T05:20:23.9008172+05:30",
"EPCGDoceUpdatedBy": 1
}
application/xml, text/xml
Sample:
<EPCGImportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JKG.Models.Models"> <CompanyEmail>sample string 7</CompanyEmail> <CompanyID>1</CompanyID> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-07T05:20:23.9008172+05:30</CreatedOn> <DSRemarks>sample string 14</DSRemarks> <DigitalStatus>true</DigitalStatus> <DoField>sample string 15</DoField> <EPCGDate>2025-12-07T05:20:23.9008172+05:30</EPCGDate> <EPCGDoceCreatedBy>1</EPCGDoceCreatedBy> <EPCGDoceCreatedOn>2025-12-07T05:20:23.9008172+05:30</EPCGDoceCreatedOn> <EPCGDoceUpdatedBy>1</EPCGDoceUpdatedBy> <EPCGDoceUpdatedOn>2025-12-07T05:20:23.9008172+05:30</EPCGDoceUpdatedOn> <EPCGFileNo>sample string 6</EPCGFileNo> <EPCGImportID>1</EPCGImportID> <EPCGJobNo>sample string 3</EPCGJobNo> <ID>1</ID> <IECStatus>true</IECStatus> <ILRemarks>sample string 11</ILRemarks> <ISRemarks>sample string 12</ISRemarks> <ImportLocal>true</ImportLocal> <JKGRefNo>sample string 4</JKGRefNo> <JobDate>2025-12-07T05:20:23.9008172+05:30</JobDate> <Mill>sample string 10</Mill> <PersonName>sample string 8</PersonName> <PersonNo>sample string 9</PersonNo> <RCMCStatus>true</RCMCStatus> <RSRemarks>sample string 13</RSRemarks> <Reference>sample string 2</Reference> <StateMill>sample string 5</StateMill> <SupplierID>1</SupplierID> <UpdatedBy>1</UpdatedBy> <UpdatedOn>2025-12-07T05:20:23.9008172+05:30</UpdatedOn> </EPCGImportModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.