POST ReelsVideo/Process

Request Information

URI Parameters

None.

Body Parameters

ReelsVideoRequest
NameDescriptionTypeAdditional information
TType

integer

None.

RowID

integer

None.

ProductsID

integer

None.

VideoPath

string

None.

StartDate

date

None.

EndDate

date

None.

State

integer

None.

CompanyNo

integer

None.

CreateUserID

integer

None.

CreateTime

date

None.

CreateIP

string

None.

UpdateUserID

integer

None.

UpdateTime

date

None.

UpdateIP

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TType": 1,
  "RowID": 2,
  "ProductsID": 3,
  "VideoPath": "sample string 4",
  "StartDate": "2026-01-11T18:32:17.8286481+03:00",
  "EndDate": "2026-01-11T18:32:17.8286481+03:00",
  "State": 7,
  "CompanyNo": 8,
  "CreateUserID": 9,
  "CreateTime": "2026-01-11T18:32:17.8286481+03:00",
  "CreateIP": "sample string 11",
  "UpdateUserID": 12,
  "UpdateTime": "2026-01-11T18:32:17.8286481+03:00",
  "UpdateIP": "sample string 14"
}

application/xml, text/xml

Sample:
<ReelsVideoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ARSales.Api.View.Request.ReelsVideo">
  <CompanyNo>8</CompanyNo>
  <CreateIP>sample string 11</CreateIP>
  <CreateTime>2026-01-11T18:32:17.8286481+03:00</CreateTime>
  <CreateUserID>9</CreateUserID>
  <EndDate>2026-01-11T18:32:17.8286481+03:00</EndDate>
  <ProductsID>3</ProductsID>
  <RowID>2</RowID>
  <StartDate>2026-01-11T18:32:17.8286481+03:00</StartDate>
  <State>7</State>
  <TType>1</TType>
  <UpdateIP>sample string 14</UpdateIP>
  <UpdateTime>2026-01-11T18:32:17.8286481+03:00</UpdateTime>
  <UpdateUserID>12</UpdateUserID>
  <VideoPath>sample string 4</VideoPath>
</ReelsVideoRequest>

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.