POST api/UploadConfig/ListUploadConfig

Request Information

URI Parameters

None.

Body Parameters

GetUploadConfig
NameDescriptionTypeAdditional information
UCM_CP_ID

integer

None.

UCM_NAME

string

None.

UCM_DESCRIPTION

string

None.

UCM_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UCM_CP_ID": 1,
  "UCM_NAME": "sample string 1",
  "UCM_DESCRIPTION": "sample string 2",
  "UCM_STATUS": "sample string 3",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetUploadConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <START>1</START>
  <UCM_CP_ID>1</UCM_CP_ID>
  <UCM_DESCRIPTION>sample string 2</UCM_DESCRIPTION>
  <UCM_NAME>sample string 1</UCM_NAME>
  <UCM_STATUS>sample string 3</UCM_STATUS>
</GetUploadConfig>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.