PUT api/Customer/EditCommunicationPageScreen
Request Information
URI Parameters
None.
Body Parameters
CommunicationPageScreenModel| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | string |
None. |
|
| weekFour | date |
None. |
|
| weekFourResearch | string |
None. |
|
| weekFourIsTexted | integer |
None. |
|
| WeekSeven | date |
None. |
|
| weekSevenResearch | string |
None. |
|
| weekSevenIsTexted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"accountId": "sample string 1",
"weekFour": "2026-01-12T03:54:43.276397+00:00",
"weekFourResearch": "sample string 3",
"weekFourIsTexted": 4,
"WeekSeven": "2026-01-12T03:54:43.276397+00:00",
"weekSevenResearch": "sample string 6",
"weekSevenIsTexted": 7
}
application/xml, text/xml
Sample:
<CustomerController.CommunicationPageScreenModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Beauty_Lab_Dashboard.Controllers">
<WeekSeven xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-01-12T03:54:43.276397Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</WeekSeven>
<accountId>sample string 1</accountId>
<weekFour xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-01-12T03:54:43.276397Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</weekFour>
<weekFourIsTexted>4</weekFourIsTexted>
<weekFourResearch>sample string 3</weekFourResearch>
<weekSevenIsTexted>7</weekSevenIsTexted>
<weekSevenResearch>sample string 6</weekSevenResearch>
</CustomerController.CommunicationPageScreenModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |