...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<endpoint xmlns="http://www.knubisoft.com/api/schema/endpoint"> <swagger> <operationId>addFirmInformation</operationId> <summary>Add firm information</summary> <description>Add firm information</description> <tags> <tag>Company</tag> </tags> </swagger> <post> <response include="firmInformationResponse.xml"/> <request/> </post> </endpoint> |
Response & request
Creating
Describing
Example
Put it all together
As a result you should get the following structure:
...