Class ByProjectKeyCustomersImportContainersByImportContainerKeyRequestBuilder
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { importContainerKey: string; projectKey: string; }; } Type declaration
Optional
baseUri?: string
pathArgs: {
importContainerKey: string;
projectKey: string;
}
importContainerKey: string
projectKey: string
Methods
post
- post(methodArgs): ApiRequest<ImportResponse>
Parameters
- methodArgs: {
body: CustomerImportRequest;
headers?: {
[key: string]: string | string[];
};
}Optional
headers?: {
[key: string]: string | string[];
}
[key: string]: string | string[]
Creates a request for creating new Customers or updating existing ones.