POST api/users/CheckInSectionWeb

Request Information

URI Parameters

None.

Body Parameters

CheckInSection
NameDescriptionTypeAdditional information
Section

integer

None.

FOptID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Section": 1,
  "FOptID": 2
}

application/xml, text/xml

Sample:
<CheckInSection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
  <FOptID>2</FOptID>
  <Section>1</Section>
</CheckInSection>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MessageModelOfLoginOptInfoViewModel
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Msg

string

None.

Response

LoginOptInfoViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 200,
  "Success": true,
  "Msg": "sample string 3",
  "Response": {
    "FOptID": 1,
    "FCompID": 2,
    "FCompName": "sample string 3",
    "FSectionID": 1,
    "FSectionName": "sample string 4",
    "FOptName": "sample string 5",
    "FTel": "sample string 6",
    "FJobs": 1,
    "FJobsName": "sample string 7",
    "FTitle": "sample string 8",
    "FJobNumber": "sample string 9",
    "FRoleID": 1,
    "FRoleName": "sample string 10",
    "FStatus": 1,
    "Token": "sample string 11",
    "FUpSection": 1,
    "FUpSectionName": "sample string 12",
    "FSectionAll": 13,
    "FSectionIDNext": 14,
    "FSectionList": "sample string 15",
    "MenusList": [
      {
        "FMenuName": "sample string 1",
        "FMenuTitle": "sample string 2",
        "PowerList": [
          {
            "FMenuName": "sample string 1",
            "FMenuTitle": "sample string 2"
          },
          {
            "FMenuName": "sample string 1",
            "FMenuTitle": "sample string 2"
          }
        ]
      },
      {
        "FMenuName": "sample string 1",
        "FMenuTitle": "sample string 2",
        "PowerList": [
          {
            "FMenuName": "sample string 1",
            "FMenuTitle": "sample string 2"
          },
          {
            "FMenuName": "sample string 1",
            "FMenuTitle": "sample string 2"
          }
        ]
      }
    ],
    "SetConfig": {
      "FSetReceiptCheckType": 1,
      "FRoundType": 1,
      "FRecoveryMatchingType": 1,
      "FRegisterEmptyBottleType": 1,
      "FRegisterHeavyBottleType": 1,
      "FRegisterEmptyBottleSpecID": "sample string 1",
      "FRegisterHeavyBottleSpecID": "sample string 2",
      "FFreeMode": 1,
      "FAllGasWeightType": 1,
      "FDepositBottleImportType": 1,
      "FRecoveryMatchingSpecID": "sample string 3",
      "FProInOutScanCodeType": 1,
      "FCreateBottleQRCodeType": 1,
      "FRecoveryEmptyHeavyMatchingType": 1,
      "FGPSType": 1,
      "FBackGasType": 4
    }
  }
}

application/xml, text/xml

Sample:
<MessageModelOfLoginOptInfoViewModelKI6_SDWR9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity">
  <Msg>sample string 3</Msg>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel">
    <d2p1:FCompID>2</d2p1:FCompID>
    <d2p1:FCompName>sample string 3</d2p1:FCompName>
    <d2p1:FJobNumber>sample string 9</d2p1:FJobNumber>
    <d2p1:FJobs>1</d2p1:FJobs>
    <d2p1:FJobsName>sample string 7</d2p1:FJobsName>
    <d2p1:FOptID>1</d2p1:FOptID>
    <d2p1:FOptName>sample string 5</d2p1:FOptName>
    <d2p1:FRoleID>1</d2p1:FRoleID>
    <d2p1:FRoleName>sample string 10</d2p1:FRoleName>
    <d2p1:FSectionAll>13</d2p1:FSectionAll>
    <d2p1:FSectionID>1</d2p1:FSectionID>
    <d2p1:FSectionIDNext>14</d2p1:FSectionIDNext>
    <d2p1:FSectionList>sample string 15</d2p1:FSectionList>
    <d2p1:FSectionName>sample string 4</d2p1:FSectionName>
    <d2p1:FStatus>1</d2p1:FStatus>
    <d2p1:FTel>sample string 6</d2p1:FTel>
    <d2p1:FTitle>sample string 8</d2p1:FTitle>
    <d2p1:FUpSection>1</d2p1:FUpSection>
    <d2p1:FUpSectionName>sample string 12</d2p1:FUpSectionName>
    <d2p1:MenusList>
      <d2p1:AppMenuPowerViewModel>
        <d2p1:FMenuName>sample string 1</d2p1:FMenuName>
        <d2p1:FMenuTitle>sample string 2</d2p1:FMenuTitle>
        <d2p1:PowerList>
          <d2p1:AppMenuPowerListViewModel>
            <d2p1:FMenuName>sample string 1</d2p1:FMenuName>
            <d2p1:FMenuTitle>sample string 2</d2p1:FMenuTitle>
          </d2p1:AppMenuPowerListViewModel>
          <d2p1:AppMenuPowerListViewModel>
            <d2p1:FMenuName>sample string 1</d2p1:FMenuName>
            <d2p1:FMenuTitle>sample string 2</d2p1:FMenuTitle>
          </d2p1:AppMenuPowerListViewModel>
        </d2p1:PowerList>
      </d2p1:AppMenuPowerViewModel>
      <d2p1:AppMenuPowerViewModel>
        <d2p1:FMenuName>sample string 1</d2p1:FMenuName>
        <d2p1:FMenuTitle>sample string 2</d2p1:FMenuTitle>
        <d2p1:PowerList>
          <d2p1:AppMenuPowerListViewModel>
            <d2p1:FMenuName>sample string 1</d2p1:FMenuName>
            <d2p1:FMenuTitle>sample string 2</d2p1:FMenuTitle>
          </d2p1:AppMenuPowerListViewModel>
          <d2p1:AppMenuPowerListViewModel>
            <d2p1:FMenuName>sample string 1</d2p1:FMenuName>
            <d2p1:FMenuTitle>sample string 2</d2p1:FMenuTitle>
          </d2p1:AppMenuPowerListViewModel>
        </d2p1:PowerList>
      </d2p1:AppMenuPowerViewModel>
    </d2p1:MenusList>
    <d2p1:SetConfig>
      <d2p1:FAllGasWeightType>1</d2p1:FAllGasWeightType>
      <d2p1:FBackGasType>4</d2p1:FBackGasType>
      <d2p1:FCreateBottleQRCodeType>1</d2p1:FCreateBottleQRCodeType>
      <d2p1:FDepositBottleImportType>1</d2p1:FDepositBottleImportType>
      <d2p1:FFreeMode>1</d2p1:FFreeMode>
      <d2p1:FGPSType>1</d2p1:FGPSType>
      <d2p1:FProInOutScanCodeType>1</d2p1:FProInOutScanCodeType>
      <d2p1:FRecoveryEmptyHeavyMatchingType>1</d2p1:FRecoveryEmptyHeavyMatchingType>
      <d2p1:FRecoveryMatchingSpecID>sample string 3</d2p1:FRecoveryMatchingSpecID>
      <d2p1:FRecoveryMatchingType>1</d2p1:FRecoveryMatchingType>
      <d2p1:FRegisterEmptyBottleSpecID>sample string 1</d2p1:FRegisterEmptyBottleSpecID>
      <d2p1:FRegisterEmptyBottleType>1</d2p1:FRegisterEmptyBottleType>
      <d2p1:FRegisterHeavyBottleSpecID>sample string 2</d2p1:FRegisterHeavyBottleSpecID>
      <d2p1:FRegisterHeavyBottleType>1</d2p1:FRegisterHeavyBottleType>
      <d2p1:FRoundType>1</d2p1:FRoundType>
      <d2p1:FSetReceiptCheckType>1</d2p1:FSetReceiptCheckType>
    </d2p1:SetConfig>
    <d2p1:Token>sample string 11</d2p1:Token>
  </Response>
  <Status>200</Status>
  <Success>true</Success>
</MessageModelOfLoginOptInfoViewModelKI6_SDWR9>