POST api/AddDetail/InsertAddDetails?filpath={filpath}&CompanyDetailId={CompanyDetailId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filpath | string |
Required |
|
| CompanyDetailId | integer |
Required |
Body Parameters
AddDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| AddId | integer |
None. |
|
| AddName | string |
None. |
|
| PictureURL | string |
None. |
|
| Link | string |
None. |
|
| IsActive | integer |
None. |
|
| Picture | string |
None. |
|
| InsertedBy | integer |
None. |
|
| InsertedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| CompanyDetailId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AddId": 1,
"AddName": "sample string 2",
"PictureURL": "sample string 3",
"Link": "sample string 4",
"IsActive": 1,
"Picture": "sample string 5",
"InsertedBy": 1,
"InsertedDate": "2025-12-06T04:57:03.6536396+00:00",
"UpdatedBy": 1,
"UpdatedDate": "2025-12-06T04:57:03.6536396+00:00",
"CompanyDetailId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.