POST franchise_com/create

Request Information

URI Parameters

None.

Body Parameters

Request_Franchise_Com_CU
NameDescriptionTypeAdditional information
id

integer

Required

franchise_name_com

string

Required

id_user

integer

Required

user_name

string

Required

token

string

Required

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "franchise_name_com": "sample string 2",
  "id_user": 3,
  "user_name": "sample string 4",
  "token": "sample string 5"
}

application/xml, text/xml

Sample:
<Request_Franchise_Com_CU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/be_vime_group.Areas.Vime.Directory.Models.Request.Dictionary">
  <token xmlns="http://schemas.datacontract.org/2004/07/be_vime_group.Areas.Vime">sample string 5</token>
  <franchise_name_com>sample string 2</franchise_name_com>
  <id>1</id>
  <id_user>3</id_user>
  <user_name>sample string 4</user_name>
</Request_Franchise_Com_CU>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Request_Franchise_Com_CU'.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
status

integer

None.

error_code

string

None.

content

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "error_code": "sample string 2",
  "content": {}
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/be_vime_group.Areas.Vime">
  <content />
  <error_code>sample string 2</error_code>
  <status>1</status>
</Result>