PUT api/Dispensary
Request Information
URI Parameters
None.
Body Parameters
SSDispensary| Name | Description | Type | Additional information |
|---|---|---|---|
| DispensaryId | 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. |
|
| OrgId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DispensaryId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 1,
"CreatedOn": "2026-05-20T17:30:44.5728835+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:30:44.5728835+05:00",
"IsDeleted": 5,
"OrgId": 6
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SSDispensary| Name | Description | Type | Additional information |
|---|---|---|---|
| DispensaryId | 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. |
|
| OrgId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"DispensaryId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 1,
"CreatedOn": "2026-05-20T17:30:44.5728835+05:00",
"ModifiedBy": 1,
"ModifiedOn": "2026-05-20T17:30:44.5728835+05:00",
"IsDeleted": 5,
"OrgId": 6
}