POST api/Pass/MachineGatePass
Request Information
URI Parameters
None.
Body Parameters
Machine_GatePass| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DC_No | string |
None. |
|
| Request_ID | integer |
None. |
|
| GatePass_Date | date |
None. |
|
| GatePass_Barcode | string |
None. |
|
| IsAccept | integer |
None. |
|
| FromUnit | integer |
None. |
|
| ToUnit | integer |
None. |
|
| Return_DC | string |
None. |
|
| IsPassApproval | integer |
None. |
|
| RejectRemarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"DC_No": "sample string 2",
"Request_ID": 1,
"GatePass_Date": "2026-01-14T02:06:50.6593184-08:00",
"GatePass_Barcode": "sample string 3",
"IsAccept": 1,
"FromUnit": 1,
"ToUnit": 1,
"Return_DC": "sample string 4",
"IsPassApproval": 1,
"RejectRemarks": "sample string 5"
}
application/xml, text/xml
Sample:
<Machine_GatePass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IUMT_Services.Models"> <DC_No>sample string 2</DC_No> <FromUnit>1</FromUnit> <GatePass_Barcode>sample string 3</GatePass_Barcode> <GatePass_Date>2026-01-14T02:06:50.6593184-08:00</GatePass_Date> <ID>1</ID> <IsAccept>1</IsAccept> <IsPassApproval>1</IsPassApproval> <RejectRemarks>sample string 5</RejectRemarks> <Request_ID>1</Request_ID> <Return_DC>sample string 4</Return_DC> <ToUnit>1</ToUnit> </Machine_GatePass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |