Strategy
This method allows inserting strategies through a REST API.
POST /apigateway/se/rest/v1/project/strategy
Request example:
| Request body parameter | Type | Required | Description | 
|---|---|---|---|
| idStrategy | String | No | ID # | 
| nmStrategy | String | Yes | Name | 
Request example:
{
  "idStrategy": "string",
  "nmStrategy": "string"
}
Response example:
200 OK
{
  "success": true,
  "total": 1,
  "results": [
    {
      "Result": true,
      "Code": 1
    }
  ]
}