Class ByProjectKeyAsAssociateByAssociateIdBusinessUnitsKeyByKeyRequestBuilder
Constructors
constructor
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: { associateId: string; key: string; projectKey: string };
}
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { associateId: string; key: string; projectKey: string };} Methods
get
get( methodArgs?: { headers?: { [key: string]: string | string[] }; queryArgs?: { expand?: string | string[]; [key: string]: QueryParam }; },): ApiRequest<BusinessUnit> 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
Parameters
- methodArgs: {
body: BusinessUnitUpdate;
headers?: { [key: string]: string | string[] };
queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };
}
Checks if a BusinessUnit exists for a given
key
. Returns a200 OK
status if the BusinessUnit exists or a404 Not Found
otherwise.