POST api/WebApp/GetAddProductMakerRequests
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MethodReturnOfListOfNewProductWorkflowResponseName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | Collection of NewProductWorkflowResponse |
None. |
|
ReturnType | string |
None. |
|
IsSuccess | boolean |
None. |
|
Message | string |
None. |
|
Schema | string |
None. |
|
UTCDate | date |
None. |
|
Token | string |
None. |
|
ResponseCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ReturnValue": [ { "WFKPKValue": "sample string 1", "ProductID": 2, "OrganizationID": 3, "ProductClassCode": "sample string 4", "ProductCode": "sample string 5", "ProductName": "sample string 6", "Logo": 7, "BackgroundImage": 8, "FontColor": "sample string 9", "FontSize": 10, "FontName": "sample string 11", "ParentProductID": 12, "Active": "sample string 13", "SourceSystemName": "sample string 14", "SourceSystemCode": "sample string 15", "ProductGL": "sample string 16", "LnInterestRate": 1.0, "MinTenure": 1, "MaxTenure": 1, "MinLnAmount": 1.0, "MaxLnAmount": 1.0, "CreatedBy": "sample string 17", "CreatedDate": "2024-11-27T19:36:27.0287324+03:00", "ModifiedBy": "sample string 19", "ModifiedDate": "2024-11-27T19:36:27.0287324+03:00", "RecOwnerOrgID": 21 }, { "WFKPKValue": "sample string 1", "ProductID": 2, "OrganizationID": 3, "ProductClassCode": "sample string 4", "ProductCode": "sample string 5", "ProductName": "sample string 6", "Logo": 7, "BackgroundImage": 8, "FontColor": "sample string 9", "FontSize": 10, "FontName": "sample string 11", "ParentProductID": 12, "Active": "sample string 13", "SourceSystemName": "sample string 14", "SourceSystemCode": "sample string 15", "ProductGL": "sample string 16", "LnInterestRate": 1.0, "MinTenure": 1, "MaxTenure": 1, "MinLnAmount": 1.0, "MaxLnAmount": 1.0, "CreatedBy": "sample string 17", "CreatedDate": "2024-11-27T19:36:27.0287324+03:00", "ModifiedBy": "sample string 19", "ModifiedDate": "2024-11-27T19:36:27.0287324+03:00", "RecOwnerOrgID": 21 } ], "ReturnType": "sample string 1", "IsSuccess": true, "Message": "sample string 3", "Schema": "sample string 4", "UTCDate": "2024-11-27T19:36:27.0287324+03:00", "Token": "sample string 6", "ResponseCode": "sample string 7" }
application/xml, text/xml
Sample:
<MethodReturnOfArrayOfNewProductWorkflowResponsekQwVjwcY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes"> <IsSuccess>true</IsSuccess> <Message>sample string 3</Message> <ResponseCode>sample string 7</ResponseCode> <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Responses"> <d2p1:NewProductWorkflowResponse> <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 13</Active> <BackgroundImage xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">8</BackgroundImage> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 17</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:36:27.0287324+03:00</CreatedDate> <FontColor xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 9</FontColor> <FontName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 11</FontName> <FontSize xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">10</FontSize> <LnInterestRate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</LnInterestRate> <Logo xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">7</Logo> <MaxLnAmount xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</MaxLnAmount> <MaxTenure xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</MaxTenure> <MinLnAmount xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</MinLnAmount> <MinTenure xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</MinTenure> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 19</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:36:27.0287324+03:00</ModifiedDate> <OrganizationID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">3</OrganizationID> <ParentProductID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">12</ParentProductID> <ProductClassCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 4</ProductClassCode> <ProductCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 5</ProductCode> <ProductGL xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 16</ProductGL> <ProductID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2</ProductID> <ProductName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 6</ProductName> <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">21</RecOwnerOrgID> <SourceSystemCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 15</SourceSystemCode> <SourceSystemName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 14</SourceSystemName> <d2p1:WFKPKValue>sample string 1</d2p1:WFKPKValue> </d2p1:NewProductWorkflowResponse> <d2p1:NewProductWorkflowResponse> <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 13</Active> <BackgroundImage xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">8</BackgroundImage> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 17</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:36:27.0287324+03:00</CreatedDate> <FontColor xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 9</FontColor> <FontName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 11</FontName> <FontSize xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">10</FontSize> <LnInterestRate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</LnInterestRate> <Logo xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">7</Logo> <MaxLnAmount xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</MaxLnAmount> <MaxTenure xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</MaxTenure> <MinLnAmount xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</MinLnAmount> <MinTenure xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">1</MinTenure> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 19</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2024-11-27T19:36:27.0287324+03:00</ModifiedDate> <OrganizationID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">3</OrganizationID> <ParentProductID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">12</ParentProductID> <ProductClassCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 4</ProductClassCode> <ProductCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 5</ProductCode> <ProductGL xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 16</ProductGL> <ProductID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">2</ProductID> <ProductName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 6</ProductName> <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">21</RecOwnerOrgID> <SourceSystemCode xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 15</SourceSystemCode> <SourceSystemName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.COM">sample string 14</SourceSystemName> <d2p1:WFKPKValue>sample string 1</d2p1:WFKPKValue> </d2p1:NewProductWorkflowResponse> </ReturnValue> <Schema>sample string 4</Schema> <Token>sample string 6</Token> </MethodReturnOfArrayOfNewProductWorkflowResponsekQwVjwcY>