PUT api/admin/UpdateFaxStoragesByUserEmail

Request Information

URI Parameters

None.

Body Parameters

EntityStoragesSelectedDTO
NameDescriptionTypeAdditional information
UserEmail

string

None.

UserGUID

string

None.

TenantGUID

string

None.

entityStoragesSelected

EntityStoragesSelected

None.

Request Formats

application/json, text/json

Sample:
{
  "UserEmail": "sample string 1",
  "UserGUID": "sample string 2",
  "TenantGUID": "sample string 3",
  "entityStoragesSelected": {
    "sites": [
      {
        "source_id": "sample string 1",
        "name": "sample string 2",
        "display_name": "sample string 3",
        "url": "http://webapihelppage4.com",
        "type": "sample string 5",
        "created_at": "2025-07-03T11:00:07.0714028-04:00",
        "updated_at": "2025-07-03T11:00:07.0714028-04:00",
        "sample string 1": {},
        "sample string 3": {}
      },
      {
        "source_id": "sample string 1",
        "name": "sample string 2",
        "display_name": "sample string 3",
        "url": "http://webapihelppage4.com",
        "type": "sample string 5",
        "created_at": "2025-07-03T11:00:07.0714028-04:00",
        "updated_at": "2025-07-03T11:00:07.0714028-04:00",
        "sample string 1": {},
        "sample string 3": {}
      }
    ],
    "sample string 1": {},
    "sample string 3": {}
  }
}

application/xml, text/xml

Sample:
<EntityStoragesSelectedDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSPApi.Controllers">
  <TenantGUID>sample string 3</TenantGUID>
  <UserEmail>sample string 1</UserEmail>
  <UserGUID>sample string 2</UserGUID>
  <entityStoragesSelected>
    <AdditionalProperties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 1</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
      <d3p1:KeyValueOfstringanyType>
        <d3p1:Key>sample string 3</d3p1:Key>
        <d3p1:Value />
      </d3p1:KeyValueOfstringanyType>
    </AdditionalProperties>
    <Sites>
      <Storage>
        <AdditionalProperties xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringanyType>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value />
          </d5p1:KeyValueOfstringanyType>
          <d5p1:KeyValueOfstringanyType>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value />
          </d5p1:KeyValueOfstringanyType>
        </AdditionalProperties>
        <Created_at xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-07-03T15:00:07.0714028Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>-240</d5p1:OffsetMinutes>
        </Created_at>
        <Display_name>sample string 3</Display_name>
        <Name>sample string 2</Name>
        <Source_id>sample string 1</Source_id>
        <Type>sample string 5</Type>
        <Updated_at xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-07-03T15:00:07.0714028Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>-240</d5p1:OffsetMinutes>
        </Updated_at>
        <Url>http://webapihelppage4.com/</Url>
      </Storage>
      <Storage>
        <AdditionalProperties xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringanyType>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Value />
          </d5p1:KeyValueOfstringanyType>
          <d5p1:KeyValueOfstringanyType>
            <d5p1:Key>sample string 3</d5p1:Key>
            <d5p1:Value />
          </d5p1:KeyValueOfstringanyType>
        </AdditionalProperties>
        <Created_at xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-07-03T15:00:07.0714028Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>-240</d5p1:OffsetMinutes>
        </Created_at>
        <Display_name>sample string 3</Display_name>
        <Name>sample string 2</Name>
        <Source_id>sample string 1</Source_id>
        <Type>sample string 5</Type>
        <Updated_at xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>2025-07-03T15:00:07.0714028Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>-240</d5p1:OffsetMinutes>
        </Updated_at>
        <Url>http://webapihelppage4.com/</Url>
      </Storage>
    </Sites>
  </entityStoragesSelected>
</EntityStoragesSelectedDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.