POST api/SmallApiCompany/SelfHelpUploadImg?source={source}&tokenId={tokenId}&companyCode={companyCode}&photoPath={photoPath}&type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| source | integer |
Required |
|
| tokenId | string |
Required |
|
| companyCode | string |
Required |
|
| photoPath | string |
Required |
|
| type | integer |
Default value is 0 |
Body Parameters
HttpContext| Name | Description | Type | Additional information |
|---|---|---|---|
| IsWebSocketRequest | boolean |
None. |
|
| IsWebSocketRequestUpgrading | boolean |
None. |
|
| WebSocketRequestedProtocols | Collection of string |
None. |
|
| WebSocketNegotiatedProtocol | string |
None. |
|
| AsyncPreloadMode | AsyncPreloadModeFlags |
None. |
|
| AllowAsyncDuringSyncStages | boolean |
None. |
|
| ApplicationInstance | HttpApplication |
None. |
|
| Application | Collection of Object |
None. |
|
| Handler | IHttpHandler |
None. |
|
| PreviousHandler | IHttpHandler |
None. |
|
| CurrentHandler | IHttpHandler |
None. |
|
| Request | HttpRequest |
None. |
|
| Response | HttpResponse |
None. |
|
| Trace | TraceContext |
None. |
|
| Items | Dictionary of Object [key] and Object [value] |
None. |
|
| Session | Collection of Object |
None. |
|
| Server | HttpServerUtility |
None. |
|
| Error | Exception |
None. |
|
| AllErrors | Collection of Exception |
None. |
|
| User | IPrincipal |
None. |
|
| Profile | ProfileBase |
None. |
|
| SkipAuthorization | boolean |
None. |
|
| IsDebuggingEnabled | boolean |
None. |
|
| IsCustomErrorEnabled | boolean |
None. |
|
| Timestamp | date |
None. |
|
| Cache | Collection of Object |
None. |
|
| PageInstrumentation | PageInstrumentationService |
None. |
|
| ThreadAbortOnTimeout | boolean |
None. |
|
| CurrentNotification | RequestNotification |
None. |
|
| IsPostNotification | boolean |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>