Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Get Partner(s) Record

...

This functionality allows you to

...

Description

Here, you can fetch all or filter filter and fetch partner(s) records.

HTTP Method

POST

Request URL

https://yourdomain.com/api/v2/partner/list

Token

Token is required as an authentication parameter to get response from an API. Detailed Information about Tokens has been provided in the Authentication API Doc.

Request Headers

cache-control: no-cache,

Validate: Bearer <Token>

Parameters

Name

Data Type

Required/Optional

Description

Example

limit

Integer

Optional

if not mentioned, then 100 records will be fetched at once.

100

page

Integer

Optional

page number

1

partid

Integer

Optional

partner id

104402

status

Integer

Optional

partner status

1

customer_status

Char

Optional

customer status

Active

email

Varchar

Optional

partner email address

techsoft@gmail.com

username

Varchar

Optional

partner username

techsoft@gmail.com

partnername

Char

Optional

partner name

Alice

fromdate

Date

Optional

date range from

20/2/2019

todate

Date

Optional

date range to

25/2/2019

pid

Integer

Optional

partner id

104195

ac_mngr

Integer

Optional

account manager id

1321

Response

Returns a JSON response with details as shown below:

...