POST api/Zevez/rwsystem/APVendor
Request Information
URI Parameters
None.
Body Parameters
Collection of SysVendor| Name | Description | Type | Additional 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 |
|
| 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
[
{
"Id": 1,
"CustomerNumber": "sample string 2",
"ForeignId": "sample string 3",
"VendorName": "sample string 4",
"VendorGuid": "01fae905-d11b-4a72-bcc6-85093342dbb3",
"Timestamp": "2026-04-09T10:24:15.4182763+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": "4e07c559-34dc-436c-ac75-862a9e03eb97",
"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": "01fae905-d11b-4a72-bcc6-85093342dbb3",
"Timestamp": "2026-04-09T10:24:15.4182763+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": "4e07c559-34dc-436c-ac75-862a9e03eb97",
"GlobalVendorName": "sample string 19",
"StartSearchDate": "sample string 20",
"EndSearchDate": "sample string 21",
"SetToGlobal": true
}
]
application/xml, text/xml
<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>4e07c559-34dc-436c-ac75-862a9e03eb97</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:24:15.4182763+00:00</Timestamp>
<Url>sample string 16</Url>
<VendorGuid>01fae905-d11b-4a72-bcc6-85093342dbb3</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>4e07c559-34dc-436c-ac75-862a9e03eb97</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:24:15.4182763+00:00</Timestamp>
<Url>sample string 16</Url>
<VendorGuid>01fae905-d11b-4a72-bcc6-85093342dbb3</VendorGuid>
<VendorName>sample string 4</VendorName>
<Zip>sample string 10</Zip>
</SysVendor>
</ArrayOfSysVendor>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.