CompanyAddress Resource
Settings Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| save | POST /api/CompanyAddress/save |
Admin or Module WRITE | |
| find | GET /api/CompanyAddress/find |
Admin or Module READ | |
| get | GET /api/CompanyAddress/get |
Admin or Module READ | |
| save-batch | POST /api/CompanyAddress/save-batch |
Admin or Module WRITE | |
| delete | POST /api/CompanyAddress/delete |
Admin or Module WRITE |
| Property | Type | Description |
|---|---|---|
id |
number | |
place_name |
string | |
address |
string | |
city |
string | |
province |
string | |
country |
string | |
postal_code |
string | |
phone |
string |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
None |
| Default Sort Order |
place_name ASC |
| Related Resource | Key | Relationship to CompanyAddress | Property |
|---|---|---|---|
| Company | tenant_id |
Belongs To | Company |