POST api/{apiVersion}/FavoriteProcess/Add
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
FavoriteProcessName | Description | Type | Additional information |
---|---|---|---|
OperationType | FavoriteOperationType |
None. |
|
Data | string |
None. |
|
CustomerId | globally unique identifier |
None. |
|
FavoriteName | string |
None. |
|
FavoriteId | globally unique identifier |
None. |
|
Amount | decimal number |
None. |
|
SystemUserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "OperationType": 0, "Data": "sample string 1", "CustomerId": "79164e1e-d994-496a-bf44-856527d1eab9", "FavoriteName": "sample string 3", "FavoriteId": "8624c50e-6953-4e56-b4c7-52caba035eb6", "Amount": 5.0, "SystemUserId": "d9d80b47-8eb2-4858-82bc-b86065794a2f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfGuidName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | globally unique identifier |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": "8d28ba44-153a-43fb-ba7e-01c37a259b14", "IsShowMessage": true, "IsShowRateAndReview": true }