POST api/ProdutoItems?arquivoNome={arquivoNome}&percentualDe={percentualDe}&percentualPor={percentualPor}&siteID={siteID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| arquivoNome | string |
Required |
|
| percentualDe | decimal number |
Required |
|
| percentualPor | decimal number |
Required |
|
| siteID | integer |
Required |
Body Parameters
CloudBlobContainer| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceClient | CloudBlobClient |
None. |
|
| Uri | URI |
None. |
|
| StorageUri | StorageUri |
None. |
|
| Name | string |
None. |
|
| Metadata | Dictionary of string [key] and string [value] |
None. |
|
| Properties | BlobContainerProperties |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
YamahaOUT| Name | Description | Type | Additional information |
|---|---|---|---|
| Atualizados | integer |
None. |
|
| Inativados | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Atualizados": 1,
"Inativados": 2
}