POST api/FavoriteProcess/Add
Request Information
URI Parameters
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": "ab16bd73-1af7-433a-94b9-46e500159826", "FavoriteName": "sample string 3", "FavoriteId": "1a41f580-501d-40c3-bb3a-d9ebbe866dcd", "Amount": 5.0, "SystemUserId": "5d4c071f-0abf-4f3d-8642-50c2deba0880" }
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": "3eeae347-b14b-4ec6-96e9-c66295459cfa", "IsShowMessage": true, "IsShowRateAndReview": true }