POST Freelancer/ReviewAddOrUpdate
Request Information
URI Parameters
None.
Body Parameters
FreelancerReviewAddFormName | Description | Type | Additional information |
---|---|---|---|
freelancerWmid | string |
None. |
|
text | string |
None. |
|
ratings | Collection of FreelancerReviewRatingForm |
None. |
Request Formats
application/json, text/json
Sample:
{ "freelancerWmid": "sample string 1", "text": "sample string 2", "ratings": [ { "type": 0, "value": 1 }, { "type": 0, "value": 1 } ] }
Response Information
Resource Description
FreelancerReviewIdentViewName | Description | Type | Additional information |
---|---|---|---|
uid | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "uid": "sample string 1" }