IService1AddAuditorStateMap Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddAuditorStateMap", ReplyAction = "http://tempuri.org/IService1/AddAuditorStateMapResponse")] bool AddAuditorStateMap( string stateId, string stateName, string auditorId, string auditorName, string carrierId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddAuditorStateMap", ReplyAction := "http://tempuri.org/IService1/AddAuditorStateMapResponse")> Function AddAuditorStateMap ( stateId As String, stateName As String, auditorId As String, auditorName As String, carrierId As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddAuditorStateMap", ReplyAction = L"http://tempuri.org/IService1/AddAuditorStateMapResponse")] bool AddAuditorStateMap( String^ stateId, String^ stateName, String^ auditorId, String^ auditorName, String^ carrierId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/AddAuditorStateMap", ReplyAction = "http://tempuri.org/IService1/AddAuditorStateMapResponse")>] abstract AddAuditorStateMap : stateId : string * stateName : string * auditorId : string * auditorName : string * carrierId : string * key : string -> bool