POST api/AppMakeRecipe/GetRecipeInfo4Pc
“GetRecipeInfo4Pc”的文档。
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:48:15.6938287+08:00",
"AuthorId": "9c27494d-d308-4121-8b24-9cdc0baea276",
"UserId": "e061ac16-9889-4590-8c20-95ab2a8e4a8b"
}
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>9c27494d-d308-4121-8b24-9cdc0baea276</AuthorId> <RecipeDate>2026-08-20T04:48:15.6938287+08:00</RecipeDate> <UserId>e061ac16-9889-4590-8c20-95ab2a8e4a8b</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>