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_ModelName | 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": "2024-11-28T16:18:14.6845269+05:30" }, { "HeaderId": 1, "DocDate": "sample string 2", "DocNo": "sample string 3", "iCompany": 4, "bPosted": 5, "dPostDate": "2024-11-28T16:18:14.6845269+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":"2024-11-28T16:18:14.6845269+05:30"},{"HeaderId":1,"DocDate":"sample string 2","DocNo":"sample string 3","iCompany":4,"bPosted":5,"dPostDate":"2024-11-28T16:18:14.6845269+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>2024-11-28T16:18:14.6845269+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>2024-11-28T16:18:14.6845269+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.