POST Addresses

Request Information

URI Parameters

None.

Body Parameters

AddressModel
NameDescriptionTypeAdditional information
RecId

integer

None.

UserId

string

None.

Address

string

None.

City

string

None.

State

string

None.

Zip

string

None.

Country

string

None.

LastUpdated

date

None.

UpdatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RecId": 1,
  "UserId": "sample string 2",
  "Address": "sample string 3",
  "City": "sample string 4",
  "State": "sample string 5",
  "Zip": "sample string 6",
  "Country": "sample string 7",
  "LastUpdated": "2025-04-29T08:26:10.4683995-07:00",
  "UpdatedBy": "sample string 9"
}

application/xml, text/xml

Sample:
<AddressModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapceMobile.Models">
  <Address>sample string 3</Address>
  <City>sample string 4</City>
  <Country>sample string 7</Country>
  <LastUpdated>2025-04-29T08:26:10.4683995-07:00</LastUpdated>
  <RecId>1</RecId>
  <State>sample string 5</State>
  <UpdatedBy>sample string 9</UpdatedBy>
  <UserId>sample string 2</UserId>
  <Zip>sample string 6</Zip>
</AddressModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddressModel'.

Response Information

Resource Description

MobileUserAddress
NameDescriptionTypeAdditional information
RecId

integer

None.

UserId

string

None.

Address

string

None.

City

string

None.

State

string

None.

Zip

string

None.

Country

string

None.

LastUpdated

date

None.

UpdatedBy

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RecId": 1,
  "UserId": "sample string 2",
  "Address": "sample string 3",
  "City": "sample string 4",
  "State": "sample string 5",
  "Zip": "sample string 6",
  "Country": "sample string 7",
  "LastUpdated": "2025-04-29T08:26:10.4683995-07:00",
  "UpdatedBy": "sample string 9"
}

application/xml, text/xml

Sample:
<MobileUserAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapceMobile.Models">
  <Address>sample string 3</Address>
  <City>sample string 4</City>
  <Country>sample string 7</Country>
  <LastUpdated>2025-04-29T08:26:10.4683995-07:00</LastUpdated>
  <RecId>1</RecId>
  <State>sample string 5</State>
  <UpdatedBy>sample string 9</UpdatedBy>
  <UserId>sample string 2</UserId>
  <Zip>sample string 6</Zip>
</MobileUserAddress>