POST Max/ProfitAndLossWithTradeReport

Request Information

URI Parameters

None.

Body Parameters

Reports
NameDescriptionTypeAdditional information
fromdate

string

None.

todate

string

None.

company

string

None.

account

string

None.

entity

string

None.

costcenter

string

None.

interco

string

None.

accountgroup

string

None.

projects

string

None.

relatedparty

string

None.

fExcRate

decimal number

None.

currency

string

None.

iType

integer

None.

trade

string

None.

division

string

None.

GLType

integer

None.

iUser

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fromdate": "sample string 1",
  "todate": "sample string 2",
  "company": "sample string 3",
  "account": "sample string 4",
  "entity": "sample string 5",
  "costcenter": "sample string 6",
  "interco": "sample string 7",
  "accountgroup": "sample string 8",
  "projects": "sample string 9",
  "relatedparty": "sample string 10",
  "fExcRate": 11.0,
  "currency": "sample string 12",
  "iType": 13,
  "trade": "sample string 14",
  "division": "sample string 15",
  "GLType": 16,
  "iUser": 17
}

application/octet-stream

Sample:
{"fromdate":"sample string 1","todate":"sample string 2","company":"sample string 3","account":"sample string 4","entity":"sample string 5","costcenter":"sample string 6","interco":"sample string 7","accountgroup":"sample string 8","projects":"sample string 9","relatedparty":"sample string 10","fExcRate":11.0,"currency":"sample string 12","iType":13,"trade":"sample string 14","division":"sample string 15","GLType":16,"iUser":17}

application/xml, text/xml

Sample:
<Reports xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaxBI.WebAPI.Models">
  <GLType>16</GLType>
  <account>sample string 4</account>
  <accountgroup>sample string 8</accountgroup>
  <company>sample string 3</company>
  <costcenter>sample string 6</costcenter>
  <currency>sample string 12</currency>
  <division>sample string 15</division>
  <entity>sample string 5</entity>
  <fExcRate>11</fExcRate>
  <fromdate>sample string 1</fromdate>
  <iType>13</iType>
  <iUser>17</iUser>
  <interco>sample string 7</interco>
  <projects>sample string 9</projects>
  <relatedparty>sample string 10</relatedparty>
  <todate>sample string 2</todate>
  <trade>sample string 14</trade>
</Reports>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.