POST api/Cust/EditBaseCustModel
Request Information
URI Parameters
None.
Body Parameters
OperationBaseCustViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FKey | integer |
None. |
|
| FCompID | integer |
None. |
|
| FCompName | string |
None. |
|
| FNO | string |
None. |
|
| FSectionID | integer |
None. |
|
| FSectionName | string |
None. |
|
| FName | string |
None. |
|
| FType | integer |
None. |
|
| FTel | string |
None. |
|
| FTel1 | string |
None. |
|
| FTel2 | string |
None. |
|
| FStatus | integer |
None. |
|
| FAddressCityCode | integer |
None. |
|
| FAddressCountyCode | integer |
None. |
|
| FAddressTownsCode | integer |
None. |
|
| FAddressVillageCode | integer |
None. |
|
| FAddress | string |
None. |
|
| FAddressPointLng | decimal number |
None. |
|
| FAddressPointLat | decimal number |
None. |
|
| FIDType | integer |
None. |
|
| FIDNumber | string |
None. |
|
| FIDImage | string |
None. |
|
| FContract | string |
None. |
|
| FContractDate | date |
None. |
|
| FAgreement | string |
None. |
|
| FAgreementDate | date |
None. |
|
| FFrom | integer |
None. |
|
| FBankAccount | string |
None. |
|
| FPayType | integer |
None. |
|
| FRecommendType | integer |
None. |
|
| FRecommendID | integer |
None. |
|
| FParentNO | string |
None. |
|
| FSendType | integer |
None. |
|
| FBuyFirst | date |
None. |
|
| FBuyLast | date |
None. |
|
| FBuyTimes | integer |
None. |
|
| FBuyMoney | decimal number |
None. |
|
| FMortgageQty | integer |
None. |
|
| FCashPledge | decimal number |
None. |
|
| FLineOfCredit | decimal number |
None. |
|
| FDebt | decimal number |
None. |
|
| FOptID | integer |
None. |
|
| FOptName | string |
None. |
|
| FOptTime | date |
None. |
|
| FOptIDEdit | integer |
None. |
|
| FOptNameEdit | string |
None. |
|
| FOptTimeEdit | date |
None. |
|
| FContractFile | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FKey": 1,
"FCompID": 1,
"FCompName": "sample string 2",
"FNO": "sample string 3",
"FSectionID": 1,
"FSectionName": "sample string 4",
"FName": "sample string 5",
"FType": 1,
"FTel": "sample string 6",
"FTel1": "sample string 7",
"FTel2": "sample string 8",
"FStatus": 1,
"FAddressCityCode": 1,
"FAddressCountyCode": 1,
"FAddressTownsCode": 1,
"FAddressVillageCode": 1,
"FAddress": "sample string 9",
"FAddressPointLng": 1.1,
"FAddressPointLat": 1.1,
"FIDType": 1,
"FIDNumber": "sample string 10",
"FIDImage": "sample string 11",
"FContract": "sample string 12",
"FContractDate": "2025-12-06 13:39:57",
"FAgreement": "sample string 13",
"FAgreementDate": "2025-12-06 13:39:57",
"FFrom": 1,
"FBankAccount": "sample string 14",
"FPayType": 1,
"FRecommendType": 1,
"FRecommendID": 1,
"FParentNO": "sample string 15",
"FSendType": 1,
"FBuyFirst": "2025-12-06 13:39:57",
"FBuyLast": "2025-12-06 13:39:57",
"FBuyTimes": 1,
"FBuyMoney": 1.0,
"FMortgageQty": 1,
"FCashPledge": 1.0,
"FLineOfCredit": 1.0,
"FDebt": 1.0,
"FOptID": 1,
"FOptName": "sample string 16",
"FOptTime": "2025-12-06 13:39:57",
"FOptIDEdit": 1,
"FOptNameEdit": "sample string 17",
"FOptTimeEdit": "2025-12-06 13:39:57",
"FContractFile": "sample string 18"
}
application/xml, text/xml
Sample:
<OperationBaseCustViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel"> <FAddress>sample string 9</FAddress> <FAddressCityCode>1</FAddressCityCode> <FAddressCountyCode>1</FAddressCountyCode> <FAddressPointLat>1.1</FAddressPointLat> <FAddressPointLng>1.1</FAddressPointLng> <FAddressTownsCode>1</FAddressTownsCode> <FAddressVillageCode>1</FAddressVillageCode> <FAgreement>sample string 13</FAgreement> <FAgreementDate>2025-12-06T13:39:57.8252131+08:00</FAgreementDate> <FBankAccount>sample string 14</FBankAccount> <FBuyFirst>2025-12-06T13:39:57.8252131+08:00</FBuyFirst> <FBuyLast>2025-12-06T13:39:57.8252131+08:00</FBuyLast> <FBuyMoney>1</FBuyMoney> <FBuyTimes>1</FBuyTimes> <FCashPledge>1</FCashPledge> <FCompID>1</FCompID> <FCompName>sample string 2</FCompName> <FContract>sample string 12</FContract> <FContractDate>2025-12-06T13:39:57.8252131+08:00</FContractDate> <FContractFile>sample string 18</FContractFile> <FDebt>1</FDebt> <FFrom>1</FFrom> <FIDImage>sample string 11</FIDImage> <FIDNumber>sample string 10</FIDNumber> <FIDType>1</FIDType> <FKey>1</FKey> <FLineOfCredit>1</FLineOfCredit> <FMortgageQty>1</FMortgageQty> <FNO>sample string 3</FNO> <FName>sample string 5</FName> <FOptID>1</FOptID> <FOptIDEdit>1</FOptIDEdit> <FOptName>sample string 16</FOptName> <FOptNameEdit>sample string 17</FOptNameEdit> <FOptTime>2025-12-06T13:39:57.8252131+08:00</FOptTime> <FOptTimeEdit>2025-12-06T13:39:57.8252131+08:00</FOptTimeEdit> <FParentNO>sample string 15</FParentNO> <FPayType>1</FPayType> <FRecommendID>1</FRecommendID> <FRecommendType>1</FRecommendType> <FSectionID>1</FSectionID> <FSectionName>sample string 4</FSectionName> <FSendType>1</FSendType> <FStatus>1</FStatus> <FTel>sample string 6</FTel> <FTel1>sample string 7</FTel1> <FTel2>sample string 8</FTel2> <FType>1</FType> </OperationBaseCustViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageModelOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": 4
}
application/xml, text/xml
Sample:
<MessageModelOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity"> <Msg>sample string 3</Msg> <Response>4</Response> <Status>200</Status> <Success>true</Success> </MessageModelOfint>