POST api/RxCPresentation
Request Information
URI Parameters
None.
Body Parameters
RxCPresentation| Name | Description | Type | Additional information |
|---|---|---|---|
| PresentationId | integer |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PresentationId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 5,
"CreatedOn": "2026-05-20T17:24:42.6643932+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:24:42.6643932+05:00",
"IsDeleted": 7
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RxCPresentation| Name | Description | Type | Additional information |
|---|---|---|---|
| PresentationId | integer |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PresentationId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 5,
"CreatedOn": "2026-05-20T17:24:42.6643932+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:24:42.6643932+05:00",
"IsDeleted": 7
}