POST api/MSEXTMIagr
Request Information
URI Parameters
None.
Body Parameters
MSEXTMI__Model_agr| Name | Description | Type | Additional information |
|---|---|---|---|
| EditMode | integer |
None. |
|
| MSEXTMI_Index | integer |
None. |
|
| TableNumber | integer |
None. |
|
| DB | string |
None. |
|
| vcmx1 | string |
None. |
|
| vcmx2 | string |
None. |
|
| vcmx3 | string |
None. |
|
| vcmx4 | string |
None. |
|
| vc1 | string |
None. |
|
| vc2 | string |
None. |
|
| vc3 | string |
None. |
|
| vc4 | string |
None. |
|
| BranchID | integer |
None. |
|
| int1 | integer |
None. |
|
| bit1 | boolean |
None. |
|
| smint1 | integer |
None. |
|
| smint2 | integer |
None. |
|
| date1 | date |
None. |
|
| time1 | time interval |
None. |
|
| dtime1 | date |
None. |
|
| img1 | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"EditMode": 1,
"MSEXTMI_Index": 2,
"TableNumber": 3,
"DB": "sample string 4",
"vcmx1": "sample string 5",
"vcmx2": "sample string 6",
"vcmx3": "sample string 7",
"vcmx4": "sample string 8",
"vc1": "sample string 9",
"vc2": "sample string 10",
"vc3": "sample string 11",
"vc4": "sample string 12",
"BranchID": 1,
"int1": 1,
"bit1": true,
"smint1": 1,
"smint2": 1,
"date1": "2025-12-06T05:49:45.0387891+02:00",
"time1": "00:00:00.1234567",
"dtime1": "2025-12-06T05:49:45.0387891+02:00",
"img1": "QEA="
}
application/xml, text/xml
Sample:
<MSEXTMI__Model_agr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdroitERPWebApis"> <BranchID>1</BranchID> <DB>sample string 4</DB> <EditMode>1</EditMode> <MSEXTMI_Index>2</MSEXTMI_Index> <TableNumber>3</TableNumber> <bit1>true</bit1> <date1>2025-12-06T05:49:45.0387891+02:00</date1> <dtime1>2025-12-06T05:49:45.0387891+02:00</dtime1> <img1>QEA=</img1> <int1>1</int1> <smint1>1</smint1> <smint2>1</smint2> <time1>PT0.1234567S</time1> <vc1>sample string 9</vc1> <vc2>sample string 10</vc2> <vc3>sample string 11</vc3> <vc4>sample string 12</vc4> <vcmx1>sample string 5</vcmx1> <vcmx2>sample string 6</vcmx2> <vcmx3>sample string 7</vcmx3> <vcmx4>sample string 8</vcmx4> </MSEXTMI__Model_agr>
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.