POST api/Origami/Vendor

GetAllTenants

Request Information

Parameters

NameDescriptionAdditional information
vendor
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "VendorLegalName": "sample string 1",
  "InsuredID": 2,
  "VendorNumber": "sample string 3",
  "PropertyName": "sample string 4",
  "PropertyNumber": "sample string 5",
  "PropertyManager": "sample string 6",
  "PropertyManagerEmailAddress": "sample string 7",
  "VendorContactName": "sample string 8",
  "UnitID": "sample string 9",
  "VendorAddress1": "sample string 10",
  "VendorAddress2": "sample string 11",
  "VendorCity": "sample string 12",
  "VendorState": "sample string 13",
  "VendorPostalCode": "sample string 14",
  "VendorEmail": "sample string 15"
}

text/javascript

Sample:
{"VendorLegalName":"sample string 1","InsuredID":2,"VendorNumber":"sample string 3","PropertyName":"sample string 4","PropertyNumber":"sample string 5","PropertyManager":"sample string 6","PropertyManagerEmailAddress":"sample string 7","VendorContactName":"sample string 8","UnitID":"sample string 9","VendorAddress1":"sample string 10","VendorAddress2":"sample string 11","VendorCity":"sample string 12","VendorState":"sample string 13","VendorPostalCode":"sample string 14","VendorEmail":"sample string 15"}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrigamiVendorDTO'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "EchoFields": "sample string 1",
  "IsSuccessful": true,
  "RecordID": 3,
  "Message": "sample string 4",
  "Warnings": "sample string 5",
  "RecordNumber": 6
}

text/javascript

Sample:
{"EchoFields":"sample string 1","IsSuccessful":true,"RecordID":3,"Message":"sample string 4","Warnings":"sample string 5","RecordNumber":6}