post https://{accountName}.{environment}.com.br/api/catalog/pvt/skuservicetypeattachment
Associates an Attachment for an existing SKU Service Type
Request body has the following properties:
Attribute | Type | Description |
---|---|---|
AttachmentId | integer | Attachment ID |
SkuServiceTypeId | integer | SKU Service Type ID |
Request body example:
{
"AttachmentId": 1,
"SkuServiceTypeId": 1
}
Response body has the following properties:
Attribute | Type | Description |
---|---|---|
Id | integer | SKU Service Type Attachment |
AttachmentId | integer | Attachment ID |
SkuServiceTypeId | integer | SKU Service Type ID |
Response body example:
{
"Id": 1,
"AttachmentId": 1,
"SkuServiceTypeId": 1
}