POST Products/Process

Request Information

URI Parameters

None.

Body Parameters

ProductsRequest
NameDescriptionTypeAdditional information
TType

integer

None.

RowID

integer

None.

CategoryID

integer

None.

SubCategoryID

integer

None.

Name

string

None.

Price

integer

None.

PicturePath

string

None.

Detail

string

None.

Property

string

None.

KDV

integer

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,
  "CategoryID": 3,
  "SubCategoryID": 4,
  "Name": "sample string 5",
  "Price": 6,
  "PicturePath": "sample string 7",
  "Detail": "sample string 8",
  "Property": "sample string 9",
  "KDV": 10,
  "State": 11,
  "CompanyNo": 12,
  "CreateUserID": 13,
  "CreateTime": "2026-01-11T18:34:31.3805126+03:00",
  "CreateIP": "sample string 15",
  "UpdateUserID": 16,
  "UpdateTime": "2026-01-11T18:34:31.3805126+03:00",
  "UpdateIP": "sample string 18"
}

application/xml, text/xml

Sample:
<ProductsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ARSales.Api.View.Request.Products">
  <CategoryID>3</CategoryID>
  <CompanyNo>12</CompanyNo>
  <CreateIP>sample string 15</CreateIP>
  <CreateTime>2026-01-11T18:34:31.3805126+03:00</CreateTime>
  <CreateUserID>13</CreateUserID>
  <Detail>sample string 8</Detail>
  <KDV>10</KDV>
  <Name>sample string 5</Name>
  <PicturePath>sample string 7</PicturePath>
  <Price>6</Price>
  <Property>sample string 9</Property>
  <RowID>2</RowID>
  <State>11</State>
  <SubCategoryID>4</SubCategoryID>
  <TType>1</TType>
  <UpdateIP>sample string 18</UpdateIP>
  <UpdateTime>2026-01-11T18:34:31.3805126+03:00</UpdateTime>
  <UpdateUserID>16</UpdateUserID>
</ProductsRequest>

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.