POST api/ProdutoCliente
Documentation for 'PostUploadArquivo'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| produtoCliente | Documentation for 'produtoCliente'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CorpoArquivo": "sample string 1",
"NomeArquivo": "sample string 2",
"IdProdutoCliente": "bfe46606-1c38-4c4b-9474-e7bbe2c0d8a0"
}
application/xml, text/xml
Sample:
<ProdutoCliente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kia.Dyn365.Api.Models"> <CorpoArquivo>sample string 1</CorpoArquivo> <IdProdutoCliente>bfe46606-1c38-4c4b-9474-e7bbe2c0d8a0</IdProdutoCliente> <NomeArquivo>sample string 2</NomeArquivo> </ProdutoCliente>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>