POST api/ProdutoAssinatura
Cadastra um produto digital
Request Information
URI Parameters
None.
Body Parameters
ProdutoAssinatura| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| nome | string |
None. |
|
| desc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "0be28c8c-5959-4719-a93a-9e8a22ed8a1e",
"nome": "sample string 2",
"desc": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"