POST api/AppProduct/AppSaveCallRequest
AppSaveCallRequest
Request Information
URI Parameters
None.
Body Parameters
AppSaveCallRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "4ad037f2-eac7-4db8-8c4a-5ab1b419f258"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveCallRequest_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1"
}