POST api/Settings/Post_Lead2Company
Request Information
URI Parameters
None.
Body Parameters
LeadEx| Name | Description | Type | Additional information |
|---|---|---|---|
| companyid | integer |
None. |
|
| createby | string |
None. |
|
| createdate | date |
None. |
|
| leads | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyid": 1,
"createby": "sample string 2",
"createdate": "2025-10-27T21:16:58.9705342+00:00",
"leads": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.