POST ictsavecode/{COMcode}/broughtforward-ledger
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| COMcode | string |
Required |
Body Parameters
M5BroughtForwardLedgerDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ABFautoNo | integer |
None. |
|
| ABFcode | string |
None. |
|
| ABFsum1 | decimal number |
None. |
|
| ABFsum2 | decimal number |
None. |
|
| ABFsum3 | decimal number |
None. |
|
| ABFsum4 | decimal number |
None. |
|
| ABFsum5 | decimal number |
None. |
|
| ABFsum6 | decimal number |
None. |
|
| ABFsum7 | decimal number |
None. |
|
| ABFsum8 | decimal number |
None. |
|
| ABFsum9 | decimal number |
None. |
|
| ABFsum10 | decimal number |
None. |
|
| ABFsum11 | decimal number |
None. |
|
| ABFmark | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ABFautoNo": 1,
"ABFcode": "sample string 2",
"ABFsum1": 3.0,
"ABFsum2": 4.0,
"ABFsum3": 5.0,
"ABFsum4": 6.0,
"ABFsum5": 7.0,
"ABFsum6": 8.0,
"ABFsum7": 9.0,
"ABFsum8": 10.0,
"ABFsum9": 11.0,
"ABFsum10": 12.0,
"ABFsum11": 13.0,
"ABFmark": 14
}
application/xml, text/xml
Sample:
<M5BroughtForwardLedgerDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M5L_WebAPI.Models"> <ABFautoNo>1</ABFautoNo> <ABFcode>sample string 2</ABFcode> <ABFmark>14</ABFmark> <ABFsum1>3</ABFsum1> <ABFsum10>12</ABFsum10> <ABFsum11>13</ABFsum11> <ABFsum2>4</ABFsum2> <ABFsum3>5</ABFsum3> <ABFsum4>6</ABFsum4> <ABFsum5>7</ABFsum5> <ABFsum6>8</ABFsum6> <ABFsum7>9</ABFsum7> <ABFsum8>10</ABFsum8> <ABFsum9>11</ABFsum9> </M5BroughtForwardLedgerDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.