POST api/AutoExtra/saveAutoExtraSec2
Request Information
URI Parameters
None.
Body Parameters
AutoExtraSec2Name | Description | Type | Additional information |
---|---|---|---|
AutoExtraSec2ID | integer |
None. |
|
CompanyID | integer |
None. |
|
IconURL | string |
None. |
|
S2Header | string |
None. |
|
S2Description | string |
None. |
|
IsDeleted | boolean |
None. |
|
SectionTypeID | integer |
None. |
|
S2IConURL | string |
None. |
|
S3Description | string |
None. |
|
CreatedBy | integer |
None. |
|
CreatedOn | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "AutoExtraSec2ID": 1, "CompanyID": 1, "IconURL": "sample string 1", "S2Header": "sample string 2", "S2Description": "sample string 3", "IsDeleted": true, "SectionTypeID": 1, "S2IConURL": "sample string 4", "S3Description": "sample string 5", "CreatedBy": 1, "CreatedOn": "2024-11-21T13:15:23.1039238+03:00", "ModifiedBy": 1, "ModifiedOn": "2024-11-21T13:15:23.1039238+03:00" }
application/xml, text/xml
Sample:
<AutoExtraSec2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MODEL.Models"> <AutoExtraSec2ID>1</AutoExtraSec2ID> <CompanyID>1</CompanyID> <CreatedBy>1</CreatedBy> <CreatedOn>2024-11-21T13:15:23.1039238+03:00</CreatedOn> <IconURL>sample string 1</IconURL> <IsDeleted>true</IsDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2024-11-21T13:15:23.1039238+03:00</ModifiedOn> <S2Description>sample string 3</S2Description> <S2Header>sample string 2</S2Header> <S2IConURL>sample string 4</S2IConURL> <S3Description>sample string 5</S3Description> <SectionTypeID>1</SectionTypeID> </AutoExtraSec2>
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.