POST api/Base/AddFranchisee
Request Information
URI Parameters
None.
Body Parameters
Franchisee| Name | Description | Type | Additional information |
|---|---|---|---|
| Operator | string |
None. |
|
| FI_GUID | string |
None. |
|
| FI_Title | string |
None. |
|
| FI_Profile | string |
None. |
|
| FI_Photo | string |
None. |
|
| FI_Address | string |
None. |
|
| FI_Province | string |
None. |
|
| FI_City | string |
None. |
|
| FI_Area | string |
None. |
|
| FI_InviteCode | string |
None. |
|
| FI_Phone | string |
None. |
|
| FI_Linkman | string |
None. |
|
| FI_Role | string |
None. |
|
| FI_Account | string |
None. |
|
| FI_Status | string |
None. |
|
| FI_Superior | string |
None. |
|
| FI_PW | string |
None. |
|
| FI_RebateProportio1 | decimal number |
None. |
|
| FI_RebateProportio2 | decimal number |
None. |
|
| FI_RebateProportio3 | decimal number |
None. |
|
| FI_RebateProportio4 | decimal number |
None. |
|
| FI_RebateProportio5 | decimal number |
None. |
|
| FI_CustomerGUID | string |
None. |
|
| FI_IsGeneralDistributor | boolean |
None. |
|
| FI_InputDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Operator": "sample string 1",
"FI_GUID": "sample string 2",
"FI_Title": "sample string 3",
"FI_Profile": "sample string 4",
"FI_Photo": "sample string 5",
"FI_Address": "sample string 6",
"FI_Province": "sample string 7",
"FI_City": "sample string 8",
"FI_Area": "sample string 9",
"FI_InviteCode": "sample string 10",
"FI_Phone": "sample string 11",
"FI_Linkman": "sample string 12",
"FI_Role": "sample string 13",
"FI_Account": "sample string 14",
"FI_Status": "sample string 15",
"FI_Superior": "sample string 16",
"FI_PW": "sample string 17",
"FI_RebateProportio1": 1.0,
"FI_RebateProportio2": 1.0,
"FI_RebateProportio3": 1.0,
"FI_RebateProportio4": 1.0,
"FI_RebateProportio5": 1.0,
"FI_CustomerGUID": "sample string 18",
"FI_IsGeneralDistributor": true,
"FI_InputDate": "2026-04-20T10:53:28.9518815+08:00"
}
application/xml, text/xml
Sample:
<Franchisee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <FI_Account>sample string 14</FI_Account> <FI_Address>sample string 6</FI_Address> <FI_Area>sample string 9</FI_Area> <FI_City>sample string 8</FI_City> <FI_CustomerGUID>sample string 18</FI_CustomerGUID> <FI_GUID>sample string 2</FI_GUID> <FI_InputDate>2026-04-20T10:53:28.9518815+08:00</FI_InputDate> <FI_InviteCode>sample string 10</FI_InviteCode> <FI_IsGeneralDistributor>true</FI_IsGeneralDistributor> <FI_Linkman>sample string 12</FI_Linkman> <FI_PW>sample string 17</FI_PW> <FI_Phone>sample string 11</FI_Phone> <FI_Photo>sample string 5</FI_Photo> <FI_Profile>sample string 4</FI_Profile> <FI_Province>sample string 7</FI_Province> <FI_RebateProportio1>1</FI_RebateProportio1> <FI_RebateProportio2>1</FI_RebateProportio2> <FI_RebateProportio3>1</FI_RebateProportio3> <FI_RebateProportio4>1</FI_RebateProportio4> <FI_RebateProportio5>1</FI_RebateProportio5> <FI_Role>sample string 13</FI_Role> <FI_Status>sample string 15</FI_Status> <FI_Superior>sample string 16</FI_Superior> <FI_Title>sample string 3</FI_Title> <Operator>sample string 1</Operator> </Franchisee>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |