IService1UpdateParentOrg Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateParentOrg", ReplyAction = "http://tempuri.org/IService1/UpdateParentOrgResponse")] DataSet UpdateParentOrg( string zzRowId, string poRelId, string poRelName, string poRelType, string poCode, string poName, string poEmail, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateParentOrg", ReplyAction := "http://tempuri.org/IService1/UpdateParentOrgResponse")> Function UpdateParentOrg ( zzRowId As String, poRelId As String, poRelName As String, poRelType As String, poCode As String, poName As String, poEmail As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateParentOrg", ReplyAction = L"http://tempuri.org/IService1/UpdateParentOrgResponse")] DataSet^ UpdateParentOrg( String^ zzRowId, String^ poRelId, String^ poRelName, String^ poRelType, String^ poCode, String^ poName, String^ poEmail, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateParentOrg", ReplyAction = "http://tempuri.org/IService1/UpdateParentOrgResponse")>] abstract UpdateParentOrg : zzRowId : string * poRelId : string * poRelName : string * poRelType : string * poCode : string * poName : string * poEmail : string * key : string -> DataSet