Product - Patch
Hiermee wordt het product met de opgegeven id gepatcht.
PATCH https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
product
|
path | True |
string uuid |
De product-id |
tenant
|
path | True |
string uuid |
De Tenant-id van Azure Sphere. |
Aanvraagbody
Name | Type | Description |
---|---|---|
Description |
string |
De beschrijving van het product. |
Name |
string |
De naam van het product. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
Voltooid. |
Definities
Name | Description |
---|---|
Product | |
Product |
Product
Name | Type | Description |
---|---|---|
Description |
string |
De beschrijving van het product. |
Id |
string |
De unieke id van het product. |
Name |
string |
De naam van het product. |
TenantId |
string |
De unieke id van de tenant die eigenaar is van het product. |
ProductPatchRequest
Name | Type | Description |
---|---|---|
Description |
string |
De beschrijving van het product. |
Name |
string |
De naam van het product. |