POST api/Mobile/VanHanhID

Request Information

URI Parameters

None.

Body Parameters

Input_Vanhanh
NameDescriptionTypeAdditional information
Token_FCM

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",
  "ID_DAI_VT": "sample string 2",
  "ID_TO_VT": "sample string 3",
  "ID_DOI_VT": "sample string 4"
}

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

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.