POST api/Invoice/PostErrorEDIVendorInv

Request Information

URI Parameters

None.

Body Parameters

EDIVendorInvoice
NameDescriptionTypeAdditional information
EVIN_ID

integer

None.

EVN_CP_ID

integer

None.

EVN_EDI_TYPE

string

None.

EVN_INV_NUM

string

None.

EVN_FILE_NAME

string

None.

EVN_TEXT

string

None.

EVN_STATUS

string

None.

EVN_F_STATUS

string

None.

EVN_ACT_FILE_NAME

string

None.

EVIN_P_ERROR_LOG

string

None.

EVIN_X_REASON

integer

None.

EVIN_X_REMARKS

string

None.

EVN_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EVIN_ID": 1,
  "EVN_CP_ID": 1,
  "EVN_EDI_TYPE": "sample string 1",
  "EVN_INV_NUM": "sample string 2",
  "EVN_FILE_NAME": "sample string 3",
  "EVN_TEXT": "sample string 4",
  "EVN_STATUS": "sample string 5",
  "EVN_F_STATUS": "sample string 6",
  "EVN_ACT_FILE_NAME": "sample string 7",
  "EVIN_P_ERROR_LOG": "sample string 8",
  "EVIN_X_REASON": 1,
  "EVIN_X_REMARKS": "sample string 9",
  "EVN_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<EDIVendorInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <EVIN_ID>1</EVIN_ID>
  <EVIN_P_ERROR_LOG>sample string 8</EVIN_P_ERROR_LOG>
  <EVIN_X_REASON>1</EVIN_X_REASON>
  <EVIN_X_REMARKS>sample string 9</EVIN_X_REMARKS>
  <EVN_ACT_FILE_NAME>sample string 7</EVN_ACT_FILE_NAME>
  <EVN_CP_ID>1</EVN_CP_ID>
  <EVN_CREATED_BY>1</EVN_CREATED_BY>
  <EVN_EDI_TYPE>sample string 1</EVN_EDI_TYPE>
  <EVN_FILE_NAME>sample string 3</EVN_FILE_NAME>
  <EVN_F_STATUS>sample string 6</EVN_F_STATUS>
  <EVN_INV_NUM>sample string 2</EVN_INV_NUM>
  <EVN_STATUS>sample string 5</EVN_STATUS>
  <EVN_TEXT>sample string 4</EVN_TEXT>
</EDIVendorInvoice>

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.