POST api/AutoExtra/saveAutoExtra
Request Information
URI Parameters
None.
Body Parameters
AutoExtraPage| Name | Description | Type | Additional information |
|---|---|---|---|
| AutoExtraPageID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| S1Header | string |
None. |
|
| S1Description | string |
None. |
|
| S1ImageURL | string |
None. |
|
| S2Header | string |
None. |
|
| S2Description | string |
None. |
|
| S2ImageURL | string |
None. |
|
| S3Header | string |
None. |
|
| S3Description | string |
None. |
|
| S3ImageURL | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"AutoExtraPageID": 1,
"CompanyID": 1,
"S1Header": "sample string 1",
"S1Description": "sample string 2",
"S1ImageURL": "sample string 3",
"S2Header": "sample string 4",
"S2Description": "sample string 5",
"S2ImageURL": "sample string 6",
"S3Header": "sample string 7",
"S3Description": "sample string 8",
"S3ImageURL": "sample string 9",
"IsDeleted": true,
"CreatedBy": 1,
"CreatedOn": "2025-11-01T16:03:11.2398185+03:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-11-01T16:03:11.2398185+03:00"
}
application/xml, text/xml
Sample:
<AutoExtraPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MODEL.Models"> <AutoExtraPageID>1</AutoExtraPageID> <CompanyID>1</CompanyID> <CreatedBy>1</CreatedBy> <CreatedOn>2025-11-01T16:03:11.2398185+03:00</CreatedOn> <IsDeleted>true</IsDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-11-01T16:03:11.2398185+03:00</ModifiedOn> <S1Description>sample string 2</S1Description> <S1Header>sample string 1</S1Header> <S1ImageURL>sample string 3</S1ImageURL> <S2Description>sample string 5</S2Description> <S2Header>sample string 4</S2Header> <S2ImageURL>sample string 6</S2ImageURL> <S3Description>sample string 8</S3Description> <S3Header>sample string 7</S3Header> <S3ImageURL>sample string 9</S3ImageURL> </AutoExtraPage>
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.