POST api/Voucher?StementID4={StementID4}&AgentCode4={AgentCode4}&LCode4={LCode4}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
StementID4
No documentation available.

Define this parameter in the request URI.

AgentCode4
No documentation available.

Define this parameter in the request URI.

LCode4
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "SUR": 1,
    "TMA_I": 2,
    "TMA_II": 3,
    "JMA_I": 4,
    "JMA_II": 5,
    "DMA": 6,
    "MA": 7,
    "SMA": 8,
    "AMO": 9,
    "MO": 10,
    "SMO": 11,
    "PMO": 12,
    "JRM": 13,
    "ARM": 14,
    "RM": 15,
    "SRM": 16,
    "CRM": 17,
    "Status": "sample string 18"
  },
  {
    "SUR": 1,
    "TMA_I": 2,
    "TMA_II": 3,
    "JMA_I": 4,
    "JMA_II": 5,
    "DMA": 6,
    "MA": 7,
    "SMA": 8,
    "AMO": 9,
    "MO": 10,
    "SMO": 11,
    "PMO": 12,
    "JRM": 13,
    "ARM": 14,
    "RM": 15,
    "SRM": 16,
    "CRM": 17,
    "Status": "sample string 18"
  },
  {
    "SUR": 1,
    "TMA_I": 2,
    "TMA_II": 3,
    "JMA_I": 4,
    "JMA_II": 5,
    "DMA": 6,
    "MA": 7,
    "SMA": 8,
    "AMO": 9,
    "MO": 10,
    "SMO": 11,
    "PMO": 12,
    "JRM": 13,
    "ARM": 14,
    "RM": 15,
    "SRM": 16,
    "CRM": 17,
    "Status": "sample string 18"
  }
]

text/xml

Sample:
<ArrayOfclsVoucherPrint4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models">
  <clsVoucherPrint4>
    <AMO>9</AMO>
    <ARM>14</ARM>
    <CRM>17</CRM>
    <DMA>6</DMA>
    <JMA_I>4</JMA_I>
    <JMA_II>5</JMA_II>
    <JRM>13</JRM>
    <MA>7</MA>
    <MO>10</MO>
    <PMO>12</PMO>
    <RM>15</RM>
    <SMA>8</SMA>
    <SMO>11</SMO>
    <SRM>16</SRM>
    <SUR>1</SUR>
    <Status>sample string 18</Status>
    <TMA_I>2</TMA_I>
    <TMA_II>3</TMA_II>
  </clsVoucherPrint4>
  <clsVoucherPrint4>
    <AMO>9</AMO>
    <ARM>14</ARM>
    <CRM>17</CRM>
    <DMA>6</DMA>
    <JMA_I>4</JMA_I>
    <JMA_II>5</JMA_II>
    <JRM>13</JRM>
    <MA>7</MA>
    <MO>10</MO>
    <PMO>12</PMO>
    <RM>15</RM>
    <SMA>8</SMA>
    <SMO>11</SMO>
    <SRM>16</SRM>
    <SUR>1</SUR>
    <Status>sample string 18</Status>
    <TMA_I>2</TMA_I>
    <TMA_II>3</TMA_II>
  </clsVoucherPrint4>
  <clsVoucherPrint4>
    <AMO>9</AMO>
    <ARM>14</ARM>
    <CRM>17</CRM>
    <DMA>6</DMA>
    <JMA_I>4</JMA_I>
    <JMA_II>5</JMA_II>
    <JRM>13</JRM>
    <MA>7</MA>
    <MO>10</MO>
    <PMO>12</PMO>
    <RM>15</RM>
    <SMA>8</SMA>
    <SMO>11</SMO>
    <SRM>16</SRM>
    <SUR>1</SUR>
    <Status>sample string 18</Status>
    <TMA_I>2</TMA_I>
    <TMA_II>3</TMA_II>
  </clsVoucherPrint4>
</ArrayOfclsVoucherPrint4>