POST api/v2/Request/Recieve/{taskId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskId | integer |
Required |
Body Parameters
RequestsRecieve| Name | Description | Type | Additional information |
|---|---|---|---|
| Entity | string | ||
| EntityId | integer | ||
| ExternalEntity | string | ||
| ExternalEntityId | integer | ||
| File | Collection of byte |
Request Formats
application/json, text/json
Sample:
{
"Entity": "sample string 1",
"EntityId": 1,
"ExternalEntity": "sample string 2",
"ExternalEntityId": 1,
"File": "QEA="
}
text/html
Sample:
{"Entity":"sample string 1","EntityId":1,"ExternalEntity":"sample string 2","ExternalEntityId":1,"File":"QEA="}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.