Class ByProjectKeyOrdersEditsByIDApplyRequestBuilder
 Constructors
constructor
Parameters
- args: {
    baseUri?: string;
    executeRequest: executeRequest;
    pathArgs: { ID: string; projectKey: string };
} 
 Properties
Protected Readonlyargs
args: {    baseUri?: string;    executeRequest: executeRequest;    pathArgs: { ID: string; projectKey: string };}  Methods
post
Parameters
- methodArgs: { body: OrderEditApply; headers?: { [key: string]: string | string[] } }
 
Applying an OrderEdit produces the OrderEditApplied Message.