SOAP API - Additional Request types

23 views
Skip to first unread message

Aliaksei Parasiatsyeu

unread,
May 11, 2012, 11:42:38 AM5/11/12
to DevTargetProcess, xram...@voxelgroup.net
My company needs to create additional requests types. I used the soap
API. The code used is:
Tp.RequestTypeServiceProxy.RequestTypeService Service;
Service = TargetProcessContext.GetRequestTypeService();
Tp.RequestTypeServiceProxy.RequestTypeDTO RequestTypeDTO = new
Tp.RequestTypeServiceProxy.RequestTypeDTO();
RequestTypeDTO.Name = p_Name;
return Service.Create(RequestTypeDTO);

is this correct? are you gonna remove this funcionality from the api?

Thanks in advance.

Michael Dubakov

unread,
May 14, 2012, 7:37:35 AM5/14/12
to devtarge...@googlegroups.com, xram...@voxelgroup.net
Unfortunately it is not possible to create Request Types.
We have many requests to implement this feature, so we will add this possibility in the future

@mdubakov
Reply all
Reply to author
Forward
0 new messages