Customer Address Services
All services related to CustomerAddress are listed in this page.
OPTIONS
List CustomerAddress - Simple
OPTIONS
List CustomerAddress - SimpleThis service is used to retrieve a simple list of data types for Customer Addresses.
Path: /api/v1/oms/customer_addresses/list-simple/
Query Parameters
The following query parameters can be used to get simple information about CustomerAddress.
token
string
header
The API key of the customer account
Example Request
To get a simple list of CustomerAddress, a OPTIONS
request should be sent to /api/v1/oms/customer_addresses/list-simple/
endpoint. No query parameters or request body are required.
Here's an example of how to make the request in python:
Example Response (200 OK)
In a successful response with a status code of 200 OK, the API returns a simple list of CustomerAddress with their information.
This example response serves as a reference to understand the structure and data format of CustomerAddress.
GET
List CustomerAddress
GET
List CustomerAddressThis service is used to get a list of the CustomerAddress.
Path: /api/v1/oms/customer_addresses/list-simple/
Query Parameters
The following query parameters can be used to get the information about CustomerAddress.
token
string
header
The API key of the customer account
Example Request
To get a list of CustomerAddress, a GET
request should be sent to /api/v1/oms/customer_addresses/list-simple/
endpoint. No query parameter or request body are required.
Here's an example of how to make the request in python:
Example Response (200 OK)
In a successful response with a status code of 200 OK, the API returns customer_addresses information.
pk
integer
The ID of the customer address
address_type
string
The address type of the customer address
omnitron_id
integer
The omnitron ID of the customer address
mapping
json
The mapping value of the customer address
title
string
The title value of the customer address
is_active
boolean
The status of the customer address
line
string
The line value of the customer address
postcode
string
The postcode value of the customer address
notes
string
The notes value of the customer address
string
The email value of the customer address
phone_number
string
The phone number value of the customer address
first_name
string
The first name value of the customer address
last_name
string
The last name value of the customer address
company_name
string
The company name value of the customer address
tax_office
string
The tax office value of the customer address
tax_no
string
The tax no value of the customer address
e_bill_taxpayer
boolean
The e bill taxpayer value of the customer address
country
integer
The country value of the customer address
city
integer
The city value of the customer address
township
integer
The township value of the customer address
district
integer
The district value of the customer address
customer
integer
The customer value of the customer address
This example response serves as a reference to understand the structure and data format of customer_addresses.
Was this helpful?