POST api/QC/SaveEmpRequestQuantity?CurrentEmp={CurrentEmp}&InCT={InCT}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| entity | No documentation available. |
Define this parameter in the request body. |
| CurrentEmp | No documentation available. |
Define this parameter in the request URI. |
| InCT | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"EmpId": 1,
"EquipmentId": 2,
"Quantity": 3.0,
"Description": "sample string 4",
"Status": 5,
"EmployeeName": "sample string 6",
"EquipmentName": "sample string 7",
"EmployeeCode": "sample string 8",
"CreatedEmpId": 1,
"CreatedDate": "2025-12-17T21:53:21.7817468+02:00",
"UpdatedEmpId": 1,
"UpdatedDate": "2025-12-17T21:53:21.7817468+02:00",
"DeletedEmpId": 1,
"DeletedDate": "2025-12-17T21:53:21.7817468+02:00",
"IsDeleted": true,
"Id": 10
}
application/xml, text/xml
Sample:
<QC_EquipmentRequestAssignEmployees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>10</Id> <CreatedDate>2025-12-17T21:53:21.7817468+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-12-17T21:53:21.7817468+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-12-17T21:53:21.7817468+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <Description>sample string 4</Description> <EmpId>1</EmpId> <EmployeeCode>sample string 8</EmployeeCode> <EmployeeName>sample string 6</EmployeeName> <EquipmentId>2</EquipmentId> <EquipmentName>sample string 7</EquipmentName> <Quantity>3</Quantity> <Status>5</Status> </QC_EquipmentRequestAssignEmployees>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": true,
"ErrorMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<GeneralErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_Plus"> <ErrorMessage>sample string 2</ErrorMessage> <Result>true</Result> </GeneralErrors>