Class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersByIDRequestBuilder
Constructors
constructor
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: {
associateId: string;
businessUnitKey: string;
ID: string;
projectKey: string;
};
}
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<Order> Parameters
Optional
methodArgs: {
headers?: { [key: string]: string | string[] };
queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };
}
head
head( methodArgs?: { headers?: { [key: string]: string | string[] } },): ApiRequest<void> Parameters
Optional
methodArgs: { headers?: { [key: string]: string | string[] } }
post
post( methodArgs: { body: OrderUpdate; headers?: { [key: string]: string | string[] }; queryArgs?: { expand?: string | string[]; [key: string]: QueryParam }; },): ApiRequest<Order> Parameters
- methodArgs: {
body: OrderUpdate;
headers?: { [key: string]: string | string[] };
queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };
}
If the Order exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.