PUT api/DocTransLog?MID={MID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MID | integer |
Required |
Body Parameters
DocTransLog| Name | Description | Type | Additional information |
|---|---|---|---|
| MID | integer |
Required |
|
| VOCTYPE | string |
Max length: 6 |
|
| REFMID | decimal number |
None. |
|
| USERNAME | string |
Max length: 15 |
|
| MODE | string |
Max length: 10 |
|
| DATETIME | date |
None. |
|
| REMARKS | string |
Max length: 2500 |
|
| SYSTEMNAME | string |
Max length: 20 |
|
| VOCNO | decimal number |
None. |
|
| VOCDATE | date |
None. |
|
| BRANCH_CODE | string |
Max length: 6 |
|
| MODECHECKED | boolean |
None. |
|
| FROM_BRANCH_CODE | string |
Max length: 6 |
|
| AUTH_TOTAL_AMT | decimal number |
None. |
|
| AUTH_MAKING_AMT | decimal number |
None. |
|
| AUTH_METAL_AMT | decimal number |
None. |
|
| AUTH_GROSSWT | decimal number |
None. |
|
| AUTH_PUREWT | decimal number |
None. |
|
| TVMODECHECKED | boolean |
None. |
|
| STOCK_CODE | string |
Max length: 12 |
|
| YEARMONTH | string |
Max length: 6 |
|
| UNIQUEID | string |
Max length: 50 |
|
| GROUPSUMMARY | string |
Max length: 2000 |
|
| PRINTMODECHECKED | boolean |
Required |
|
| PARTY_CODE | string |
Required Max length: 6 |
|
| TRANS_REMARKS | string |
Required Max length: 2500 |
|
| TOTAL_AMOUNTCC | decimal number |
Required |
|
| AUTHORISED_TIME | date |
None. |
|
| AUTHORISED_PERSON | string |
Max length: 30 |
|
| EXEVersionMonthYear | string |
Max length: 20 |
Request Formats
application/json, text/json
Sample:
{
"MID": 1,
"VOCTYPE": "sample string 2",
"REFMID": 3.1,
"USERNAME": "sample string 4",
"MODE": "sample string 5",
"DATETIME": "2025-12-16T07:34:06.6355874+04:00",
"REMARKS": "sample string 7",
"SYSTEMNAME": "sample string 8",
"VOCNO": 9.1,
"VOCDATE": "2025-12-16T07:34:06.6365862+04:00",
"BRANCH_CODE": "sample string 11",
"MODECHECKED": true,
"FROM_BRANCH_CODE": "sample string 13",
"AUTH_TOTAL_AMT": 14.1,
"AUTH_MAKING_AMT": 15.1,
"AUTH_METAL_AMT": 16.1,
"AUTH_GROSSWT": 17.1,
"AUTH_PUREWT": 18.1,
"TVMODECHECKED": true,
"STOCK_CODE": "sample string 20",
"YEARMONTH": "sample string 21",
"UNIQUEID": "sample string 22",
"GROUPSUMMARY": "sample string 23",
"PRINTMODECHECKED": true,
"PARTY_CODE": "sample string 25",
"TRANS_REMARKS": "sample string 26",
"TOTAL_AMOUNTCC": 27.1,
"AUTHORISED_TIME": "2025-12-16T07:34:06.6375879+04:00",
"AUTHORISED_PERSON": "sample string 29",
"EXEVersionMonthYear": "sample string 30"
}
text/html
Sample:
{"MID":1,"VOCTYPE":"sample string 2","REFMID":3.1,"USERNAME":"sample string 4","MODE":"sample string 5","DATETIME":"2025-12-16T07:34:06.6355874+04:00","REMARKS":"sample string 7","SYSTEMNAME":"sample string 8","VOCNO":9.1,"VOCDATE":"2025-12-16T07:34:06.6365862+04:00","BRANCH_CODE":"sample string 11","MODECHECKED":true,"FROM_BRANCH_CODE":"sample string 13","AUTH_TOTAL_AMT":14.1,"AUTH_MAKING_AMT":15.1,"AUTH_METAL_AMT":16.1,"AUTH_GROSSWT":17.1,"AUTH_PUREWT":18.1,"TVMODECHECKED":true,"STOCK_CODE":"sample string 20","YEARMONTH":"sample string 21","UNIQUEID":"sample string 22","GROUPSUMMARY":"sample string 23","PRINTMODECHECKED":true,"PARTY_CODE":"sample string 25","TRANS_REMARKS":"sample string 26","TOTAL_AMOUNTCC":27.1,"AUTHORISED_TIME":"2025-12-16T07:34:06.6375879+04:00","AUTHORISED_PERSON":"sample string 29","EXEVersionMonthYear":"sample string 30"}
application/xml, text/xml
Sample:
<DocTransLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAppApi.Models.General"> <AUTHORISED_PERSON>sample string 29</AUTHORISED_PERSON> <AUTHORISED_TIME>2025-12-16T07:34:06.6375879+04:00</AUTHORISED_TIME> <AUTH_GROSSWT>17.1</AUTH_GROSSWT> <AUTH_MAKING_AMT>15.1</AUTH_MAKING_AMT> <AUTH_METAL_AMT>16.1</AUTH_METAL_AMT> <AUTH_PUREWT>18.1</AUTH_PUREWT> <AUTH_TOTAL_AMT>14.1</AUTH_TOTAL_AMT> <BRANCH_CODE>sample string 11</BRANCH_CODE> <DATETIME>2025-12-16T07:34:06.6355874+04:00</DATETIME> <EXEVersionMonthYear>sample string 30</EXEVersionMonthYear> <FROM_BRANCH_CODE>sample string 13</FROM_BRANCH_CODE> <GROUPSUMMARY>sample string 23</GROUPSUMMARY> <MID>1</MID> <MODE>sample string 5</MODE> <MODECHECKED>true</MODECHECKED> <PARTY_CODE>sample string 25</PARTY_CODE> <PRINTMODECHECKED>true</PRINTMODECHECKED> <REFMID>3.1</REFMID> <REMARKS>sample string 7</REMARKS> <STOCK_CODE>sample string 20</STOCK_CODE> <SYSTEMNAME>sample string 8</SYSTEMNAME> <TOTAL_AMOUNTCC>27.1</TOTAL_AMOUNTCC> <TRANS_REMARKS>sample string 26</TRANS_REMARKS> <TVMODECHECKED>true</TVMODECHECKED> <UNIQUEID>sample string 22</UNIQUEID> <USERNAME>sample string 4</USERNAME> <VOCDATE>2025-12-16T07:34:06.6365862+04:00</VOCDATE> <VOCNO>9.1</VOCNO> <VOCTYPE>sample string 2</VOCTYPE> <YEARMONTH>sample string 21</YEARMONTH> </DocTransLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />