Upon a successful request, the API returns the updated details of the dispatch address, confirming the changes.
Request
Authorization
Add parameter in header
ApiKey
Example:
ApiKey: ********************
Path Params
id
integerÂ
required
It will be the ID of dispatch address you want to update.
Example:
1
Body Params multipart/form-data
address_1
stringÂ
required
Represents the primary address line, usually including the building name, street name, or a key identifier of the location.
Example:
OFFICE 7892
address_2
stringÂ
optional
An additional address line where you can provide extra details such as nearby landmarks, junctions, or other location-specific information that helps in better identification.
Example:
RING ROAD 789
country_id
integerÂ
required
A unique identifier representing the country where the dispatch address is located.
Example:
4
state_id
integerÂ
required
A unique identifier for the state within the country specified in the country id field.
Example:
2
city_id
integerÂ
required
A unique identifier for the city within the selected state.
Example:
6
pin_code
string  | nullÂ
optional
The postal or ZIP code of the dispatch address, such as "394101," helps in precise location identification, ensuring efficient deliveries, accurate routing, and streamlined logistics operations.
Represents the primary address line, usually including the building name, street name, or a key identifier of the location.
address_2
stringÂ
required
An additional address line where you can provide extra details such as nearby landmarks, junctions, or other location-specific information that helps in better identification.
country_id
stringÂ
required
A unique identifier representing the country where the dispatch address is located.
state_id
stringÂ
required
A unique identifier for the state within the country specified in the country id field.
city_id
stringÂ
required
A unique identifier for the city within the selected state.
pin_code
stringÂ
required
The postal or ZIP code of the dispatch address, such as "394101," helps in precise location identification, ensuring efficient deliveries, accurate routing, and streamlined logistics operations.
model_id
integerÂ
required
The ID of the entity (e.g., company,) to which this address belongs.
model_type
stringÂ
required
The type of entity associated with this address.
address_type
integerÂ
required
Defines the type of address (e.g., 1 = shipping, 2 = dispatch).
created_at
stringÂ
required
The date and time indicating when the record was initially created in the system.
updated_at
stringÂ
required
The date and time indicating when the record was last modified or updated in the system.