Capturing distributor details by seeker #27
Unanswered
shiva-rakshith
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Seeker may have multiple distributors to reach out to people for scholarships, jobs etc. Seeker need to capture the distributor and agent details through which application is coming for data collection and incentivization.
Following are a few suggestions:
{ "tags": [ { "code": "distributor-details", "list": [ { "descriptor": { "code": "distributor-id", "name": "Distributor Id" }, "value": "PNB" }, { "descriptor": { "code": "distributor-name", "name": "Distributor Name" }, "value": "Pay Near By" }, { "descriptor": { "code": "distributor-phone", "name": "Distributor Phone" }, "value": "9123456789" }, { "descriptor": { "code": "distributor-email", "name": "Distributor Email" }, "value": "support@pnb.com" }, { "descriptor": { "code": "agent-id", "name": "Agent Id" }, "value": "agent-123" }, { "descriptor": { "code": "agent-verified", "name": "Agent verified" }, "value": "true" } ] } ] }{ "fuflillments": [ { "stops": [ { "type": "Information Collection", "contact": { "phone": "9876543210", "email": "test@test.com" }, "person": { "id": "1", "name": "Philip Glass" } } ] } ] }Beta Was this translation helpful? Give feedback.
All reactions