ArchivController.ArchivSBDoc Method

<HttpPost()> _ 
<Route("API/ArchivSBDoc")> _ 
Public Function ArchivSBDoc( _ 
ByVal sbnr As String, _ 
ByVal intid As String, _ 
ByVal partnernr As Integer, _ 
ByVal dokumentid As String
) As IHttpActionResult
This language is not supported or no code example is available.
[HttpPost()] 
[Route("API/ArchivSBDoc")] 
public IHttpActionResult ArchivSBDoc( 
string sbnr
string intid
int partnernr
string dokumentid 
)
This language is not supported or no code example is available.
[HttpPost()] 
[Route("API/ArchivSBDoc")] 
public:  
IHttpActionResult^ ArchivSBDoc( 
String^ sbnr
String^ intid
int partnernr
String^ dokumentid 
)
This language is not supported or no code example is available.
public  
HttpPost() 
Route("API/ArchivSBDoc") 
function ArchivSBDoc( 
sbnr : String
intid : String
partnernr : int
dokumentid : String 
) : IHttpActionResult;
This language is not supported or no code example is available.

Parameters

sbnr
string

intid
string

partnernr
int

dokumentid
string

Return Value

IHttpActionResult

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition