Class ByProjectKeyOrdersEditsByIDApplyRequestBuilder
Constructors
constructor
- new ByProjectKeyOrdersEditsByIDApplyRequestBuilder(args): ByProjectKeyOrdersEditsByIDApplyRequestBuilder
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: {
ID: string;
projectKey: string;
};
}Optional
baseUri?: string
pathArgs: {
ID: string;
projectKey: string;
}
ID: string
projectKey: string
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { ID: string; projectKey: string; }; } Type declaration
Optional
baseUri?: string
pathArgs: {
ID: string;
projectKey: string;
}
ID: string
projectKey: string
Methods
post
- post(methodArgs): ApiRequest<OrderEdit>
Parameters
- methodArgs: {
body: OrderEditApply;
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Returns ApiRequest<OrderEdit>
Applying an OrderEdit produces the OrderEditApplied Message.