POST api/AddDetail/InsertAddDetails?filpath={filpath}&CompanyDetailId={CompanyDetailId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filpath

string

Required

CompanyDetailId

integer

Required

Body Parameters

AddDetail
NameDescriptionTypeAdditional 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": "2024-12-12T17:28:15.4228091+00:00",
  "UpdatedBy": 1,
  "UpdatedDate": "2024-12-12T17:28:15.4228091+00:00",
  "CompanyDetailId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.