POST api/user/UserAddressInsert

Request Information

URI Parameters

None.

Body Parameters

UserAddressModel
NameDescriptionTypeAdditional information
CountryID

integer

None.

StateProvinceID

integer

None.

City

string

None.

Address1

string

None.

Address2

string

None.

ZipPostalCode

string

None.

AddressType

integer

None.

ImageID

integer

None.

RowVersion

Collection of byte

None.

CompanyID

integer

None.

Language

string

None.

CreatedDate

date

None.

CreatedUserID

globally unique identifier

None.

ModifiedDate

date

None.

ModifiedUserID

globally unique identifier

None.

FeatureID

globally unique identifier

None.

Token

globally unique identifier

None.

Action

Actions

None.

FilterText

string

None.

CurrentIndex

integer

None.

PageSize

integer

None.

TotalRecords

integer

None.

SortColumn

string

None.

Sortby

SortDirection

None.

ImageId

integer

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

Sort

integer

None.

Messages

Collection of ErrorMessage

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryID": 1,
  "StateProvinceID": 2,
  "City": "sample string 3",
  "Address1": "sample string 4",
  "Address2": "sample string 5",
  "ZipPostalCode": "sample string 6",
  "AddressType": 7,
  "ImageID": 1,
  "RowVersion": "QEA=",
  "CompanyID": 8,
  "Language": "sample string 9",
  "CreatedDate": "2025-08-28T23:32:48.4810044+00:00",
  "CreatedUserID": "18de2075-e0a0-4e84-b97a-6303f5dea11e",
  "ModifiedDate": "2025-08-28T23:32:48.4810044+00:00",
  "ModifiedUserID": "a4c84660-c8a5-47b8-a0e9-a79a9a5fcaa0",
  "FeatureID": "f65f04b7-6b38-4ce2-8d33-30d01c58d37a",
  "Token": "139f1c8a-805e-4dd3-8a09-ca0a27d769db",
  "Action": 0,
  "FilterText": "sample string 16",
  "CurrentIndex": 17,
  "PageSize": 18,
  "TotalRecords": 19,
  "SortColumn": "sample string 20",
  "Sortby": 0,
  "ImageId": 1,
  "IsDeleted": true,
  "IsActive": true,
  "Sort": 1,
  "Messages": [
    {
      "ErrorType": 1,
      "Message": "sample string 2"
    },
    {
      "ErrorType": 1,
      "Message": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<UserAddressModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.SecurityModels">
  <Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action>
  <CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">8</CompanyID>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2025-08-28T23:32:48.4810044+00:00</CreatedDate>
  <CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18de2075-e0a0-4e84-b97a-6303f5dea11e</CreatedUserID>
  <CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">17</CurrentIndex>
  <FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">f65f04b7-6b38-4ce2-8d33-30d01c58d37a</FeatureID>
  <FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 16</FilterText>
  <ImageId xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</ImageId>
  <IsActive xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsActive>
  <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsDeleted>
  <Language xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 9</Language>
  <Messages xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
    <ErrorMessage>
      <ErrorType>1</ErrorType>
      <Message>sample string 2</Message>
    </ErrorMessage>
    <ErrorMessage>
      <ErrorType>1</ErrorType>
      <Message>sample string 2</Message>
    </ErrorMessage>
  </Messages>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2025-08-28T23:32:48.4810044+00:00</ModifiedDate>
  <ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">a4c84660-c8a5-47b8-a0e9-a79a9a5fcaa0</ModifiedUserID>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</PageSize>
  <Sort xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</Sort>
  <SortColumn xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 20</SortColumn>
  <Sortby xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">Asc</Sortby>
  <Token xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">139f1c8a-805e-4dd3-8a09-ca0a27d769db</Token>
  <TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">19</TotalRecords>
  <Address1>sample string 4</Address1>
  <Address2>sample string 5</Address2>
  <AddressType>7</AddressType>
  <City>sample string 3</City>
  <CountryID>1</CountryID>
  <ImageID>1</ImageID>
  <RowVersion>QEA=</RowVersion>
  <StateProvinceID>2</StateProvinceID>
  <ZipPostalCode>sample string 6</ZipPostalCode>
</UserAddressModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.