POST Notifications/Process

Request Information

URI Parameters

None.

Body Parameters

NotificationsRequest
NameDescriptionTypeAdditional information
TType

integer

None.

RowID

integer

None.

UserID

integer

None.

ProductsID

integer

None.

BasketID

integer

None.

Criterion1

string

None.

Criterion2

string

None.

Criterion3

string

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,
  "UserID": 3,
  "ProductsID": 4,
  "BasketID": 5,
  "Criterion1": "sample string 6",
  "Criterion2": "sample string 7",
  "Criterion3": "sample string 8",
  "State": 9,
  "CompanyNo": 10,
  "CreateUserID": 11,
  "CreateTime": "2026-01-11T18:30:21.8566088+03:00",
  "CreateIP": "sample string 13",
  "UpdateUserID": 14,
  "UpdateTime": "2026-01-11T18:30:21.8566088+03:00",
  "UpdateIP": "sample string 16"
}

application/xml, text/xml

Sample:
<NotificationsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ARSales.Api.View.Request.Notifications">
  <BasketID>5</BasketID>
  <CompanyNo>10</CompanyNo>
  <CreateIP>sample string 13</CreateIP>
  <CreateTime>2026-01-11T18:30:21.8566088+03:00</CreateTime>
  <CreateUserID>11</CreateUserID>
  <Criterion1>sample string 6</Criterion1>
  <Criterion2>sample string 7</Criterion2>
  <Criterion3>sample string 8</Criterion3>
  <ProductsID>4</ProductsID>
  <RowID>2</RowID>
  <State>9</State>
  <TType>1</TType>
  <UpdateIP>sample string 16</UpdateIP>
  <UpdateTime>2026-01-11T18:30:21.8566088+03:00</UpdateTime>
  <UpdateUserID>14</UpdateUserID>
  <UserID>3</UserID>
</NotificationsRequest>

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.