POST api/UploadDocument

Request Information

URI Parameters

None.

Body Parameters

ReqBaseModel
NameDescriptionTypeAdditional information
msgType

string

None.

msgContentType

string

None.

msgContent

string

None.

key

string

None.

clientCod

string

None.

Request Formats

application/json, text/json

Sample:
{
  "msgType": "sample string 1",
  "msgContentType": "sample string 2",
  "msgContent": "sample string 3",
  "key": "sample string 4",
  "clientCod": "sample string 5"
}

application/xml, text/xml

Sample:
<ReqBaseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CacesaAPI.Model.IntegrateParcel.Client">
  <clientCod>sample string 5</clientCod>
  <key>sample string 4</key>
  <msgContent>sample string 3</msgContent>
  <msgContentType>sample string 2</msgContentType>
  <msgType>sample string 1</msgType>
</ReqBaseModel>

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.