POST api/Mobile/DayDuyetPhanQuyen

Request Information

URI Parameters

None.

Body Parameters

Input_PhanQuyen
NameDescriptionTypeAdditional information
Token_FCM

string

None.

username

string

None.

NguoiPheDuyet

string

None.

ID_DAI_VT

string

None.

ID_TO_VT

string

None.

ID_DOI_VT

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Token_FCM": "sample string 1",
  "username": "sample string 2",
  "NguoiPheDuyet": "sample string 3",
  "ID_DAI_VT": "sample string 4",
  "ID_TO_VT": "sample string 5",
  "ID_DOI_VT": "sample string 6"
}

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 'Input_PhanQuyen'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.