POST Max/PostRevModule?iCompany={iCompany}&dPostDate={dPostDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iCompany | integer |
Required |
|
| dPostDate | string |
Required |
Body Parameters
RevMod_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| RevMod_Type | Collection of RevMod_Type_Model |
None. |
|
| iUser | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RevMod_Type": [
{
"HeaderId": 1,
"DocDate": "sample string 2",
"DocNo": "sample string 3",
"iCompany": 4,
"bPosted": 5,
"dPostDate": "2025-12-17T06:45:17.7617819+05:30"
},
{
"HeaderId": 1,
"DocDate": "sample string 2",
"DocNo": "sample string 3",
"iCompany": 4,
"bPosted": 5,
"dPostDate": "2025-12-17T06:45:17.7617819+05:30"
}
],
"iUser": 1
}
application/octet-stream
Sample:
{"RevMod_Type":[{"HeaderId":1,"DocDate":"sample string 2","DocNo":"sample string 3","iCompany":4,"bPosted":5,"dPostDate":"2025-12-17T06:45:17.7617819+05:30"},{"HeaderId":1,"DocDate":"sample string 2","DocNo":"sample string 3","iCompany":4,"bPosted":5,"dPostDate":"2025-12-17T06:45:17.7617819+05:30"}],"iUser":1}
application/xml, text/xml
Sample:
<RevMod_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaxBI.WebAPI.Models">
<RevMod_Type>
<RevMod_Type_Model>
<DocDate>sample string 2</DocDate>
<DocNo>sample string 3</DocNo>
<HeaderId>1</HeaderId>
<bPosted>5</bPosted>
<dPostDate>2025-12-17T06:45:17.7617819+05:30</dPostDate>
<iCompany>4</iCompany>
</RevMod_Type_Model>
<RevMod_Type_Model>
<DocDate>sample string 2</DocDate>
<DocNo>sample string 3</DocNo>
<HeaderId>1</HeaderId>
<bPosted>5</bPosted>
<dPostDate>2025-12-17T06:45:17.7617819+05:30</dPostDate>
<iCompany>4</iCompany>
</RevMod_Type_Model>
</RevMod_Type>
<iUser>1</iUser>
</RevMod_Model>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, application/xml, text/xml
Sample:
Sample not available.