POST api/BasZone/Save
Request Information
URI Parameters
None.
Body Parameters
EntBasZoneName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ZoneID | string |
None. |
|
ZoneName | string |
None. |
|
Description | string |
None. |
|
ZoneType | string |
None. |
|
AreaCode | string |
None. |
|
CreateBy | string |
None. |
|
CreateTime | date |
None. |
|
EditBy | string |
None. |
|
EditTime | date |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "zoneID": "sample string 2", "zoneName": "sample string 3", "description": "sample string 4", "zoneType": "sample string 5", "areaCode": "sample string 6", "createBy": "sample string 7", "createTime": "2024-11-21 16:36:40", "editBy": "sample string 8", "editTime": "2024-11-21 16:36:40", "pageSize": 9, "pageIndex": 10, "totalCount": 11 }
application/xml, text/xml
Sample:
<EntBasZone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>10</PageIndex> <PageSize>9</PageSize> <TotalCount>11</TotalCount> <AreaCode>sample string 6</AreaCode> <CreateBy>sample string 7</CreateBy> <CreateTime>2024-11-21T16:36:40.157615+08:00</CreateTime> <Description>sample string 4</Description> <EditBy>sample string 8</EditBy> <EditTime>2024-11-21T16:36:40.157615+08:00</EditTime> <Id>1</Id> <ZoneID>sample string 2</ZoneID> <ZoneName>sample string 3</ZoneName> <ZoneType>sample string 5</ZoneType> </EntBasZone>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfStringName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | string |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": "sample string 3", "message": "sample string 4" }
application/xml, text/xml
Sample:
<ReturnResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>sample string 3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfstring>