Addresses

get
/addresses/

This method is used to fetch address details associated with user profiles. An address entry contains information like address type, creation and modification dates, contact details, and geographical identifiers such as country, city, and district.

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Query parameters
address_typestringOptional

Query parameter address_type used to filter results based on specific conditions.

cityintegerOptional

Query parameter city used to filter results based on specific conditions.

company_namestringOptional

Query parameter company_name used to filter results based on specific conditions.

countryintegerOptional

Query parameter country used to filter results based on specific conditions.

created_datestring · date-timeOptional

Query parameter created_date used to filter results based on specific conditions.

districtintegerOptional

Query parameter district used to filter results based on specific conditions.

e_bill_taxpayerbooleanOptional

Query parameter e_bill_taxpayer used to filter results based on specific conditions.

emailstringOptional

Query parameter email used to filter results based on specific conditions.

extra_fieldany · nullableOptional

Query parameter extra_field used to filter results based on specific conditions.

first_namestringOptional

Query parameter first_name used to filter results based on specific conditions.

hash_datastringOptional

Query parameter hash_data used to filter results based on specific conditions.

idintegerOptional

Query parameter id used to filter results based on specific conditions.

id__gtintegerOptional

Filters records where id is greater than the given value.

id__gteintegerOptional

Filters records where id is greater than or equal to the given value.

id__ltintegerOptional

Filters records where id is less than the given value.

id__lteintegerOptional

Filters records where id is less than or equal to the given value.

identity_numberstringOptional

Query parameter identity_number used to filter results based on specific conditions.

is_activebooleanOptional

Query parameter is_active used to filter results based on specific conditions.

last_namestringOptional

Query parameter last_name used to filter results based on specific conditions.

limitintegerOptional

Limits the number of results returned in the response.

linestringOptional

Query parameter line used to filter results based on specific conditions.

modified_datestring · date-timeOptional

Query parameter modified_date used to filter results based on specific conditions.

modified_date__gtstring · date-timeOptional

Filters records where modified_date is greater than the given value.

modified_date__gtestring · date-timeOptional

Filters records where modified_date is greater than or equal to the given value.

modified_date__ltstring · date-timeOptional

Filters records where modified_date is less than the given value.

modified_date__ltestring · date-timeOptional

Filters records where modified_date is less than or equal to the given value.

notesstringOptional

Query parameter notes used to filter results based on specific conditions.

pageintegerOptional

Query parameter page used to filter results based on specific conditions.

phone_numberstringOptional

Query parameter phone_number used to filter results based on specific conditions.

postcodestringOptional

Query parameter postcode used to filter results based on specific conditions.

primarybooleanOptional

Query parameter primary used to filter results based on specific conditions.

remote_idstringOptional

Query parameter remote_id used to filter results based on specific conditions.

retail_storeintegerOptional

Query parameter retail_store used to filter results based on specific conditions.

sortstringOptional

Query parameter sort used to filter results based on specific conditions.

tax_nostringOptional

Query parameter tax_no used to filter results based on specific conditions.

tax_officestringOptional

Query parameter tax_office used to filter results based on specific conditions.

titlestringOptional

Query parameter title used to filter results based on specific conditions.

townshipintegerOptional

Query parameter township used to filter results based on specific conditions.

userintegerOptional

Query parameter user used to filter results based on specific conditions.

Responses
chevron-right
200

Successful response for status code 200.

application/json
countintegerOptional

Numerical value representing quantity or total amount.

Example: 123
nextstring · uri · nullableOptional

This field defines the URL of the next page.

Example: http://api.example.org/accounts/?page=4
previousstring · uri · nullableOptional

This field defines the URL of the previous page.

Example: http://api.example.org/accounts/?page=2
get
/addresses/
200

Successful response for status code 200.

get
/addresses/{id}/

This method is used to fetch address details associated with user profiles. An address entry contains information like address type, creation and modification dates, contact details, and geographical identifiers such as country, city, and district. This endpoint retrieves a specific record by its unique identifier.

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Path parameters
idintegerRequired

A unique integer value identifying this address.

Responses
chevron-right
200

Successful response for status code 200.

application/json
address_typestring · enumOptional

The classification or type related to this field.

Possible values:
cityintegerOptional

This field defines the city ID associated with the address.

company_namestring · max: 255 · nullableOptional

The full name or label associated with the record.

countryintegerOptional

Numerical value representing quantity or total amount.

created_datestring · date-timeOptional

Timestamp indicating when the record was created.

districtinteger · nullableOptional

This field defines the district ID associated with the address.

e_bill_taxpayerbooleanOptional

This field defines whether the person is an e-bill taxpayer.

emailstring · email · max: 254Optional

Email address of the user or entity.

extra_fieldany · nullableOptional

This field defines the extra fields associated with the address.

first_namestring · max: 255Optional

The full name or label associated with the record.

hash_datastring · max: 256Optional

This field defines the hash value generated using specific fields associated with the address.

idintegerOptional

Unique identifier for the record.

identity_numberstring · max: 64 · nullableOptional

This field defines the identification number.

is_activebooleanOptional

Boolean flag indicating whether the condition is met.

last_namestring · max: 255Optional

The full name or label associated with the record.

linestring · max: 255Optional

This field defines the full address associated with the location.

modified_datestring · date-timeOptional

This field defines the last updated date.

notesstring · nullableOptional

This field defines the note associated with the address.

phone_numberstring · max: 128 · nullableOptional

Phone number in international format.

postcodestring · max: 64 · nullableOptional

This field defines the postal code.

primarybooleanOptional

This field defines whether the address is the default among the user's addresses.

remote_idstring · max: 1024 · nullableOptional

This field defines the ID corresponding to the address from any 3rd party address service.

retail_storeinteger · nullableOptional

This field defines the retail_store ID associated with the address.

tax_nostring · max: 20 · nullableOptional

This field defines the tax number associated with the address.

tax_officestring · max: 64 · nullableOptional

This field defines the tax office associated with the address.

titlestring · max: 128Optional

This field defines the address title.

townshipinteger · nullableOptional

This field defines the township ID associated with the address.

userinteger · nullableOptional

This field defines the user ID.

get
/addresses/{id}/

Last updated

Was this helpful?