File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ private function getClassmap(ReadmeDocument $readmeDocument): array
151151$ readmeDocumentStruct = new ReadmeDocument (
152152 [
153153 'Scn\EvalancheSoapStruct\Struct\Account ' ,
154+ 'Scn\EvalancheSoapStruct\Struct\Article ' ,
154155 'Scn\EvalancheSoapStruct\Struct\Blacklist ' ,
155156 'Scn\EvalancheSoapStruct\Struct\Container ' ,
156157 'Scn\EvalancheSoapStruct\Struct\Form ' ,
Original file line number Diff line number Diff line change @@ -66,6 +66,21 @@ Discount(
6666 float <price>
6767)
6868```
69+ ### Article
70+ ##### ArticleDetail
71+ Contains detailed information about a specific article<br >
72+
73+ ```
74+ ArticleDetail(
75+ int <id>
76+ string <name>
77+ string <url>
78+ int <typeId>
79+ int <folderId>
80+ int <mandatorId>
81+ int <articleTypeId>
82+ )
83+ ```
6984### Blacklist
7085##### BlackList
7186Represents a list of BlackListItems for one specific mandator.<br >
@@ -135,6 +150,20 @@ ContainerAttributeRoleType(
135150 string <name>
136151)
137152```
153+ ##### ContainerDetail
154+ Contains detailed information about a specific container<br >
155+
156+ ```
157+ ContainerDetail(
158+ int <id>
159+ string <name>
160+ string <url>
161+ int <typeId>
162+ int <folderId>
163+ int <mandatorId>
164+ int <containerTypeId>
165+ )
166+ ```
138167### Form
139168##### FormConfiguration
140169Contains information about the configuration of a specific form<br >
You can’t perform that action at this time.
0 commit comments