Getting the Result of an Executed Request

You can send a request similar to the following to get the result of the executed request: GET https://demo123.suitetalk.api.netsuite.com/services/rest/async/v1/job/1/task/1/result.

The following example shows the returned result:

          {
    "links": [
        {
            "rel": "self",
            "href": "https://demo123.suitetalk.api.netsuite.com/services/rest/record/v1/customer/... "
        }
    ],
    "companyName": "Glenrock General Hospital",
    "email": "alan.smith@example.com",
    "entityStatus": {
        "links": [
            {
                "rel": "self",
                "href": "https://demo123.suitetalk.api.netsuite.com/services/rest/record/v1/customerstatus/13"
            }
        ],
        "id": "13",
        "refName": "CUSTOMER-Closed Won"
    }
} 

        

Related Topics

General Notices