Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleSummary


Excerpt
 Provides a list of food user codes which are contained within groups which are marked as "Published" groups.

  


Note: If you are upgrading to Gen API 3.1 (or later) you will want to reference this page.

Style
.resourceUrl {	
	font-weight: bold;
	font-family: 'lucida console', 'courier new', monospace;
	margin-left: 12px;
}


Style
.httpVerb { 
	border: solid 1px green; 
	background-color: #e0f5e0;
	padding: 5px;
}



Panel
borderColorblack
bgColor#f5fff5
borderWidth1
titleBGColor#e0e0e0
borderStylesolid
titleResource


Span
classhttpVerb
POST


Span
classresourceUrl
/rest/FoodQueryService.svc/ListPublishedFoodUserCodes



Panel
borderColorblack
bgColor#ffffff
borderWidth1
titleBGColor#f5f5f5
borderStylesolid
titleRequest


Info

The request body is empty. 



Examples


Code Block
titleExample Request
request={ }


Code Block
languagejs
titleExample Response
{
	"UserCodes":["15","19","7","12","4","26","20","3","14","27","18","10","1","8","21","22","2","6","23","13","11","16"],
	"Status":0
}


Code Block
languagejs
linenumberstrue