DELETE api/documentgeneration/deleteprintenvelopes
Delete Print Envelopes from the print bags
Request Information
URI Parameters
None.
Body Parameters
PrintBagDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PrintReferences | Collection of string |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"PrintReferences": [
"sample string 1",
"sample string 2"
],
"Id": 1
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |