PUT api/TMSDriver

TMS기사근태정보 수정하기

Detailed Information

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
수정할 기사정보

Define this parameter in the request body.

Parameter Information

model

Property Description
AUTO_ID (Nullable`1)
차량ID[KEY, ID]
AUTO_WorkType (Nullable`1)
[*U]근무상태구분[SystemCodeID]
AUTO_Code (String)
차량코드
AUTO_RegNo (String)
차량번호
S_AUTO_IsEnableBonded (String)
보세운송[가능, 불가]
S_AUTO_IsSetLift (String)
LIFT설치여부[설치, 미설치]
S_AUTO_IsSetNoVibe (String)
무진동설치여부[설치, 미설치]
S_AUTO_IsSetTemperature (String)
온도조절설치여부[설치, 미설치]
AUTO_DriverPhone (String)
기사연락처
AUTO_TMSUpMan (Nullable`1)
[*U]수정자[ID] : Data를 최종 수정한 사용자ID
AUTO_TMSUpDate (DateTime)
수정일 : Data를 최종 수정한 일자와 시간
TC_AUTO_TMSUpDate (Nullable`1)
[*U]수정일 Ticks값
SC_AUTO_WorkPlace (String)
[*U]근무사업장[코드]
SC_AUTO_Driver (String)
[*U]기사[코드]
SN_AUTO_WorkType (String)
근무상태구분[명]
SN_AUTO_CarType (String)
종류[명]
SN_AUTO_Ton (String)
중량[명]
SN_AUTO_TMSUpMan (String)
수정자[명]
i_AppCode (String)
[*CRUD]Application 코드 : 요청하는 Application(Client)
i_Index (Int32)
순번 : list의 내부순번(DB에서 data load시 결정됨)
i_PageRowNumber (String)
Page순번 : paging list에서 UI에 표시되는 순번(paging list에서만 사용됨)
i_ItemsCount (String)
결과목록총수 : paging list에서 query결과목록의 총수(paging list에서만 사용됨)

Request body formats

application/json, text/json

Sample:
{
  "AUTO_ID": 1,
  "AUTO_WorkType": 1,
  "AUTO_Code": "sample string 1",
  "AUTO_RegNo": "sample string 2",
  "S_AUTO_IsEnableBonded": "sample string 3",
  "S_AUTO_IsSetLift": "sample string 4",
  "S_AUTO_IsSetNoVibe": "sample string 5",
  "S_AUTO_IsSetTemperature": "sample string 6",
  "AUTO_DriverPhone": "sample string 7",
  "AUTO_TMSUpMan": 1,
  "AUTO_TMSUpDate": "2026-09-10T13:57:29.2465939+09:00",
  "TC_AUTO_TMSUpDate": 1,
  "SC_AUTO_WorkPlace": "sample string 9",
  "SC_AUTO_Driver": "sample string 10",
  "SN_AUTO_WorkType": "sample string 11",
  "SN_AUTO_CarType": "sample string 12",
  "SN_AUTO_Ton": "sample string 13",
  "SN_AUTO_TMSUpMan": "sample string 14",
  "i_AppCode": "sample string 15",
  "i_Index": 16,
  "i_PageRowNumber": "sample string 17",
  "i_ItemsCount": "sample string 18"
}

application/xml, text/xml

Sample:
<TMSDriver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model.CT">
  <i_AppCode xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 15</i_AppCode>
  <i_Index xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">16</i_Index>
  <i_ItemsCount xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 18</i_ItemsCount>
  <i_PageRowNumber xmlns="http://schemas.datacontract.org/2004/07/MagicLamp.Model.Model">sample string 17</i_PageRowNumber>
  <AUTO_Code>sample string 1</AUTO_Code>
  <AUTO_DriverPhone>sample string 7</AUTO_DriverPhone>
  <AUTO_ID>1</AUTO_ID>
  <AUTO_RegNo>sample string 2</AUTO_RegNo>
  <AUTO_TMSUpDate>2026-09-10T13:57:29.2465939+09:00</AUTO_TMSUpDate>
  <AUTO_TMSUpMan>1</AUTO_TMSUpMan>
  <AUTO_WorkType>1</AUTO_WorkType>
  <SC_AUTO_Driver>sample string 10</SC_AUTO_Driver>
  <SC_AUTO_WorkPlace>sample string 9</SC_AUTO_WorkPlace>
  <SN_AUTO_CarType>sample string 12</SN_AUTO_CarType>
  <SN_AUTO_TMSUpMan>sample string 14</SN_AUTO_TMSUpMan>
  <SN_AUTO_Ton>sample string 13</SN_AUTO_Ton>
  <SN_AUTO_WorkType>sample string 11</SN_AUTO_WorkType>
  <S_AUTO_IsEnableBonded>sample string 3</S_AUTO_IsEnableBonded>
  <S_AUTO_IsSetLift>sample string 4</S_AUTO_IsSetLift>
  <S_AUTO_IsSetNoVibe>sample string 5</S_AUTO_IsSetNoVibe>
  <S_AUTO_IsSetTemperature>sample string 6</S_AUTO_IsSetTemperature>
  <TC_AUTO_TMSUpDate>1</TC_AUTO_TMSUpDate>
</TMSDriver>

application/x-www-form-urlencoded

Sample:

Sample not available.