Package version:

Interface CreatePerson202Response

A successful call returns an empty response body. The service has accepted the request and will start processing soon. The client can query the operation status and result using the URL specified in the 'Operation-Location' response header. The URL expires in 48 hours.

interface CreatePerson202Response {
    body: CreatePersonResultOutput;
    headers: any;
    status: "202";
}

Hierarchy

  • unknown
    • CreatePerson202Response

Properties

Properties

headers: any
status: "202"