POST api/UploadProgramazure?programid={programid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| programid | integer |
Required |
Body Parameters
ProgramDtoAzure| Name | Description | Type | Additional information |
|---|---|---|---|
| ProgramName | string |
None. |
|
| ProgramDesc | string |
None. |
|
| IsActive | boolean |
None. |
|
| FolderPaths | string |
None. |
|
| ProgramTag | string |
None. |
|
| IsWebContent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProgramName": "sample string 1",
"ProgramDesc": "sample string 2",
"IsActive": true,
"FolderPaths": "sample string 4",
"ProgramTag": "sample string 5",
"IsWebContent": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.