GET API/CategoryProposals/GetCategoryProposals
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CategoryProposals| Name | Description | Type | Additional information |
|---|---|---|---|
| Categories | Collection of CategoryProposal |
None. |
|
| Success | boolean |
None. |
|
| ErrorCode | ErrorCodes |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Categories": null,
"Success": true,
"ErrorCode": 101,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<CategoryProposals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Budget_WebAPI.Models"> <ErrorCode>InvalidToken</ErrorCode> <Message>sample string 2</Message> <Success>true</Success> <Categories i:nil="true" /> </CategoryProposals>