PUT api/Zevez/rwsystem/APVendor

Request Information

URI Parameters

None.

Body Parameters

Collection of SysVendor
NameDescriptionTypeAdditional information
Id

integer

None.

CustomerNumber

string

String length: inclusive between 0 and 255

ForeignId

string

String length: inclusive between 0 and 255

VendorName

string

String length: inclusive between 0 and 255

VendorGuid

globally unique identifier

None.

Timestamp

date

None.

PrintOptions

integer

None.

AddressLine1

string

String length: inclusive between 0 and 255

AddressLine2

string

String length: inclusive between 0 and 255

City

string

String length: inclusive between 0 and 255

State

string

String length: inclusive between 0 and 255

Zip

string

String length: inclusive between 0 and 255

Phone1

string

String length: inclusive between 0 and 255

Email

string

String length: inclusive between 0 and 255

ContactName

string

String length: inclusive between 0 and 255

Fax

string

String length: inclusive between 0 and 255

OrgId

string

String length: inclusive between 0 and 255

Url

string

String length: inclusive between 0 and 255

PaymentType

integer

None.

ContactPreference

string

String length: inclusive between 0 and 255

ConditionalStatus

integer

None.

ConditionalTerms

string

String length: inclusive between 0 and 255

ConditionalVendor

boolean

None.

GlobalVendorGUID

globally unique identifier

None.

GlobalVendorName

string

None.

StartSearchDate

string

None.

EndSearchDate

string

None.

SetToGlobal

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "CustomerNumber": "sample string 2",
    "ForeignId": "sample string 3",
    "VendorName": "sample string 4",
    "VendorGuid": "5af47b85-eead-4213-9ead-bc4fc53fbce3",
    "Timestamp": "2026-04-09T10:25:27.517994+00:00",
    "PrintOptions": 1,
    "AddressLine1": "sample string 6",
    "AddressLine2": "sample string 7",
    "City": "sample string 8",
    "State": "sample string 9",
    "Zip": "sample string 10",
    "Phone1": "sample string 11",
    "Email": "sample string 12",
    "ContactName": "sample string 13",
    "Fax": "sample string 14",
    "OrgId": "sample string 15",
    "Url": "sample string 16",
    "PaymentType": 1,
    "ContactPreference": "sample string 17",
    "ConditionalStatus": 1,
    "ConditionalTerms": "sample string 18",
    "ConditionalVendor": true,
    "GlobalVendorGUID": "0a5ddf72-ee3c-4c28-a051-dc53d42233cb",
    "GlobalVendorName": "sample string 19",
    "StartSearchDate": "sample string 20",
    "EndSearchDate": "sample string 21",
    "SetToGlobal": true
  },
  {
    "Id": 1,
    "CustomerNumber": "sample string 2",
    "ForeignId": "sample string 3",
    "VendorName": "sample string 4",
    "VendorGuid": "5af47b85-eead-4213-9ead-bc4fc53fbce3",
    "Timestamp": "2026-04-09T10:25:27.517994+00:00",
    "PrintOptions": 1,
    "AddressLine1": "sample string 6",
    "AddressLine2": "sample string 7",
    "City": "sample string 8",
    "State": "sample string 9",
    "Zip": "sample string 10",
    "Phone1": "sample string 11",
    "Email": "sample string 12",
    "ContactName": "sample string 13",
    "Fax": "sample string 14",
    "OrgId": "sample string 15",
    "Url": "sample string 16",
    "PaymentType": 1,
    "ContactPreference": "sample string 17",
    "ConditionalStatus": 1,
    "ConditionalTerms": "sample string 18",
    "ConditionalVendor": true,
    "GlobalVendorGUID": "0a5ddf72-ee3c-4c28-a051-dc53d42233cb",
    "GlobalVendorName": "sample string 19",
    "StartSearchDate": "sample string 20",
    "EndSearchDate": "sample string 21",
    "SetToGlobal": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfSysVendor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
  <SysVendor>
    <AddressLine1>sample string 6</AddressLine1>
    <AddressLine2>sample string 7</AddressLine2>
    <City>sample string 8</City>
    <ConditionalStatus>1</ConditionalStatus>
    <ConditionalTerms>sample string 18</ConditionalTerms>
    <ConditionalVendor>true</ConditionalVendor>
    <ContactName>sample string 13</ContactName>
    <ContactPreference>sample string 17</ContactPreference>
    <CustomerNumber>sample string 2</CustomerNumber>
    <Email>sample string 12</Email>
    <EndSearchDate>sample string 21</EndSearchDate>
    <Fax>sample string 14</Fax>
    <ForeignId>sample string 3</ForeignId>
    <GlobalVendorGUID>0a5ddf72-ee3c-4c28-a051-dc53d42233cb</GlobalVendorGUID>
    <GlobalVendorName>sample string 19</GlobalVendorName>
    <Id>1</Id>
    <OrgId>sample string 15</OrgId>
    <PaymentType>1</PaymentType>
    <Phone1>sample string 11</Phone1>
    <PrintOptions>1</PrintOptions>
    <SetToGlobal>true</SetToGlobal>
    <StartSearchDate>sample string 20</StartSearchDate>
    <State>sample string 9</State>
    <Timestamp>2026-04-09T10:25:27.517994+00:00</Timestamp>
    <Url>sample string 16</Url>
    <VendorGuid>5af47b85-eead-4213-9ead-bc4fc53fbce3</VendorGuid>
    <VendorName>sample string 4</VendorName>
    <Zip>sample string 10</Zip>
  </SysVendor>
  <SysVendor>
    <AddressLine1>sample string 6</AddressLine1>
    <AddressLine2>sample string 7</AddressLine2>
    <City>sample string 8</City>
    <ConditionalStatus>1</ConditionalStatus>
    <ConditionalTerms>sample string 18</ConditionalTerms>
    <ConditionalVendor>true</ConditionalVendor>
    <ContactName>sample string 13</ContactName>
    <ContactPreference>sample string 17</ContactPreference>
    <CustomerNumber>sample string 2</CustomerNumber>
    <Email>sample string 12</Email>
    <EndSearchDate>sample string 21</EndSearchDate>
    <Fax>sample string 14</Fax>
    <ForeignId>sample string 3</ForeignId>
    <GlobalVendorGUID>0a5ddf72-ee3c-4c28-a051-dc53d42233cb</GlobalVendorGUID>
    <GlobalVendorName>sample string 19</GlobalVendorName>
    <Id>1</Id>
    <OrgId>sample string 15</OrgId>
    <PaymentType>1</PaymentType>
    <Phone1>sample string 11</Phone1>
    <PrintOptions>1</PrintOptions>
    <SetToGlobal>true</SetToGlobal>
    <StartSearchDate>sample string 20</StartSearchDate>
    <State>sample string 9</State>
    <Timestamp>2026-04-09T10:25:27.517994+00:00</Timestamp>
    <Url>sample string 16</Url>
    <VendorGuid>5af47b85-eead-4213-9ead-bc4fc53fbce3</VendorGuid>
    <VendorName>sample string 4</VendorName>
    <Zip>sample string 10</Zip>
  </SysVendor>
</ArrayOfSysVendor>

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.