POST api/OracleFusion/JsonOutput

Request Information

URI Parameters

None.

Body Parameters

OraclefusionInput
NameDescriptionTypeAdditional information
EINV_DATE

date

None.

EINV_CP_ID

integer

None.

EINV_TRANS_ID

integer

None.

EINV_MONTH

integer

None.

EINV_YEAR

string

None.

EVIN_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EINV_DATE": "2025-12-06T05:20:43.5560265+00:00",
  "EINV_CP_ID": 1,
  "EINV_TRANS_ID": 1,
  "EINV_MONTH": 1,
  "EINV_YEAR": "sample string 1",
  "EVIN_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<OraclefusionInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <EINV_CP_ID>1</EINV_CP_ID>
  <EINV_DATE>2025-12-06T05:20:43.5560265+00:00</EINV_DATE>
  <EINV_MONTH>1</EINV_MONTH>
  <EINV_TRANS_ID>1</EINV_TRANS_ID>
  <EINV_YEAR>sample string 1</EINV_YEAR>
  <EVIN_CREATED_BY>1</EVIN_CREATED_BY>
</OraclefusionInput>

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.