POST api/Process/PostFileAsync?forCommand={forCommand}

Transmits a file which has to be processed to the server. File has to be transmitted as multipart/form-data.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
forCommand

Give the processing command you want to call, so that load balancing can decide server.

string

Required

Body Parameters

None.

Response Information

Resource Description

The guid which you have to use in further calls.

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.