Template:WebService: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 9: Line 9:
{{UseCaseRow | GET Response | {{#if: {{{response|}}} | {{{response}}} | ''(TBD)''}} }}
{{UseCaseRow | GET Response | {{#if: {{{response|}}} | {{{response}}} | ''(TBD)''}} }}
{{UseCaseRow | GET Error | {{#if: {{{error|}}} | {{{error}}} | ''(TBD)''}} }}
{{UseCaseRow | GET Error | {{#if: {{{error|}}} | {{{error}}} | ''(TBD)''}} }}
{{#if: {{{example|}}} |  {{UseCaseRow | GET Example |  {{{url}}}/{{{example}}} }} }}
{{#if: {{{postrparams|}}} |  {{UseCaseRow | POST Parameters |  {{{postparams}}} }} }}
{{#if: {{{postrparams|}}} |  {{UseCaseRow | POST Parameters |  {{{postparams}}} }} }}
{{#if: {{{postresponse|}}} |  {{UseCaseRow | POST Response |  {{{postresponse}}} }} }}
{{#if: {{{postresponse|}}} |  {{UseCaseRow | POST Response |  {{{postresponse}}} }} }}
{{#if: {{{posterror|}}} |  {{UseCaseRow | POST Error |  {{{posterror}}} }} }}
{{#if: {{{posterror|}}} |  {{UseCaseRow | POST Error |  {{{posterror}}} }} }}
{{#if: {{{postexample|}}} |  {{UseCaseRow | POST Example |  {{url}}/{{{postexample}}} }} }}
{{#if: {{{notes|}}} | {{UseCaseRow | Notes | {{{notes}}} }} }}
{{#if: {{{notes|}}} | {{UseCaseRow | Notes | {{{notes}}} }} }}
</table>
</table>


{{#if: {{{resources|}}} |  '''Other Resources''':  {{{resources}}} | }}
{{#if: {{{resources|}}} |  '''Other Resources''':  {{{resources}}} | }}

Latest revision as of 19:40, 30 October 2012

Web Service: {{{1}}}



URL (TBD)
GET Parameters (TBD)
GET Response (TBD)
GET Error (TBD)