POST api/Users/Favorites
Request Information
URI Parameters
None.
Body Parameters
FavoritesDTOName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
OrderId | integer |
None. |
|
OrderNumber | string |
None. |
|
WorksheetName | string |
None. |
|
CustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "OrderId": 2, "OrderNumber": "sample string 3", "WorksheetName": "sample string 4", "CustomerId": 5 }
text/html, multipart/form-data, application/zip
Sample:
{"UserId":1,"OrderId":2,"OrderNumber":"sample string 3","WorksheetName":"sample string 4","CustomerId":5}
application/xml, text/xml
Sample:
<FavoritesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DentaCad.DTO"> <CustomerId>5</CustomerId> <OrderId>2</OrderId> <OrderNumber>sample string 3</OrderNumber> <UserId>1</UserId> <WorksheetName>sample string 4</WorksheetName> </FavoritesDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data, application/zip, application/xml, text/xml
Sample:
Sample not available.