POST api/EDI/PutEDIVendorInvMapping

Request Information

URI Parameters

None.

Body Parameters

EDIVendorInvoiceMapping
NameDescriptionTypeAdditional information
EDV_ID

integer

None.

EDV_CP_ID

integer

None.

EDV_TYPE

string

None.

EDV_OBJ_TYPE

string

None.

EDV_ORG_VALUE1

string

None.

EDV_ORG_VALUE2

string

None.

EDV_ORG_VALUE3

string

None.

EDV_ORG_VALUE4

string

None.

EDV_ORG_VALUE5

string

None.

EDV_MAP_VALUE

string

None.

EDV_NOTES

string

None.

EDV_PROGRAM_ID

string

None.

EDV_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EDV_ID": 1,
  "EDV_CP_ID": 1,
  "EDV_TYPE": "sample string 1",
  "EDV_OBJ_TYPE": "sample string 2",
  "EDV_ORG_VALUE1": "sample string 3",
  "EDV_ORG_VALUE2": "sample string 4",
  "EDV_ORG_VALUE3": "sample string 5",
  "EDV_ORG_VALUE4": "sample string 6",
  "EDV_ORG_VALUE5": "sample string 7",
  "EDV_MAP_VALUE": "sample string 8",
  "EDV_NOTES": "sample string 9",
  "EDV_PROGRAM_ID": "sample string 10",
  "EDV_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<EDIVendorInvoiceMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <EDV_CP_ID>1</EDV_CP_ID>
  <EDV_CREATED_BY>1</EDV_CREATED_BY>
  <EDV_ID>1</EDV_ID>
  <EDV_MAP_VALUE>sample string 8</EDV_MAP_VALUE>
  <EDV_NOTES>sample string 9</EDV_NOTES>
  <EDV_OBJ_TYPE>sample string 2</EDV_OBJ_TYPE>
  <EDV_ORG_VALUE1>sample string 3</EDV_ORG_VALUE1>
  <EDV_ORG_VALUE2>sample string 4</EDV_ORG_VALUE2>
  <EDV_ORG_VALUE3>sample string 5</EDV_ORG_VALUE3>
  <EDV_ORG_VALUE4>sample string 6</EDV_ORG_VALUE4>
  <EDV_ORG_VALUE5>sample string 7</EDV_ORG_VALUE5>
  <EDV_PROGRAM_ID>sample string 10</EDV_PROGRAM_ID>
  <EDV_TYPE>sample string 1</EDV_TYPE>
</EDIVendorInvoiceMapping>

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.