Typescript SDK Type Docs
Preparing search index...
Platform SDK
ByProjectKeyOrdersEditsByIDApplyRequestBuilder
Class ByProjectKeyOrdersEditsByIDApplyRequestBuilder
Index
Constructors
constructor
Properties
args
Methods
post
Constructors
constructor
new
ByProjectKeyOrdersEditsByIDApplyRequestBuilder
(
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
ID
:
string
;
projectKey
:
string
}
;
}
,
)
:
ByProjectKeyOrdersEditsByIDApplyRequestBuilder
Parameters
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
ID
:
string
;
projectKey
:
string
}
;
}
Returns
ByProjectKeyOrdersEditsByIDApplyRequestBuilder
Properties
Protected
Readonly
args
args
:
{
baseUri
?:
string
;
executeRequest
:
executeRequest
;
pathArgs
:
{
ID
:
string
;
projectKey
:
string
}
;
}
Methods
post
post
(
methodArgs
:
{
body
:
OrderEditApply
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
;
}
,
)
:
ApiRequest
<
OrderEdit
>
Applying an OrderEdit produces the
OrderEditApplied
Message.
Parameters
methodArgs
:
{
body
:
OrderEditApply
;
headers
?:
{
[
key
:
string
]:
string
|
string
[]
}
}
Returns
ApiRequest
<
OrderEdit
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
args
Methods
post
Typescript SDK Type Docs
Loading...
Applying an OrderEdit produces the OrderEditApplied Message.