POST api/AppProduct/AppSaveCallRequest

AppSaveCallRequest

Request Information

URI Parameters

None.

Body Parameters

AppSaveCallRequest
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "9f5854d8-aa31-4cfb-a4b4-9c9de53249f9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppSaveCallRequest_Response
NameDescriptionTypeAdditional information
Phone

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Phone": "sample string 1"
}