PUT middleware/customer/{customerId}/noPaperOffering
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
Required |
Body Parameters
SetNoPaperOfferingName | Description | Type | Additional information |
---|---|---|---|
no_paper_offering | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "no_paper_offering": true }
application/xml, text/xml
Sample:
<SetNoPaperOffering xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Opimian.Wimps.CMS.API.Controllers.Middleware"> <NoPaperOffering>true</NoPaperOffering> </SetNoPaperOffering>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |