POST api/AppMakeRecipe/GetRecipeInfo
“GetRecipeInfo”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inPrame | “inPrame”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RecipeDate": "2026-08-20T04:46:52.4750787+08:00",
"AuthorId": "aeed4415-e452-4373-9b13-9607d8b65595",
"UserId": "4d307fbe-b785-40a7-b4d0-3274414ad1ec"
}
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>aeed4415-e452-4373-9b13-9607d8b65595</AuthorId> <RecipeDate>2026-08-20T04:46:52.4750787+08:00</RecipeDate> <UserId>4d307fbe-b785-40a7-b4d0-3274414ad1ec</UserId> </AppMakeRecipe.InSelectPrame>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Model": {},
"ErrorMessage": "sample string 2",
"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 2</_x003C_ErrorMessage_x003E_k__BackingField> <_x003C_Model_x003E_k__BackingField /> </ResultModel>