POST api/Origami/Upload

UploadOrigamiDocuments

Request Information

Parameters

NameDescriptionAdditional information
request

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "InsuredID": "sample string 1",
  "InsuredType": "sample string 2",
  "DocumentType": "sample string 3",
  "FileName": "sample string 4",
  "File": "sample string 5"
}

text/javascript

Sample:
{"InsuredID":"sample string 1","InsuredType":"sample string 2","DocumentType":"sample string 3","FileName":"sample string 4","File":"sample string 5"}

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 'OrigamiDocument'.

Response Information

Response body formats

application/json, text/json, text/javascript

Sample:

Sample not available.