POST api/RxCPhyCoordination
Request Information
URI Parameters
None.
Body Parameters
RxCPhyCoordination| Name | Description | Type | Additional information |
|---|---|---|---|
| PcId | integer |
None. |
|
| DId | integer |
None. |
|
| Code | string |
None. |
|
| Name | 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:
{
"PcId": 1,
"DId": 2,
"Code": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5",
"CreatedBy": 6,
"CreatedOn": "2026-05-20T17:22:38.167168+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:22:38.167168+05:00",
"IsDeleted": 8
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RxCPhyCoordination| Name | Description | Type | Additional information |
|---|---|---|---|
| PcId | integer |
None. |
|
| DId | integer |
None. |
|
| Code | string |
None. |
|
| Name | 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:
{
"PcId": 1,
"DId": 2,
"Code": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5",
"CreatedBy": 6,
"CreatedOn": "2026-05-20T17:22:38.167168+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:22:38.167168+05:00",
"IsDeleted": 8
}