Template:WebService: Difference between revisions
From IHRIS Wiki
(Created page with "===Web Service: {{#if: {{{number|}}} | <i style='color:red'>{{{number}}}</i> |}} {{ucfirst:{{StripWhitespace| {{{1}}}}}}}=== <hr/> {{#if: {{{description|}}} | {{{ description}}...") |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
{{UseCaseRow:|URL | {{#if: {{{url|}}} | {{{url}}} | ''(TBD)''}} }} | {{UseCaseRow:|URL | {{#if: {{{url|}}} | {{{url}}} | ''(TBD)''}} }} | ||
{{#if: {{{applications|}}} | {{UseCaseRow | Applications | {{{applications}}} }} }} | {{#if: {{{applications|}}} | {{UseCaseRow | Applications | {{{applications}}} }} }} | ||
{{UseCaseRow | | {{UseCaseRow | GET Parameters | {{#if: {{{params|}}} | {{{params}}} | ''(TBD)''}} }} | ||
{{UseCaseRow | Response | {{#if: {{{response|}}} | {{{response}}} | ''(TBD)''}} }} | {{UseCaseRow | GET Response | {{#if: {{{response|}}} | {{{response}}} | ''(TBD)''}} }} | ||
{{UseCaseRow | 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: {{{postresponse|}}} | {{UseCaseRow | POST Response | {{{postresponse}}} }} }} | |||
{{#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) |