PUT api/vendor
Request Information
URI Parameters
None.
Body Parameters
VendorModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorId | integer |
None. |
|
| VendorCompanyName | string |
None. |
|
| CountryId | integer |
None. |
|
| CountryName | string |
None. |
|
| TypeOfVendorId | integer |
None. |
|
| TypeOfVendor | string |
None. |
|
| SpecializedHealthcareProvider | string |
None. |
|
| SourceNameId | integer |
None. |
|
| CorporateCompanyName | string |
None. |
|
| HeadquarterCountryId | integer |
None. |
|
| HeadquarterCountryName | string |
None. |
|
| IsGlobal | boolean |
None. |
|
| Active | boolean |
None. |
|
| Status | boolean |
None. |
|
| InternationalNetworks | Collection of CatalogValueModel |
None. |
|
| VendorRoles | Collection of CatalogValueModel |
None. |
|
| CorporateId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorId": 1,
"VendorCompanyName": "sample string 2",
"CountryId": 3,
"CountryName": "sample string 4",
"TypeOfVendorId": 5,
"TypeOfVendor": "sample string 6",
"SpecializedHealthcareProvider": "sample string 7",
"SourceNameId": 8,
"CorporateCompanyName": "sample string 9",
"HeadquarterCountryId": 10,
"HeadquarterCountryName": "sample string 11",
"IsGlobal": true,
"Active": true,
"Status": true,
"InternationalNetworks": [
{
"CatalogValueId": 1,
"CatalogId": 2,
"Catalog": "sample string 3",
"Description": "sample string 4"
},
{
"CatalogValueId": 1,
"CatalogId": 2,
"Catalog": "sample string 3",
"Description": "sample string 4"
}
],
"VendorRoles": [
{
"CatalogValueId": 1,
"CatalogId": 2,
"Catalog": "sample string 3",
"Description": "sample string 4"
},
{
"CatalogValueId": 1,
"CatalogId": 2,
"Catalog": "sample string 3",
"Description": "sample string 4"
}
],
"CorporateId": 15
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.