POST Address/Process

Request Information

URI Parameters

None.

Body Parameters

AddressRequest
NameDescriptionTypeAdditional information
TType

integer

None.

RowID

integer

None.

UserID

integer

None.

Neighbourhood

string

None.

Street

string

None.

Street2

string

None.

BuildingNo

integer

None.

District

string

None.

City

string

None.

Country

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,
  "Neighbourhood": "sample string 4",
  "Street": "sample string 5",
  "Street2": "sample string 6",
  "BuildingNo": 7,
  "District": "sample string 8",
  "City": "sample string 9",
  "Country": "sample string 10",
  "State": 11,
  "CompanyNo": 12,
  "CreateUserID": 13,
  "CreateTime": "2026-01-11T18:29:10.1451641+03:00",
  "CreateIP": "sample string 15",
  "UpdateUserID": 16,
  "UpdateTime": "2026-01-11T18:29:10.1451641+03:00",
  "UpdateIP": "sample string 18"
}

application/xml, text/xml

Sample:
<AddressRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ARSales.Api.View.Request.Address">
  <BuildingNo>7</BuildingNo>
  <City>sample string 9</City>
  <CompanyNo>12</CompanyNo>
  <Country>sample string 10</Country>
  <CreateIP>sample string 15</CreateIP>
  <CreateTime>2026-01-11T18:29:10.1451641+03:00</CreateTime>
  <CreateUserID>13</CreateUserID>
  <District>sample string 8</District>
  <Neighbourhood>sample string 4</Neighbourhood>
  <RowID>2</RowID>
  <State>11</State>
  <Street>sample string 5</Street>
  <Street2>sample string 6</Street2>
  <TType>1</TType>
  <UpdateIP>sample string 18</UpdateIP>
  <UpdateTime>2026-01-11T18:29:10.1451641+03:00</UpdateTime>
  <UpdateUserID>16</UpdateUserID>
  <UserID>3</UserID>
</AddressRequest>

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.