POST api/RecipeCategoryRecipes

Request Information

URI Parameters

None.

Body Parameters

RecipeCategoryRecipesClass
NameDescriptionTypeAdditional information
RecipeCategoryRecipeID

integer

None.

RecipeID

integer

None.

RecipeCategoryID

integer

None.

UpdatedAt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RecipeCategoryRecipeID": 1,
  "RecipeID": null,
  "RecipeCategoryID": null,
  "UpdatedAt": null
}

application/xml, text/xml

Sample:
<RecipeCategoryRecipesClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService">
  <UpdatedAt xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService.Models" />
  <RecipeCategoryID i:nil="true" />
  <RecipeCategoryRecipeID>1</RecipeCategoryRecipeID>
  <RecipeID i:nil="true" />
</RecipeCategoryRecipesClass>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RecipeCategoryRecipesClass
NameDescriptionTypeAdditional information
RecipeCategoryRecipeID

integer

None.

RecipeID

integer

None.

RecipeCategoryID

integer

None.

UpdatedAt

date

None.

Response Formats

application/json, text/json

Sample:
{
  "RecipeCategoryRecipeID": 1,
  "RecipeID": null,
  "RecipeCategoryID": null,
  "UpdatedAt": null
}

application/xml, text/xml

Sample:
<RecipeCategoryRecipesClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService">
  <UpdatedAt xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/ShoppingService.Models" />
  <RecipeCategoryID i:nil="true" />
  <RecipeCategoryRecipeID>1</RecipeCategoryRecipeID>
  <RecipeID i:nil="true" />
</RecipeCategoryRecipesClass>