ContactUpdateRequest and meta.xml fix
This commit is contained in:
parent
7fea5d46cd
commit
ddc27dbb33
1 changed files with 2 additions and 2 deletions
|
|
@ -385,11 +385,11 @@
|
|||
<contactValue type="2" length="255" name="Значение контакта" shortname="Значение" searchable="true" sortable="true" visible="true"/>
|
||||
<id type="1" name="Идентификатор записи" shortname="ID" searchable="true" sortable="true"/>
|
||||
<actions>
|
||||
<put name="Добавление контакта компании">
|
||||
<post name="Добавление контакта компании">
|
||||
<companyId type="1" name="Идентификатор компании" shortname="Компания" link="company" linkCode="shortName" required="true"/>
|
||||
<contactType type="12" name="Наименование типа контакта" shortname="Тип контакта" link="contactType"/>
|
||||
<contactValue type="2" length="255" name="Значение контакта" shortname="Значение"/>
|
||||
</put>
|
||||
</post>
|
||||
<put name="Изменение контакта компании">
|
||||
<id type="1" name="Идентификатор записи" shortname="ID" link="contact" linkCode="id" required="true"/>
|
||||
<contactType type="12" name="Наименование типа контакта" shortname="Тип контакта" link="contactType"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue