Class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyOrdersByIDRequestBuilder
 Constructors
constructor
Parameters
- args: {
    baseUri?: string;
    executeRequest: executeRequest;
    pathArgs: {
        associateId: string;
        businessUnitKey: string;
        ID: string;
        projectKey: string;
    };
} 
 Properties
Protected Readonlyargs
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
OptionalmethodArgs: {
    headers?: { [key: string]: string | string[] };
    queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };
}
head
head(    methodArgs?: { headers?: { [key: string]: string | string[] } },): ApiRequest<void> Parameters
OptionalmethodArgs: { 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.