POST api/LeadGenForm
Request Information
URI Parameters
None.
Body Parameters
LeadGenFormName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
FormName | string |
None. |
|
AdAccount_ID | integer |
None. |
|
CustomerCode | string |
None. |
|
NodeCode | integer |
None. |
|
FromFacebook | boolean |
None. |
|
CreatedBy | integer |
None. |
|
CreatedByName | string |
String length: inclusive between 0 and 100 |
|
CreateDate | date |
None. |
|
LastModifiedBy | integer |
None. |
|
LastModifiedByName | string |
String length: inclusive between 0 and 100 |
|
LastModifiedOn | date |
None. |
|
IsDeleted | integer |
None. |
|
DeletedBy | integer |
None. |
|
DeletedByName | string |
String length: inclusive between 0 and 100 |
|
DeleteDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "FormName": "sample string 2", "AdAccount_ID": 3, "CustomerCode": "sample string 4", "NodeCode": 1, "FromFacebook": true, "CreatedBy": 6, "CreatedByName": "sample string 7", "CreateDate": "16/10/2025 02:38", "LastModifiedBy": 8, "LastModifiedByName": "sample string 9", "LastModifiedOn": "16/10/2025 02:38", "IsDeleted": 10, "DeletedBy": 11, "DeletedByName": "sample string 12", "DeleteDate": "16/10/2025 02:38" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.