POST api/values/getvaluupdatemobilnum

Request Information

URI Parameters

None.

Body Parameters

donmobupdate
NameDescriptionTypeAdditional information
mobileno

string

None.

chmobilno

string

None.

user_sk

integer

None.

type

integer

None.

datime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "mobileno": "sample string 1",
  "chmobilno": "sample string 2",
  "user_sk": 3,
  "type": 4,
  "datime": "2024-11-23T21:57:18.5339948-07:00"
}

application/xml, text/xml

Sample:
<donmobupdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PmsAPI.Models">
  <chmobilno>sample string 2</chmobilno>
  <datime>2024-11-23T21:57:18.5339948-07:00</datime>
  <mobileno>sample string 1</mobileno>
  <type>4</type>
  <user_sk>3</user_sk>
</donmobupdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.