POST Sync/SyncWelder

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SyncAllInfo
NameDescriptionTypeAdditional information
Success

integer

None.

Deptitems

Collection of DeptItems

None.

Welditems

Collection of UserItems

None.

Msg

string

None.

Token

string

None.

Key

string

None.

FileName

string

None.

FilePageCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": 1,
  "Deptitems": [
    {
      "bmid": "sample string 1",
      "bmbm": "sample string 2",
      "bmmc": "sample string 3",
      "sjbmid": "sample string 4",
      "bmcxbm": "sample string 5",
      "bmcxmc": "sample string 6",
      "bmlx": "sample string 7",
      "ty_flag": "sample string 8"
    },
    {
      "bmid": "sample string 1",
      "bmbm": "sample string 2",
      "bmmc": "sample string 3",
      "sjbmid": "sample string 4",
      "bmcxbm": "sample string 5",
      "bmcxmc": "sample string 6",
      "bmlx": "sample string 7",
      "ty_flag": "sample string 8"
    }
  ],
  "Welditems": [
    {
      "rsryjbxx_ryid": "sample string 1",
      "rsryjbxx_gh": "sample string 2",
      "rsryjbxx_rymc": "sample string 3",
      "rsryjbxx_rzbm": "sample string 4",
      "rsryjbxx_gzzt": "sample string 5"
    },
    {
      "rsryjbxx_ryid": "sample string 1",
      "rsryjbxx_gh": "sample string 2",
      "rsryjbxx_rymc": "sample string 3",
      "rsryjbxx_rzbm": "sample string 4",
      "rsryjbxx_gzzt": "sample string 5"
    }
  ],
  "Msg": "sample string 2",
  "Token": "sample string 3",
  "Key": "sample string 4",
  "FileName": "sample string 5",
  "FilePageCount": 6
}

application/xml, text/xml

Sample:
<SyncAllInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Response.Sync">
  <FileName xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 5</FileName>
  <FilePageCount xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">6</FilePageCount>
  <Key xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 4</Key>
  <Msg xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 2</Msg>
  <Success xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">0</Success>
  <Token xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 3</Token>
  <Deptitems>
    <DeptItems>
      <bmbm>sample string 2</bmbm>
      <bmcxbm>sample string 5</bmcxbm>
      <bmcxmc>sample string 6</bmcxmc>
      <bmid>sample string 1</bmid>
      <bmlx>sample string 7</bmlx>
      <bmmc>sample string 3</bmmc>
      <sjbmid>sample string 4</sjbmid>
      <ty_flag>sample string 8</ty_flag>
    </DeptItems>
    <DeptItems>
      <bmbm>sample string 2</bmbm>
      <bmcxbm>sample string 5</bmcxbm>
      <bmcxmc>sample string 6</bmcxmc>
      <bmid>sample string 1</bmid>
      <bmlx>sample string 7</bmlx>
      <bmmc>sample string 3</bmmc>
      <sjbmid>sample string 4</sjbmid>
      <ty_flag>sample string 8</ty_flag>
    </DeptItems>
  </Deptitems>
  <Success>1</Success>
  <Welditems>
    <UserItems>
      <rsryjbxx_gh>sample string 2</rsryjbxx_gh>
      <rsryjbxx_gzzt>sample string 5</rsryjbxx_gzzt>
      <rsryjbxx_ryid>sample string 1</rsryjbxx_ryid>
      <rsryjbxx_rymc>sample string 3</rsryjbxx_rymc>
      <rsryjbxx_rzbm>sample string 4</rsryjbxx_rzbm>
    </UserItems>
    <UserItems>
      <rsryjbxx_gh>sample string 2</rsryjbxx_gh>
      <rsryjbxx_gzzt>sample string 5</rsryjbxx_gzzt>
      <rsryjbxx_ryid>sample string 1</rsryjbxx_ryid>
      <rsryjbxx_rymc>sample string 3</rsryjbxx_rymc>
      <rsryjbxx_rzbm>sample string 4</rsryjbxx_rzbm>
    </UserItems>
  </Welditems>
</SyncAllInfo>