PUT v2/impactvideo/UpdateProfile/{id}

Update the already existing profile

Request Information

URI Parameters

Name Type Description
id integer

Id

Additional Info :

Required

Body Parameters

Request

ImpactVideoProfileRequest
Name Type Description
CompanyName string
Name string
Email string
DistributorID string
ProfileImageURL string
RegisterDate date
UpdatedDate date
Device string
ProfileType integer
ShopID string
ShopClientID string
ShopURL string
ShopAPIPassword string
AppVersion string
OSVersion string
DeviceModel string

Request Formats

{
  "companyName": "sample string 1",
  "name": "sample string 2",
  "email": "sample string 3",
  "distributorID": "sample string 4",
  "profileImageURL": "sample string 5",
  "registerDate": "2024-04-02T00:00:43.3324291Z",
  "updatedDate": "2024-04-02T00:00:43.3324291Z",
  "device": "sample string 6",
  "profileType": 7,
  "shopID": "sample string 8",
  "shopClientID": "sample string 9",
  "shopURL": "sample string 10",
  "shopAPIPassword": "sample string 11",
  "appVersion": "sample string 12",
  "osVersion": "sample string 13",
  "deviceModel": "sample string 14"
}
<ImpactVideoProfileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Models">
  <AppVersion>sample string 12</AppVersion>
  <CompanyName>sample string 1</CompanyName>
  <Device>sample string 6</Device>
  <DeviceModel>sample string 14</DeviceModel>
  <DistributorID>sample string 4</DistributorID>
  <Email>sample string 3</Email>
  <Name>sample string 2</Name>
  <OSVersion>sample string 13</OSVersion>
  <ProfileImageURL>sample string 5</ProfileImageURL>
  <ProfileType>7</ProfileType>
  <RegisterDate>2024-04-02T00:00:43.3324291+00:00</RegisterDate>
  <ShopAPIPassword>sample string 11</ShopAPIPassword>
  <ShopClientID>sample string 9</ShopClientID>
  <ShopID>sample string 8</ShopID>
  <ShopURL>sample string 10</ShopURL>
  <UpdatedDate>2024-04-02T00:00:43.3324291+00:00</UpdatedDate>
</ImpactVideoProfileRequest>

Response Information

Resource Description

ImpactVideoProfileResponse

ImpactVideoProfileResponse
Name Type Description
Id integer
CompanyName string
Name string
Email string
DistributorID string
ProfileImageURL string
RegisterDate date
UpdatedDate date
Device string
ProfileType integer
ShopID string
ShopClientID string
ShopURL string
ShopAPIPassword string
VideoCount integer
AppVersion string
OSVersion string
DeviceModel string

Response Formats

{
  "id": 1,
  "companyName": "sample string 2",
  "name": "sample string 3",
  "email": "sample string 4",
  "distributorID": "sample string 5",
  "profileImageURL": "sample string 6",
  "registerDate": "2024-04-02T00:00:43.3512575Z",
  "updatedDate": "2024-04-02T00:00:43.3512575Z",
  "device": "sample string 7",
  "profileType": 8,
  "shopID": "sample string 9",
  "shopClientID": "sample string 10",
  "shopURL": "sample string 11",
  "shopAPIPassword": "sample string 12",
  "videoCount": 13,
  "appVersion": "sample string 14",
  "osVersion": "sample string 15",
  "deviceModel": "sample string 16"
}
<ImpactVideoProfileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Models">
  <AppVersion>sample string 14</AppVersion>
  <CompanyName>sample string 2</CompanyName>
  <Device>sample string 7</Device>
  <DeviceModel>sample string 16</DeviceModel>
  <DistributorID>sample string 5</DistributorID>
  <Email>sample string 4</Email>
  <Id>1</Id>
  <Name>sample string 3</Name>
  <OSVersion>sample string 15</OSVersion>
  <ProfileImageURL>sample string 6</ProfileImageURL>
  <ProfileType>8</ProfileType>
  <RegisterDate>2024-04-02T00:00:43.3512575+00:00</RegisterDate>
  <ShopAPIPassword>sample string 12</ShopAPIPassword>
  <ShopClientID>sample string 10</ShopClientID>
  <ShopID>sample string 9</ShopID>
  <ShopURL>sample string 11</ShopURL>
  <UpdatedDate>2024-04-02T00:00:43.3512575+00:00</UpdatedDate>
  <VideoCount>13</VideoCount>
</ImpactVideoProfileResponse>