This method creates organization address
| Name | Description |
|---|---|
| person[n_addr_type_id] | Address type |
| person[n_par_addr_id] | Parent address |
| person[vc_code] | Code |
| person[vc_visual_code] | Code to display |
| person[vc_address] | Address as string |
| person[vc_flat] | Flat |
| person[n_region_id] | Region |
| person[vc_entrance_no] | Entrance |
| person[n_floor_no] | Floor |
| person[c_fl_main] | Main address |
| person[n_firm_id] | Firm |
| person[n_subj_addr_type_id] | Address purpose |
| person[d_begin] | Start date |
| person[d_end] | End date |
| person[vc_rem] | Commentary |
| person[n_bind_addr_id] | Bound address |
| person[n_addr_state_id] | Address state |
| person[vc_intercom_code] | Intercom code |
Accept: application/json Content-Type: application/json
POST /rest/v2/subjects/organizations/92652001/addresses/
{
"address": {
"n_addr_type_id": 1006,
"n_par_addr_id": null,
"vc_code": "кв. 3",
"vc_visual_code": "г. Зеленоград, ул. Юности, д. 11, кв. 3",
"vc_address": null,
"vc_flat": "3",
"n_region_id": 50158401,
"vc_entrance_no": null,
"n_floor_no": null,
"c_fl_main": "Y",
"n_firm_id": null,
"n_subj_addr_type_id": 4016,
"d_begin": null,
"d_end": null,
"vc_rem": "Commentary",
"n_bind_addr_id": null,
"n_addr_state_id": 1029,
"vc_intercom_code": null
}
}
Content-Type: application/json; charset=utf-8
201 Created
{
"address": {
"n_address_id": 93750601,
"n_addr_type_id": 1006,
"n_par_addr_id": null,
"vc_code": "кв. 3",
"vc_visual_code": "г. Зеленоград, ул. Юности, д. 11, кв. 3",
"vc_address": null,
"vc_flat": "3",
"n_region_id": 50158401,
"vc_entrance_no": null,
"n_floor_no": null,
"n_firm_id": null,
"n_subj_address_id": 93750701,
"n_subj_addr_type_id": 4016,
"n_addr_state_id": 1029,
"vc_rem": "Commentary",
"n_bind_addr_id": null,
"d_begin": null,
"d_end": null,
"c_fl_main": "Y",
"vc_intercom_code": null,
"navigation": {
"self": "http://example.org/rest/v2/subjects/organizations/92652001/addresses/",
"customer": "http://example.org/rest/v2/subjects/customers/92652001",
"addresses": "http://example.org/rest/v2/subjects/organizations/92652001/addresses"
}
}
}