Typescript SDK Type Docs
Preparing search index...
Platform SDK
ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesByIDRequestBuilder
Class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesByIDRequestBuilder
Index
Constructors
constructor
Properties
args
Methods
get
post
Constructors
constructor
new
ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesByIDRequestBuilder
(
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
associateId
:
string
;
businessUnitKey
:
string
;
ID
:
string
;
projectKey
:
string
;
}
;
}
,
)
:
ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesByIDRequestBuilder
Parameters
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
associateId
:
string
;
businessUnitKey
:
string
;
ID
:
string
;
projectKey
:
string
;
}
;
}
Returns
ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyApprovalRulesByIDRequestBuilder
Properties
Protected
Readonly
args
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
associateId
:
string
;
businessUnitKey
:
string
;
ID
:
string
;
projectKey
:
string
;
}
;
}
Methods
get
get
(
methodArgs
?:
{
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
queryArgs
?:
{
expand
?:
string
|
string
[]
;
[
key
:
string
]:
QueryParam
}
;
}
,
)
:
ApiRequest
<
ApprovalRule
>
Parameters
Optional
methodArgs
:
{
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
queryArgs
?:
{
expand
?:
string
|
string
[]
;
[
key
:
string
]:
QueryParam
}
;
}
Returns
ApiRequest
<
ApprovalRule
>
post
post
(
methodArgs
:
{
body
:
ApprovalRuleUpdate
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
queryArgs
?:
{
expand
?:
string
|
string
[]
;
[
key
:
string
]:
QueryParam
}
;
}
,
)
:
ApiRequest
<
ApprovalRule
>
Parameters
methodArgs
:
{
body
:
ApprovalRuleUpdate
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
queryArgs
?:
{
expand
?:
string
|
string
[]
;
[
key
:
string
]:
QueryParam
}
;
}
Returns
ApiRequest
<
ApprovalRule
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
args
Methods
get
post
Typescript SDK Type Docs
Loading...