POST api/AppMakeRecipe/GetRecipeInfo

“GetRecipeInfo”的文档。

Request Information

Parameters

NameDescriptionAdditional information
inPrame
“inPrame”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RecipeDate": "2026-08-18T08:09:49.2094537+08:00",
  "AuthorId": "76256ea6-8302-4212-9ddf-d5839d7bd69b",
  "UserId": "3c6fe2d0-3ed8-4a09-9484-6f592fe9e0b2",
  "Yeyptid": "sample string 4"
}

application/xml, text/xml

Sample:
<AppMakeRecipe.InSelectPrame xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OP.WebApi.Models">
  <AuthorId>76256ea6-8302-4212-9ddf-d5839d7bd69b</AuthorId>
  <RecipeDate>2026-08-18T08:09:49.2094537+08:00</RecipeDate>
  <UserId>3c6fe2d0-3ed8-4a09-9484-6f592fe9e0b2</UserId>
  <Yeyptid>sample string 4</Yeyptid>
</AppMakeRecipe.InSelectPrame>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'InSelectPrame'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Model": {},
  "Model1": {},
  "Model2": {},
  "Model3": {},
  "Model4": {},
  "Model5": {},
  "Model6": {},
  "ErrorMessage": "sample string 8",
  "ErroCode": -1
}

application/xml, text/xml

Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OP.WebApi.Models">
  <_x003C_ErrorMessage_x003E_k__BackingField>sample string 8</_x003C_ErrorMessage_x003E_k__BackingField>
  <_x003C_Model1_x003E_k__BackingField />
  <_x003C_Model2_x003E_k__BackingField />
  <_x003C_Model3_x003E_k__BackingField />
  <_x003C_Model4_x003E_k__BackingField />
  <_x003C_Model5_x003E_k__BackingField />
  <_x003C_Model6_x003E_k__BackingField />
  <_x003C_Model_x003E_k__BackingField />
</ResultModel>