SnipeitPS/docs/Invoke-Method.md
Stephen Maunder d28139a5bc Change build
2017-11-18 20:07:56 +00:00

1.3 KiB

external help file Module Name online version schema
SnipeItPS-help.xml SnipeItPS 2.0.0

Invoke-Method

SYNOPSIS

Extracted invokation of the REST method to own function.

SYNTAX

Invoke-Method [-URi] <Uri> [[-Method] <String>] [[-Body] <String>] [[-Token] <String>]

DESCRIPTION

{{Fill in the Description}}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-URi

REST API to invoke

Type: Uri
Parameter Sets: (All)
Aliases: 

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Method

Method of the invokation

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 2
Default value: GET
Accept pipeline input: False
Accept wildcard characters: False

-Body

Body of the request

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Token

{{Fill Token Description}}

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

System.Management.Automation.PSObject

NOTES