POST api/v1/finance_Vendor

Request Information

URI Parameters

None.

Body Parameters

Finance_VendorVM
NameDescriptionTypeAdditional information
vendorId

integer

None.

company

string

None.

address

string

None.

phoneNumber

string

None.

emailAddress

string

None.

tenantId

integer

None.

createdBy

integer

None.

dateCreated

date

None.

firstName

string

None.

lastName

string

None.

name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "vendorId": 1,
  "company": "sample string 2",
  "address": "sample string 3",
  "phoneNumber": "sample string 4",
  "emailAddress": "sample string 5",
  "tenantId": 6,
  "createdBy": 7,
  "dateCreated": "2024-09-19T11:02:41.3541033-07:00",
  "firstName": "sample string 9",
  "lastName": "sample string 10",
  "name": "sample string 11"
}

application/xml, text/xml

Sample:
<Finance_VendorVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <address>sample string 3</address>
  <company>sample string 2</company>
  <createdBy>7</createdBy>
  <dateCreated>2024-09-19T11:02:41.3541033-07:00</dateCreated>
  <emailAddress>sample string 5</emailAddress>
  <firstName>sample string 9</firstName>
  <lastName>sample string 10</lastName>
  <name>sample string 11</name>
  <phoneNumber>sample string 4</phoneNumber>
  <tenantId>6</tenantId>
  <vendorId>1</vendorId>
</Finance_VendorVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.