Modifier

Partager via


Get itemVariants

Retrieve the properties and relationships of a itemVariant object for Business Central.

HTTP request

Replace the URL prefix for Business Central depending on environment following the guideline.

GET businesscentralPrefix/companies({id})/itemVariants({id})
GET businesscentralPrefix/companies({id})/items({id})/itemVariants({id})

Request headers

Header Value
Authorization Bearer {token}. Required.

Request body

Do not supply a request body for this method.

Response

If successful, this method returns a 200 OK response code and an itemVariants object in the response body.

Example

Request

Here is an example of the request.

GET https://{businesscentralPrefix}/api/v2.0/companies({id})/itemVariants({id})

Response

Here is an example of the response.

{
    "id": "c12af665-c1e3-ea11-aa60-000d3ad7cacb",
    "itemId": "fca5738a-44e3-ea11-bb43-000d3a2feca1",
    "itemNumber": "1896-S",
    "code": "TESTCRUD",
    "description": "test crud"
}

See also

Tips for working with the APIs
itemvariant
Delete itemvariant
Create itemvariant
Update itemvariant